From owner-svn-ports-all@freebsd.org Thu Mar 3 10:54:54 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2860A93306; Thu, 3 Mar 2016 10:54:54 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5504FB77; Thu, 3 Mar 2016 10:54:54 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u23AsrPH005243; Thu, 3 Mar 2016 10:54:53 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u23AsrJ8005241; Thu, 3 Mar 2016 10:54:53 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201603031054.u23AsrJ8005241@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Thu, 3 Mar 2016 10:54:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410030 - in head/math/py-graphillion: . files 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.21 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: Thu, 03 Mar 2016 10:54:54 -0000 Author: koobs Date: Thu Mar 3 10:54:53 2016 New Revision: 410030 URL: https://svnweb.freebsd.org/changeset/ports/410030 Log: math/py-graphillion: Update to 0.99 - Update PORTVERSION and distinfo checksum (0.99) - Switch to CHEESESHOP (now includes license file) - Add LICENSE_FILE - Remove unecessary setup.py patch, zip_safe override no longer needed Changes: https://github.com/takemaru/graphillion/compare/v0.98...v0.99 Deleted: head/math/py-graphillion/files/ Modified: head/math/py-graphillion/Makefile head/math/py-graphillion/distinfo Modified: head/math/py-graphillion/Makefile ============================================================================== --- head/math/py-graphillion/Makefile Thu Mar 3 10:38:10 2016 (r410029) +++ head/math/py-graphillion/Makefile Thu Mar 3 10:54:53 2016 (r410030) @@ -2,24 +2,24 @@ # $FreeBSD$ PORTNAME= graphillion -PORTVERSION= 0.98 -DISTVERSIONPREFIX= v +PORTVERSION= 0.99 CATEGORIES= math python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/g/G/}-${PORTVERSION} MAINTAINER= koobs@FreeBSD.org COMMENT= Fast, lightweight graphset operation library in Python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= python -USE_GITHUB= yes USE_PYTHON= distutils autoplist -GH_ACCOUNT= takemaru - post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_graphillion.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_graphillion.so + do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test Modified: head/math/py-graphillion/distinfo ============================================================================== --- head/math/py-graphillion/distinfo Thu Mar 3 10:38:10 2016 (r410029) +++ head/math/py-graphillion/distinfo Thu Mar 3 10:54:53 2016 (r410030) @@ -1,2 +1,2 @@ -SHA256 (takemaru-graphillion-v0.98_GH0.tar.gz) = f9e7995352d7da510f47f3c322753486b1b2482aaf673359d906b0c32e0fcfb4 -SIZE (takemaru-graphillion-v0.98_GH0.tar.gz) = 1588861 +SHA256 (Graphillion-0.99.tar.gz) = e635f8c12a94abd4fe13bd99e33a326a661ac7d13198b6fbb11060c117b19ab0 +SIZE (Graphillion-0.99.tar.gz) = 1041596