diff options
author | wen <wen@FreeBSD.org> | 2011-02-13 15:20:10 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-02-13 15:20:10 +0800 |
commit | 5de6a8f8f862668667ecdc14f5fafd33b6f52182 (patch) | |
tree | ac7a6705ac6e7a2d39e07a5c77510d9111acc78d /lang/cython | |
parent | f23950fd45d2b20f5d6bf03bbc0143b71139caf5 (diff) | |
download | freebsd-ports-gnome-5de6a8f8f862668667ecdc14f5fafd33b6f52182.tar.gz freebsd-ports-gnome-5de6a8f8f862668667ecdc14f5fafd33b6f52182.tar.zst freebsd-ports-gnome-5de6a8f8f862668667ecdc14f5fafd33b6f52182.zip |
- Update to 0.14.1
Diffstat (limited to 'lang/cython')
-rw-r--r-- | lang/cython/Makefile | 2 | ||||
-rw-r--r-- | lang/cython/distinfo | 4 | ||||
-rw-r--r-- | lang/cython/pkg-plist | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/lang/cython/Makefile b/lang/cython/Makefile index 8f0b1312627f..e6085d3b6400 100644 --- a/lang/cython/Makefile +++ b/lang/cython/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cython -PORTVERSION= 0.14 +PORTVERSION= 0.14.1 CATEGORIES= lang python MASTER_SITES= http://www.cython.org/release/ \ CHEESESHOP diff --git a/lang/cython/distinfo b/lang/cython/distinfo index 14c0a10151d2..c20fde947083 100644 --- a/lang/cython/distinfo +++ b/lang/cython/distinfo @@ -1,2 +1,2 @@ -SHA256 (Cython-0.14.tar.gz) = 3cb2e4838eac53fc47e1cf304360162b05efcaa6cae6358bef4c1d50eb3f34ac -SIZE (Cython-0.14.tar.gz) = 722584 +SHA256 (Cython-0.14.1.tar.gz) = 3015921b0ce0dd2375adb5be853c83113f1a86eaa304b59a139294c68e73e74d +SIZE (Cython-0.14.1.tar.gz) = 1314345 diff --git a/lang/cython/pkg-plist b/lang/cython/pkg-plist index b54ae5ddfe9e..8137791a4c1a 100644 --- a/lang/cython/pkg-plist +++ b/lang/cython/pkg-plist @@ -181,6 +181,8 @@ bin/cygdb %%PYTHON_SITELIBDIR%%/Cython/Debugger/Tests/__init__.py %%PYTHON_SITELIBDIR%%/Cython/Debugger/Tests/__init__.pyc %%PYTHON_SITELIBDIR%%/Cython/Debugger/Tests/__init__.pyo +%%PYTHON_SITELIBDIR%%/Cython/Debugger/Tests/codefile +%%PYTHON_SITELIBDIR%%/Cython/Debugger/Tests/cfuncs.c %%PYTHON_SITELIBDIR%%/Cython/Debugger/Tests/TestLibCython.py %%PYTHON_SITELIBDIR%%/Cython/Debugger/Tests/TestLibCython.pyc %%PYTHON_SITELIBDIR%%/Cython/Debugger/Tests/TestLibCython.pyo |