summaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2002-10-19 14:53:01 +0000
committerkuriyama <kuriyama@FreeBSD.org>2002-10-19 14:53:01 +0000
commit0bf066c3da118d932226a03d40c32f9989611ced (patch)
tree765625c3c18fbbd57bddb6012b1cca78b5d1db74 /math
parent9d1344303dd6d32a4db2f807eeaef79591319d0f (diff)
downloadFreeBSD-ports-0bf066c3da118d932226a03d40c32f9989611ced.zip
FreeBSD-ports-0bf066c3da118d932226a03d40c32f9989611ced.tar.gz
Upgrade to 2.2.4.
PR: ports/44216 Submitted by: Masaharu FUJITA <m@fjts.org> via Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
Diffstat (limited to 'math')
-rw-r--r--math/pari-devel/Makefile12
-rw-r--r--math/pari-devel/distinfo2
-rw-r--r--math/pari-devel/pkg-plist8
-rw-r--r--math/pari-devel/pkg-plist.emacs8
4 files changed, 18 insertions, 12 deletions
diff --git a/math/pari-devel/Makefile b/math/pari-devel/Makefile
index 074033d..ee4f79f 100644
--- a/math/pari-devel/Makefile
+++ b/math/pari-devel/Makefile
@@ -6,10 +6,11 @@
#
PORTNAME= pari
-PORTVERSION= 2.2.3.a
+PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION}.${REV_VERSION}.a
CATEGORIES= math
-MASTER_SITES= ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.2/
-DISTNAME= pari-2.2.3.alpha
+MASTER_SITES= ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.2/ \
+ http://www.gn-50uma.de/ftp/pari-2.2/
+DISTNAME= pari-${MAJOR_VERSION}.${MINOR_VERSION}.${REV_VERSION}.alpha
MAINTAINER= yoshiaki@kt.rim.or.jp
@@ -23,6 +24,11 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --share-prefix=${PREFIX}/share
USE_GMAKE= yes
MAKE_ARGS= gp
+PLIST_SUB= MAJOR_VERSION=${MAJOR_VERSION} MINOR_VERSION=${MINOR_VERSION} REV_VERSION=${REV_VERSION}
+
+MAJOR_VERSION= 2
+MINOR_VERSION= 2
+REV_VERSION= 4
MAN1= gp.1 gphelp.1 tex2mail.1
MLINKS= gp.1 pari.1
diff --git a/math/pari-devel/distinfo b/math/pari-devel/distinfo
index 217031e..f2d715d 100644
--- a/math/pari-devel/distinfo
+++ b/math/pari-devel/distinfo
@@ -1 +1 @@
-MD5 (pari-2.2.3.alpha.tar.gz) = 1846141945facf83afb2eda01c68b41a
+MD5 (pari-2.2.4.alpha.tar.gz) = da104962785bf06956a83eee6074f5d0
diff --git a/math/pari-devel/pkg-plist b/math/pari-devel/pkg-plist
index 1599907d..a89fdb9 100644
--- a/math/pari-devel/pkg-plist
+++ b/math/pari-devel/pkg-plist
@@ -1,4 +1,4 @@
-bin/gp-2.2
+bin/gp-%%MAJOR_VERSION%%.%%MINOR_VERSION%%
bin/gp
bin/tex2mail
bin/gphelp
@@ -15,9 +15,9 @@ include/pari/parisys.h
include/pari/pariport.h
include/pari/paridecl.h
include/pari/genpari.h
-lib/libpari-2.2.so.3.0.0
-lib/libpari-2.2.so.3
-lib/libpari-2.2.so
+lib/libpari-%%MAJOR_VERSION%%.%%MINOR_VERSION%%.so.%%REV_VERSION%%.0.0
+lib/libpari-%%MAJOR_VERSION%%.%%MINOR_VERSION%%.so.%%REV_VERSION%%
+lib/libpari-%%MAJOR_VERSION%%.%%MINOR_VERSION%%.so
share/doc/pari/AUTHORS
share/doc/pari/Announce.2.1
share/doc/pari/CHANGES
diff --git a/math/pari-devel/pkg-plist.emacs b/math/pari-devel/pkg-plist.emacs
index 2943b91..a5b4fda 100644
--- a/math/pari-devel/pkg-plist.emacs
+++ b/math/pari-devel/pkg-plist.emacs
@@ -1,4 +1,4 @@
-bin/gp-2.2
+bin/gp-%%MAJOR_VERSION%%.%%MINOR_VERSION%%
bin/gp
bin/tex2mail
bin/gphelp
@@ -15,9 +15,9 @@ include/pari/parisys.h
include/pari/pariport.h
include/pari/paridecl.h
include/pari/genpari.h
-lib/libpari-2.2.so.3.0.0
-lib/libpari-2.2.so.3
-lib/libpari-2.2.so
+lib/libpari-%%MAJOR_VERSION%%.%%MINOR_VERSION%%.so.%%REV_VERSION%%.0.0
+lib/libpari-%%MAJOR_VERSION%%.%%MINOR_VERSION%%.so.%%REV_VERSION%%
+lib/libpari-%%MAJOR_VERSION%%.%%MINOR_VERSION%%.so
share/doc/pari/emacs/pari.el
share/doc/pari/emacs/pariemacs.txt
share/doc/pari/emacs/with-syntax.el
OpenPOWER on IntegriCloud