svn commit: r335305 - head/math/py-graphillion
Kubilay Kocak
koobs at FreeBSD.org
Sat Nov 30 15:54:38 UTC 2013
Author: koobs
Date: Sat Nov 30 15:54:37 2013
New Revision: 335305
URL: http://svnweb.freebsd.org/changeset/ports/335305
Log:
math/py-graphillion: Update to 0.94
- Update to 0.94
- Enable STAGE suport
- Enable AUTOPLIST, delete pkg-plist
Changes:
https://github.com/takemaru/graphillion/commits/v0.94
Deleted:
head/math/py-graphillion/pkg-plist
Modified:
head/math/py-graphillion/Makefile
head/math/py-graphillion/distinfo
Modified: head/math/py-graphillion/Makefile
==============================================================================
--- head/math/py-graphillion/Makefile Sat Nov 30 15:51:02 2013 (r335304)
+++ head/math/py-graphillion/Makefile Sat Nov 30 15:54:37 2013 (r335305)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= graphillion
-PORTVERSION= 0.93
+PORTVERSION= 0.94
CATEGORIES= math python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,13 +17,13 @@ USE_PYDISTUTILS= easy_install
GH_ACCOUNT= takemaru
GH_TAGNAME= v${PORTVERSION}
-GH_COMMIT= 6465281
+GH_COMMIT= 2c77c8d
+PYDISTUTILS_AUTOPLIST= yes
PYDISTUTILS_PKGNAME= Graphillion
PYEASYINSTALL_ARCHDEP= yes
regression-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/math/py-graphillion/distinfo
==============================================================================
--- head/math/py-graphillion/distinfo Sat Nov 30 15:51:02 2013 (r335304)
+++ head/math/py-graphillion/distinfo Sat Nov 30 15:54:37 2013 (r335305)
@@ -1,2 +1,2 @@
-SHA256 (graphillion-0.93.tar.gz) = 3d5d7ac5bdb41c17c99bbe47e7b53fafd147c906462af07123bd0cfe8265f981
-SIZE (graphillion-0.93.tar.gz) = 1576506
+SHA256 (graphillion-0.94.tar.gz) = 0c673b1e8ac94f72bd5c83a9503c22dce8c02227dd5b8ec959bbf2ff3201e1a5
+SIZE (graphillion-0.94.tar.gz) = 1581541
More information about the svn-ports-all
mailing list