diff options
author | wen <wen@FreeBSD.org> | 2013-08-18 22:49:48 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2013-08-18 22:49:48 +0800 |
commit | e413cfc7d0f3fe663178510667f7ea803b7c762f (patch) | |
tree | 4a947c09cbe67e0d8bc4373d7588091951107554 /math | |
parent | 4f52276b4fb5a2bc159e396f9c43999071bfce86 (diff) | |
download | freebsd-ports-gnome-e413cfc7d0f3fe663178510667f7ea803b7c762f.tar.gz freebsd-ports-gnome-e413cfc7d0f3fe663178510667f7ea803b7c762f.tar.zst freebsd-ports-gnome-e413cfc7d0f3fe663178510667f7ea803b7c762f.zip |
- Update to 1.17
Diffstat (limited to 'math')
-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/ |