diff options
-rw-r--r-- | math/py-gmpy/Makefile | 4 | ||||
-rw-r--r-- | math/py-gmpy/distinfo | 4 | ||||
-rw-r--r-- | math/py-gmpy/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/math/py-gmpy/Makefile b/math/py-gmpy/Makefile index 7809ce73fbc6..19cc7f39d3c5 100644 --- a/math/py-gmpy/Makefile +++ b/math/py-gmpy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gmpy -PORTVERSION= 1.16 +PORTVERSION= 1.17 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= Python Extension that Wraps the GMP Library -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp +LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp USE_ZIP= yes USE_PYTHON= yes diff --git a/math/py-gmpy/distinfo b/math/py-gmpy/distinfo index a9386a5ab066..668333d73e99 100644 --- a/math/py-gmpy/distinfo +++ b/math/py-gmpy/distinfo @@ -1,2 +1,2 @@ -SHA256 (gmpy-1.16.zip) = 58eca10dfcbb68c537acf6815b9904a813da0df90936ffdd7b3cc7028e785fad -SIZE (gmpy-1.16.zip) = 143811 +SHA256 (gmpy-1.17.zip) = 1a79118a5332b40aba6aa24b051ead3a31b9b3b9642288934da754515da8fa14 +SIZE (gmpy-1.17.zip) = 147636 diff --git a/math/py-gmpy/pkg-descr b/math/py-gmpy/pkg-descr index 40dbbb94e7dd..47afe196d688 100644 --- a/math/py-gmpy/pkg-descr +++ b/math/py-gmpy/pkg-descr @@ -3,4 +3,4 @@ to Python code fast multiprecision arithmetic (integer, rational, and float), random number generation, advanced number-theoretical functions, and more. -WWW: http://code.google.com/p/gmpy/ +WWW: http://code.google.com/p/gmpy/ |