diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-04-11 10:18:44 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-04-11 10:18:44 +0800 |
commit | 6bc07fe74be7b2043b7e4690fe3e619386b71a6d (patch) | |
tree | b1e6c2eabab25dc3c242bc5b59ff6ee0b7adb6d4 /math | |
parent | c5b4443b73df81d0c53ef8822aad046d700cfbd2 (diff) | |
download | freebsd-ports-gnome-6bc07fe74be7b2043b7e4690fe3e619386b71a6d.tar.gz freebsd-ports-gnome-6bc07fe74be7b2043b7e4690fe3e619386b71a6d.tar.zst freebsd-ports-gnome-6bc07fe74be7b2043b7e4690fe3e619386b71a6d.zip |
upgrade to 1.1.0
Diffstat (limited to 'math')
-rw-r--r-- | math/GiNaC/Makefile | 3 | ||||
-rw-r--r-- | math/GiNaC/distinfo | 2 | ||||
-rw-r--r-- | math/GiNaC/pkg-plist | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 0b713bb23243..46abb21507f3 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -7,7 +7,7 @@ # PORTNAME= GiNaC -PORTVERSION= 1.0.14 +PORTVERSION= 1.1.0 PORTREVISION= 0 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ @@ -20,6 +20,7 @@ LIB_DEPENDS= cln.2:${PORTSDIR}/math/cln USE_REINPLACE= yes USE_BZIP2= yes +USE_GCC= 3.2 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/math/GiNaC/distinfo b/math/GiNaC/distinfo index d8b4040aef98..bbe7a14a100c 100644 --- a/math/GiNaC/distinfo +++ b/math/GiNaC/distinfo @@ -1 +1 @@ -MD5 (GiNaC-1.0.14.tar.bz2) = 74548883e2c9b9bc93138273492432ab +MD5 (GiNaC-1.1.0.tar.bz2) = 30c86d96a9d9d689ff0981409b038906 diff --git a/math/GiNaC/pkg-plist b/math/GiNaC/pkg-plist index 99ea94afb6ee..10217b6060fa 100644 --- a/math/GiNaC/pkg-plist +++ b/math/GiNaC/pkg-plist @@ -44,6 +44,6 @@ info/ginac.info @exec install-info %D/info/ginac.info %D/info/dir lib/libginac.a lib/libginac.so -lib/libginac.so.13 +lib/libginac.so.0 share/aclocal/ginac.m4 @dirrm include/ginac |