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 | |
parent | 7db76e2b98b1517c19aa3a79957ac3b37bf853ae (diff) | |
download | ports-bf330a57d40cb5c6f57f61de4d24c0dcbf14dbee.tar.gz ports-bf330a57d40cb5c6f57f61de4d24c0dcbf14dbee.zip |
Notes
Diffstat (limited to 'math')
32 files changed, 83 insertions, 51 deletions
diff --git a/math/abakus/Makefile b/math/abakus/Makefile index 4b1be6741e02..cc954c3711ae 100644 --- a/math/abakus/Makefile +++ b/math/abakus/Makefile @@ -6,7 +6,7 @@ PORTNAME= abakus PORTVERSION= 0.91 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math kde MASTER_SITES= http://purinchu.net/abakus/ \ http://www.athame.co.uk/mirror/ @@ -16,7 +16,7 @@ MAINTAINER= makc@FreeBSD.org COMMENT= Michael Pyne's Abakus Calculator BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons -LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp USE_BZIP2= yes USE_KDELIBS_VER=3 diff --git a/math/cgal/Makefile b/math/cgal/Makefile index 442560e38e33..2a323d35111b 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -7,7 +7,7 @@ PORTNAME= cgal PORTVERSION= 3.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= http://gforge.inria.fr/frs/download.php/15692/ DISTNAME= CGAL-${PORTVERSION} @@ -22,7 +22,7 @@ COMMENT= A computational geometry library BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:${PORTSDIR}/devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= GLU.1:${PORTSDIR}/graphics/libGLU \ - gmp.8:${PORTSDIR}/math/libgmp4 \ + gmp.10:${PORTSDIR}/math/gmp \ mpfr.3:${PORTSDIR}/math/mpfr USE_LDCONFIG= yes diff --git a/math/cln/Makefile b/math/cln/Makefile index 72314862a3f6..9ac05747f8cb 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -8,6 +8,7 @@ PORTNAME= cln PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= math devel MASTER_SITES= http://www.ginac.de/CLN/ \ http://www.mirrors.wiretapped.net/security/cryptography/libraries/math/cln/ \ @@ -16,7 +17,7 @@ MASTER_SITES= http://www.ginac.de/CLN/ \ MAINTAINER= wen@FreeBSD.org COMMENT= Class Library for Numbers -LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp USE_AUTOTOOLS= libtool:22 USE_BZIP2= yes diff --git a/math/cvc3/Makefile b/math/cvc3/Makefile index 7be5bb195783..8176ab5eac3b 100644 --- a/math/cvc3/Makefile +++ b/math/cvc3/Makefile @@ -7,7 +7,7 @@ PORTNAME= cvc3 PORTVERSION= 1.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://www.cs.nyu.edu/acsys/cvc3/download/${PORTVERSION}/ \ http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/ @@ -15,7 +15,7 @@ MASTER_SITES= http://www.cs.nyu.edu/acsys/cvc3/download/${PORTVERSION}/ \ MAINTAINER= lwhsu@FreeBSD.org COMMENT= An automatic theorem prover for the SMT problem -LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp CONFIGURE_ARGS= --enable-dynamic \ --with-arith=gmp \ diff --git a/math/glpk/Makefile b/math/glpk/Makefile index 40393153b6ad..1506b92a0feb 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -7,6 +7,7 @@ PORTNAME= glpk PORTVERSION= 4.43 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= glpk @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= glpk MAINTAINER= demon@FreeBSD.org COMMENT= A GNU Linear Programming Kit -LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp OPTIONS= IODBC "Enable MathProg iodbc support" Off \ MYSQL "Enable MathProg mysql support" Off diff --git a/math/gmp-ecm/Makefile b/math/gmp-ecm/Makefile index ad2c44664c4d..98d0bf6a2007 100644 --- a/math/gmp-ecm/Makefile +++ b/math/gmp-ecm/Makefile @@ -6,18 +6,15 @@ # PORTNAME= gmp-ecm -PORTVERSION= 6.2.0 -PORTREVISION= 1 +PORTVERSION= 6.2.3 CATEGORIES= math -MASTER_SITES= http://gforge.inria.fr/frs/download.php/4663/ +MASTER_SITES= https://gforge.inria.fr/frs/download.php/22124/ DISTNAME= ecm-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Elliptic Curve Method for Integer Factorization -LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4 - -WRKSRC= ${WRKDIR}/ecm-${PORTVERSION:R} +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp USE_GNOME= gnometarget GNU_CONFIGURE= yes @@ -27,4 +24,12 @@ CONFIGURE_ARGS= ac_cv_prog_XSLTPROC=no \ MAN1= ecm.1 PLIST_FILES= bin/ecm include/ecm.h lib/libecm.a lib/libecm.la +post-patch: + @${REINPLACE_CMD} s/__GMP_BITS_PER_MP_LIMB/GMP_NUMB_BITS/g \ + ${WRKSRC}/*.c ${WRKSRC}/*.h + @${REINPLACE_CMD} s/GMP_BITS_PER_LIMB/GMP_NUMB_BITS/g \ + ${WRKSRC}/*.c ${WRKSRC}/*.h + @${REINPLACE_CMD} s/mp_bits_per_limb/GMP_NUMB_BITS/g \ + ${WRKSRC}/*.c ${WRKSRC}/*.h + .include <bsd.port.mk> diff --git a/math/gmp-ecm/distinfo b/math/gmp-ecm/distinfo index f2f7eec82e23..b73dc0de8739 100644 --- a/math/gmp-ecm/distinfo +++ b/math/gmp-ecm/distinfo @@ -1,3 +1,3 @@ -MD5 (ecm-6.2.0.tar.gz) = 494484f18c542f3e01a96c047ba27d9a -SHA256 (ecm-6.2.0.tar.gz) = a1b7ef18da70ff30d9f7763d9864380f094e912442dfc9f66e5070be513750ce -SIZE (ecm-6.2.0.tar.gz) = 754417 +MD5 (ecm-6.2.3.tar.gz) = d8cca3784857aabfea9b3c9b0926c593 +SHA256 (ecm-6.2.3.tar.gz) = 1701bf036a1dfe447cafa7d69af035c17bc4a0822209e89b9187f25dfe829cc7 +SIZE (ecm-6.2.3.tar.gz) = 761357 diff --git a/math/hs-Agda-executable/Makefile b/math/hs-Agda-executable/Makefile index e83ccaa8d286..8e01b170e05e 100644 --- a/math/hs-Agda-executable/Makefile +++ b/math/hs-Agda-executable/Makefile @@ -7,6 +7,7 @@ PORTNAME= Agda-executable PORTVERSION= 2.2.6 +PORTREVISION= 1 CATEGORIES= math haskell MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ PKGNAMEPREFIX= hs- @@ -19,7 +20,7 @@ BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc \ RUN_DEPENDS+= ghc:${PORTSDIR}/lang/ghc \ hs-Agda>=2.2.6:${PORTSDIR}/math/hs-Agda -LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp USE_ICONV= yes diff --git a/math/hs-Agda/Makefile b/math/hs-Agda/Makefile index 5d4ad922befd..d8b6ce158423 100644 --- a/math/hs-Agda/Makefile +++ b/math/hs-Agda/Makefile @@ -7,6 +7,7 @@ PORTNAME= Agda PORTVERSION= 2.2.6 +PORTREVISION= 1 CATEGORIES= math haskell MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ PKGNAMEPREFIX= hs- @@ -29,7 +30,7 @@ RUN_DEPENDS+= ghc:${PORTSDIR}/lang/ghc \ hs-haskeline>=0.3:${PORTSDIR}/devel/hs-haskeline \ hs-utf8-string-ghc>=0.1:${PORTSDIR}/devel/hs-utf8-string-ghc -LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp USE_ICONV= yes diff --git a/math/igraph/Makefile b/math/igraph/Makefile index 20141b726150..1b633564e61e 100644 --- a/math/igraph/Makefile +++ b/math/igraph/Makefile @@ -7,14 +7,14 @@ PORTNAME= igraph PORTVERSION= 0.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://cneurocvs.rmki.kfki.hu/igraph/download/ MAINTAINER= wenheping@gmail.com COMMENT= Package For Manipulating Undirected And Directed Graphs -LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile index cd2e60f24298..0897812f0847 100644 --- a/math/kcalc/Makefile +++ b/math/kcalc/Makefile @@ -6,7 +6,7 @@ PORTNAME= kdeutils PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -15,7 +15,7 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Utilities for the KDE4 integrated X11 Desktop -LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ zip.1:${PORTSDIR}/archivers/libzip \ lzma.0:${PORTSDIR}/archivers/xz \ qimageblitz.4:${PORTSDIR}/x11/qimageblitz \ diff --git a/math/libgmp4/Makefile b/math/libgmp4/Makefile index 274993176507..2210ff36a7b4 100644 --- a/math/libgmp4/Makefile +++ b/math/libgmp4/Makefile @@ -16,7 +16,10 @@ DISTNAME= gmp-${PORTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= A free library for arbitrary precision arithmetic -CONFLICTS= gmp-5.* +CONFLICTS= gmp-5.* + +DEPRECATED= Use math/gmp instead. +EXPIRATION_DATE= 2010-04-30 USE_BZIP2= yes USE_AUTOTOOLS= libtool:22 diff --git a/math/libjbigi/Makefile b/math/libjbigi/Makefile index e3424995c6db..b7c7351556dc 100644 --- a/math/libjbigi/Makefile +++ b/math/libjbigi/Makefile @@ -7,7 +7,7 @@ PORTNAME= libjbigi PORTVERSION= 0.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math java MASTER_SITES= http://mirror.i2p2.de/ \ ${MASTER_SITE_GOOGLE_CODE} @@ -16,7 +16,7 @@ DISTNAME= i2psource_${PORTVERSION} MAINTAINER= lioux@FreeBSD.org COMMENT= i2p JNI to GNU MP Bignum library (libgmp) -BUILD_DEPENDS= ${LOCALBASE}/lib/libgmp.a:${PORTSDIR}/math/libgmp4 +BUILD_DEPENDS= ${LOCALBASE}/lib/libgmp.a:${PORTSDIR}/math/gmp USE_BZIP2= yes USE_JAVA= yes diff --git a/math/mpc/Makefile b/math/mpc/Makefile index f81ff3ae5581..e790b41fd924 100644 --- a/math/mpc/Makefile +++ b/math/mpc/Makefile @@ -7,13 +7,14 @@ PORTNAME= mpc PORTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= math devel MASTER_SITES= http://www.multiprecision.org/mpc/download/ MAINTAINER= gerald@FreeBSD.org COMMENT= Library of complex numbers with arbitrarily high precision -LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ mpfr.3:${PORTSDIR}/math/mpfr GNU_CONFIGURE= yes diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index e2953aa291e0..819bab21ee1e 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -7,6 +7,7 @@ PORTNAME= mpfr PORTVERSION= 2.4.2 +PORTREVISION= 1 CATEGORIES= math devel MASTER_SITES= http://www.mpfr.org/mpfr-current/ DIST_SUBDIR= mpfr @@ -14,7 +15,7 @@ DIST_SUBDIR= mpfr MAINTAINER= ale@FreeBSD.org COMMENT= A library for multiple-precision floating-point computations -LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/math/msieve/Makefile b/math/msieve/Makefile index f7be3a1239ad..6fed33559ac4 100644 --- a/math/msieve/Makefile +++ b/math/msieve/Makefile @@ -7,7 +7,7 @@ PORTNAME= msieve PORTVERSION= 1.38 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://www.boo.net/~jasonp/ \ http://mirror.roe.ch/dist/msieve/ diff --git a/math/ndiff/Makefile b/math/ndiff/Makefile index c40bb9a06aac..90bc5e4084ae 100644 --- a/math/ndiff/Makefile +++ b/math/ndiff/Makefile @@ -7,7 +7,7 @@ PORTNAME= ndiff PORTVERSION= 2.00 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= ftp://ftp.math.utah.edu/pub/misc/ PKGNAMEPREFIX= @@ -18,7 +18,7 @@ COMMENT= Compare putatively similar files, ignoring small numeric differences .include <bsd.port.pre.mk> .if !defined(WITHOUT_GMP) -LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-gmp diff --git a/math/ntl/Makefile b/math/ntl/Makefile index 02d2a44ae1f4..d30b94c6cce2 100644 --- a/math/ntl/Makefile +++ b/math/ntl/Makefile @@ -7,6 +7,7 @@ PORTNAME= ntl PORTVERSION= 5.5.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.shoup.net/ntl/ @@ -15,7 +16,7 @@ COMMENT= Victor Shoup's Number Theory Library # ntl is faster with libgmp4, but you can disable it .if !defined(WITHOUT_GMP) -LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp CONFIGURE_ARGS= NTL_GMP_LIP=on .endif diff --git a/math/p5-Math-BigInt-GMP/Makefile b/math/p5-Math-BigInt-GMP/Makefile index 384758b1ce59..4ce2ccf2687c 100644 --- a/math/p5-Math-BigInt-GMP/Makefile +++ b/math/p5-Math-BigInt-GMP/Makefile @@ -7,7 +7,7 @@ PORTNAME= Math-BigInt-GMP PORTVERSION= 1.24 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Math::BigInt::GMP - Use the GMP library for Math::BigInt routines -LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp BUILD_DEPENDS= p5-Math-BigInt>=1.78:${PORTSDIR}/math/p5-Math-BigInt RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/math/p5-Math-GMP/Makefile b/math/p5-Math-GMP/Makefile index 409dea733b53..594ad213a1b3 100644 --- a/math/p5-Math-GMP/Makefile +++ b/math/p5-Math-GMP/Makefile @@ -7,6 +7,7 @@ PORTNAME= Math-GMP PORTVERSION= 2.06 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module that provides an interface to the GMP library -LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp PERL_CONFIGURE= yes diff --git a/math/pari/Makefile b/math/pari/Makefile index e9da22fa02b5..533610486d80 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -7,6 +7,7 @@ PORTNAME= pari PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION}.${REV_VERSION} +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/ DISTNAME= pari-${MAJOR_VERSION}.${MINOR_VERSION}.${REV_VERSION} @@ -14,7 +15,7 @@ DISTNAME= pari-${MAJOR_VERSION}.${MINOR_VERSION}.${REV_VERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Mathematics library and advanced calculator package -LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp MAKE_JOBS_UNSAFE= yes diff --git a/math/php4-gmp/Makefile b/math/php4-gmp/Makefile index 1e1ce1033267..867d7e8fdd12 100644 --- a/math/php4-gmp/Makefile +++ b/math/php4-gmp/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTREVISION= 3 CATEGORIES= math MASTERDIR= ${.CURDIR}/../../lang/php4 diff --git a/math/php4-gmp/files/patch-gmp.c b/math/php4-gmp/files/patch-gmp.c new file mode 100644 index 000000000000..816d0f9b0f92 --- /dev/null +++ b/math/php4-gmp/files/patch-gmp.c @@ -0,0 +1,11 @@ +--- gmp.c.orig 2010-04-13 14:04:55.000000000 +0200 ++++ gmp.c 2010-04-13 14:05:23.000000000 +0200 +@@ -1159,7 +1159,7 @@ + + GMPG(rand_initialized) = 1; + } +- mpz_urandomb(*gmpnum_result, GMPG(rand_state), GMP_ABS (limiter) * __GMP_BITS_PER_MP_LIMB); ++ mpz_urandomb(*gmpnum_result, GMPG(rand_state), GMP_ABS (limiter) * GMP_LIMB_BITS); + + ZEND_REGISTER_RESOURCE(return_value, gmpnum_result, le_gmp); + } diff --git a/math/php5-gmp/Makefile b/math/php5-gmp/Makefile index 76a3cac8a415..692c59dfdcc5 100644 --- a/math/php5-gmp/Makefile +++ b/math/php5-gmp/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTREVISION= 1 CATEGORIES= math MASTERDIR= ${.CURDIR}/../../lang/php5 diff --git a/math/polymake/Makefile b/math/polymake/Makefile index 710afc3f784f..56688d42e858 100644 --- a/math/polymake/Makefile +++ b/math/polymake/Makefile @@ -7,7 +7,7 @@ PORTNAME= polymake PORTVERSION= 2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= ftp://ftp.math.tu-berlin.de/pub/combi/polymake/ @@ -17,7 +17,7 @@ PATCHFILES= ${PORTNAME}-${PORTVERSION}-install.diff MAINTAINER= gawrilow@math.tu-berlin.de COMMENT= A framework for experimental discrete geometry -LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp USE_GMAKE= yes USE_BZIP2= yes 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 diff --git a/math/ruby-gmp/Makefile b/math/ruby-gmp/Makefile index 0018c81b5944..b951a0d47655 100644 --- a/math/ruby-gmp/Makefile +++ b/math/ruby-gmp/Makefile @@ -7,7 +7,7 @@ PORTNAME= gmp PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math ruby MASTER_SITES= http://raa.ruby-lang.org/cache/libgmp-ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby bindings to GNU Multiprecision Library -LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp USE_RUBY= yes USE_RUBY_EXTCONF= yes diff --git a/math/sdpa-gmp/Makefile b/math/sdpa-gmp/Makefile index b2ac1a0bb150..3dcdde9dda6c 100644 --- a/math/sdpa-gmp/Makefile +++ b/math/sdpa-gmp/Makefile @@ -7,7 +7,7 @@ PORTNAME= sdpa-gmp PORTVERSION= 7.1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= http://sdpa.indsys.chuo-u.ac.jp/sdpa/files/ DISTFILES= ${SRCFILE} ${MANUALFILE} @@ -26,7 +26,7 @@ SRCFILE= ${PORTNAME}.${PORTVERSION}.src.${SRCDATE}.tar.gz MANUALFILE= sdpa.${MANUALVER}.manual.${MANDATE}.pdf GNU_CONFIGURE= yes LIB_DEPENDS+= spooles:${PORTSDIR}/math/spooles \ - gmp.8:${PORTSDIR}/math/libgmp4 \ + gmp.10:${PORTSDIR}/math/gmp \ mpfr.3:${PORTSDIR}/math/mpfr CONFIGURE_ARGS+= --with-system-spooles diff --git a/math/surf/Makefile b/math/surf/Makefile index e1af523076d4..eae845824e8e 100644 --- a/math/surf/Makefile +++ b/math/surf/Makefile @@ -8,6 +8,7 @@ PORTNAME= surf PORTVERSION= 1.0.6 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF @@ -16,7 +17,7 @@ COMMENT= Visualize some real algebraic geometry LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ - gmp.8:${PORTSDIR}/math/libgmp4 + gmp.10:${PORTSDIR}/math/gmp USE_XORG= x11 xmu USE_GNOME= gtk12 diff --git a/math/testu01/Makefile b/math/testu01/Makefile index 2a8845fc827c..c8a2ddbfbb49 100644 --- a/math/testu01/Makefile +++ b/math/testu01/Makefile @@ -7,6 +7,7 @@ PORTNAME= TestU01 PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.iro.umontreal.ca/~simardr/testu01/:0 \ http://www.iro.umontreal.ca/~lecuyer/myftp/papers/:1 @@ -16,7 +17,7 @@ EXTRACT_ONLY= ${PORTNAME}${EXTRACT_SUFX} MAINTAINER= bf1783@gmail.com COMMENT= Utilities for statistical testing of uniform random number generators -LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp USE_ZIP= yes GNU_CONFIGURE= yes diff --git a/math/wcalc/Makefile b/math/wcalc/Makefile index d374f3ca7144..f676eb20bae1 100644 --- a/math/wcalc/Makefile +++ b/math/wcalc/Makefile @@ -7,7 +7,7 @@ PORTNAME= wcalc PORTVERSION= 2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= SF/w-calc/Wcalc/${PORTVERSION} DISTNAME= wcalc-${PORTVERSION} @@ -15,7 +15,7 @@ DISTNAME= wcalc-${PORTVERSION} MAINTAINER= amarendra.godbole@gmail.com COMMENT= A natural-expression command-line calculator -LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ mpfr.3:${PORTSDIR}/math/mpfr CFLAGS+= -I${LOCALBASE}/include |