diff options
author | wen <wen@FreeBSD.org> | 2011-07-01 14:15:51 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-07-01 14:15:51 +0800 |
commit | c07c8dc3d49b8ca3ea2360b1c7a62fd7619d01be (patch) | |
tree | 8b07d7a3fa9b6a4dece2d05284735f6577671723 | |
parent | d14286327dd6f945122175fc4b59bf941b61df91 (diff) | |
download | freebsd-ports-gnome-c07c8dc3d49b8ca3ea2360b1c7a62fd7619d01be.tar.gz freebsd-ports-gnome-c07c8dc3d49b8ca3ea2360b1c7a62fd7619d01be.tar.zst freebsd-ports-gnome-c07c8dc3d49b8ca3ea2360b1c7a62fd7619d01be.zip |
- Update to 0.6.6
-rw-r--r-- | math/py-apgl/Makefile | 2 | ||||
-rw-r--r-- | math/py-apgl/distinfo | 4 | ||||
-rw-r--r-- | math/py-apgl/pkg-plist | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/math/py-apgl/Makefile b/math/py-apgl/Makefile index b8878f8a6065..a16ed369de7a 100644 --- a/math/py-apgl/Makefile +++ b/math/py-apgl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= apgl -PORTVERSION= 0.6.5 +PORTVERSION= 0.6.6 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-apgl/distinfo b/math/py-apgl/distinfo index 8d2ef9aaf1cd..28a05cebb9b3 100644 --- a/math/py-apgl/distinfo +++ b/math/py-apgl/distinfo @@ -1,2 +1,2 @@ -SHA256 (apgl-0.6.5.tar.gz) = 410e627d81adec93cca083799b65935d13175a29af95267563749c291129da34 -SIZE (apgl-0.6.5.tar.gz) = 203596 +SHA256 (apgl-0.6.6.tar.gz) = 955cd5a911cfd75e200eec05086a1787409e8e1a8e2d8618e6ed41b1fe0da150 +SIZE (apgl-0.6.6.tar.gz) = 230407 diff --git a/math/py-apgl/pkg-plist b/math/py-apgl/pkg-plist index bc3dd02365d9..60841e3b9296 100644 --- a/math/py-apgl/pkg-plist +++ b/math/py-apgl/pkg-plist @@ -151,6 +151,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apgl/graph/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apgl/graph/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apgl/graph/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apgl/graph/test/AbstractVertexListTest.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apgl/graph/test/AbstractVertexListTest.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apgl/graph/test/AbstractVertexListTest.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apgl/graph/test/DenseGraphTest.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apgl/graph/test/DenseGraphTest.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/apgl/graph/test/DenseGraphTest.pyo |