diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-04-18 20:40:08 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-04-18 20:40:08 +0800 |
commit | 950a751b0310f5a00b64b1704da2dc7902b8f2c5 (patch) | |
tree | 8e301ea555e86549b24d1ffcc9395f1ff5dda0ed /math | |
parent | bd73a78b80be645446deac60f496b4db12cdf4a2 (diff) | |
download | freebsd-ports-gnome-950a751b0310f5a00b64b1704da2dc7902b8f2c5.tar.gz freebsd-ports-gnome-950a751b0310f5a00b64b1704da2dc7902b8f2c5.tar.zst freebsd-ports-gnome-950a751b0310f5a00b64b1704da2dc7902b8f2c5.zip |
upgrade to 0.8.1
Diffstat (limited to 'math')
-rw-r--r-- | math/GiNaC/Makefile | 2 | ||||
-rw-r--r-- | math/GiNaC/distinfo | 2 | ||||
-rw-r--r-- | math/GiNaC/pkg-plist | 5 |
3 files changed, 6 insertions, 3 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index f4ac773b0a1d..848ca6f2d4a9 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -7,7 +7,7 @@ # PORTNAME= GiNaC -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.1 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ diff --git a/math/GiNaC/distinfo b/math/GiNaC/distinfo index 28b636d4051b..bdefa8706187 100644 --- a/math/GiNaC/distinfo +++ b/math/GiNaC/distinfo @@ -1 +1 @@ -MD5 (GiNaC-0.8.0.tar.bz2) = 99430af87258df53a2e6627a16e7cee7 +MD5 (GiNaC-0.8.1.tar.bz2) = 01812d0b42b0d5da7cd60e460ab4350e diff --git a/math/GiNaC/pkg-plist b/math/GiNaC/pkg-plist index 59202b011a1f..09b7271f8dbd 100644 --- a/math/GiNaC/pkg-plist +++ b/math/GiNaC/pkg-plist @@ -6,6 +6,8 @@ include/ginac/archive.h include/ginac/assertion.h include/ginac/basic.h include/ginac/constant.h +include/ginac/clifford.h +include/ginac/color.h include/ginac/ex.h include/ginac/expair.h include/ginac/expairseq.h @@ -25,6 +27,7 @@ include/ginac/normal.h include/ginac/numeric.h include/ginac/operators.h include/ginac/power.h +include/ginac/print.h include/ginac/pseries.h include/ginac/registrar.h include/ginac/relational.h @@ -43,7 +46,7 @@ info/ginac.info-4 @exec install-info %D/info/ginac.info %D/info/dir lib/libginac.a lib/libginac.so -lib/libginac-0.8.so.0 +lib/libginac-0.8.so.1 share/aclocal/ginac.m4 @dirrm share/doc/GiNaC/reference @dirrm share/doc/GiNaC/tutorial |