diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-04-19 10:43:42 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-04-19 10:43:42 +0000 |
commit | bf330a57d40cb5c6f57f61de4d24c0dcbf14dbee (patch) | |
tree | fbc3a0515acb659ae86ec22a706ac4607711c903 /math/py-gmpy | |
parent | 7db76e2b98b1517c19aa3a79957ac3b37bf853ae (diff) |
Notes
Diffstat (limited to 'math/py-gmpy')
-rw-r--r-- | math/py-gmpy/Makefile | 4 | ||||
-rw-r--r-- | math/py-gmpy/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/py-gmpy/Makefile b/math/py-gmpy/Makefile index 4290d846339b..61a591b43668 100644 --- a/math/py-gmpy/Makefile +++ b/math/py-gmpy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gmpy -PORTVERSION= 1.04 +PORTVERSION= 1.11 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wenheping@gmail.com COMMENT= Python Extension that Wraps the GMP Library -LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp USE_ZIP= yes USE_PYTHON= yes diff --git a/math/py-gmpy/distinfo b/math/py-gmpy/distinfo index 38e2ff2f7055..99cf052f7e37 100644 --- a/math/py-gmpy/distinfo +++ b/math/py-gmpy/distinfo @@ -1,3 +1,3 @@ -MD5 (gmpy-1.04.zip) = 69e899391f0a83e2e82faf7a1a8873e8 -SHA256 (gmpy-1.04.zip) = c5f6d85891f04c77fc14070250ffc9ee2e12af41d5f176d4f0888897856f65e9 -SIZE (gmpy-1.04.zip) = 234390 +MD5 (gmpy-1.11.zip) = ebbc7a87263ee6159010d2bff866e7a7 +SHA256 (gmpy-1.11.zip) = 06647522b42dfaf1d0ba8dce34d0e291fa61e3d8d8123fa52c5b78a8a4a4281a +SIZE (gmpy-1.11.zip) = 144744 |