Date: Thu, 25 Feb 2016 12:59:42 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409512 - head/math/py-graphillion Message-ID: <201602251259.u1PCxgRX036130@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Thu Feb 25 12:59:41 2016 New Revision: 409512 URL: https://svnweb.freebsd.org/changeset/ports/409512 Log: math/py-graphillion: Update to 0.98 - Update PORTVERSION and distinfo checksum (0.9.8) - Sort USE{S} entries - Strip shared extension - Update test target Changes: https://github.com/takemaru/graphillion/compare/v0.94...v0.98 Modified: head/math/py-graphillion/Makefile head/math/py-graphillion/distinfo Modified: head/math/py-graphillion/Makefile ============================================================================== --- head/math/py-graphillion/Makefile Thu Feb 25 12:18:06 2016 (r409511) +++ head/math/py-graphillion/Makefile Thu Feb 25 12:59:41 2016 (r409512) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= graphillion -PORTVERSION= 0.94 +PORTVERSION= 0.98 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,11 +13,14 @@ COMMENT= Fast, lightweight graphset oper LICENSE= MIT USES= python -USE_PYTHON= distutils autoplist USE_GITHUB= yes +USE_PYTHON= distutils autoplist + GH_ACCOUNT= takemaru -regression-test: build - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_graphillion.so +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include <bsd.port.mk> Modified: head/math/py-graphillion/distinfo ============================================================================== --- head/math/py-graphillion/distinfo Thu Feb 25 12:18:06 2016 (r409511) +++ head/math/py-graphillion/distinfo Thu Feb 25 12:59:41 2016 (r409512) @@ -1,2 +1,2 @@ -SHA256 (takemaru-graphillion-v0.94_GH0.tar.gz) = 74c7eaef04cd1b9528b0d1533d1fb30af1f8c8b53b5df4364b021d21b9ee6761 -SIZE (takemaru-graphillion-v0.94_GH0.tar.gz) = 1581403 +SHA256 (takemaru-graphillion-v0.98_GH0.tar.gz) = f9e7995352d7da510f47f3c322753486b1b2482aaf673359d906b0c32e0fcfb4 +SIZE (takemaru-graphillion-v0.98_GH0.tar.gz) = 1588861
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602251259.u1PCxgRX036130>