From owner-svn-ports-all@FreeBSD.ORG Fri Jun 21 11:00:47 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 01ABB910; Fri, 21 Jun 2013 11:00:47 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E8C4F19FE; Fri, 21 Jun 2013 11:00:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5LB0k30044723; Fri, 21 Jun 2013 11:00:46 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5LB0kHH044722; Fri, 21 Jun 2013 11:00:46 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201306211100.r5LB0kHH044722@svn.freebsd.org> From: Kubilay Kocak Date: Fri, 21 Jun 2013 11:00:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321456 - head/graphics/py-graphillion X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jun 2013 11:00:47 -0000 Author: koobs Date: Fri Jun 21 11:00:46 2013 New Revision: 321456 URL: http://svnweb.freebsd.org/changeset/ports/321456 Log: graphics/py-graphillion: Add LICENSE Modified: head/graphics/py-graphillion/Makefile Modified: head/graphics/py-graphillion/Makefile ============================================================================== --- head/graphics/py-graphillion/Makefile Fri Jun 21 10:59:29 2013 (r321455) +++ head/graphics/py-graphillion/Makefile Fri Jun 21 11:00:46 2013 (r321456) @@ -9,6 +9,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Fast, lightweight graphset operation library in Python +LICENSE= MIT + USE_GITHUB= yes USE_PYTHON= yes USE_PYDISTUTILS= easy_install