diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-10-13 14:09:33 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-10-13 14:09:33 +0000 |
commit | a65a9695e4aacd40c9b824c4d87344880a06fd28 (patch) | |
tree | 8a950bfb8102dc25a66458c3a44a213b86c965c0 /math/pari | |
parent | 9da5a6ca140a65cb4952b2897cc8fa3b1a87820a (diff) | |
download | ports-a65a9695e4aacd40c9b824c4d87344880a06fd28.tar.gz ports-a65a9695e4aacd40c9b824c4d87344880a06fd28.zip |
Notes
Diffstat (limited to 'math/pari')
-rw-r--r-- | math/pari/Makefile | 4 | ||||
-rw-r--r-- | math/pari/distinfo | 6 | ||||
-rw-r--r-- | math/pari/pkg-descr | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index 1b9e64e3ffdc..7ed8937421a5 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -14,7 +14,7 @@ DISTNAME= pari-${MAJOR_VERSION}.${MINOR_VERSION}.${REV_VERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Mathematics library and advanced calculator package -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= --prefix=${PREFIX} --share-prefix=${PREFIX}/share @@ -24,7 +24,7 @@ PLIST_SUB= MAJOR_VERSION=${MAJOR_VERSION} MINOR_VERSION=${MINOR_VERSION} REV_VER MAJOR_VERSION= 2 MINOR_VERSION= 3 -REV_VERSION= 1 +REV_VERSION= 2 MAN1= gp.1 gphelp.1 gp-${MAJOR_VERSION}.${MINOR_VERSION}.1 tex2mail.1 MLINKS= gp.1 pari.1 diff --git a/math/pari/distinfo b/math/pari/distinfo index d588bd0b3b39..dadc73a1aa6b 100644 --- a/math/pari/distinfo +++ b/math/pari/distinfo @@ -1,3 +1,3 @@ -MD5 (pari-2.3.1.tar.gz) = 89e79e38a390b6209c2f154712a0ff01 -SHA256 (pari-2.3.1.tar.gz) = a5221b28b30e3df176c592a1a64f2aa982730e6d2e7e7d4bc60b1e897f226806 -SIZE (pari-2.3.1.tar.gz) = 2012604 +MD5 (pari-2.3.2.tar.gz) = 54f8b7cb615db6d216f1a31a575c8223 +SHA256 (pari-2.3.2.tar.gz) = 514799c0722376ba7d163588f091662731bca0a4b3cd2a93d01eb6bec9d1f47a +SIZE (pari-2.3.2.tar.gz) = 2015734 diff --git a/math/pari/pkg-descr b/math/pari/pkg-descr index 42424f3450ed..d2804452f2d8 100644 --- a/math/pari/pkg-descr +++ b/math/pari/pkg-descr @@ -14,3 +14,5 @@ This is the alpha quality version that development is in the way. Algorithm, improvement of implementation are done. Because improvement of performance was big, ports was made as -devel in particular. + +WWW: http://pari.math.u-bordeaux.fr/ |