diff options
author | stephen <stephen@FreeBSD.org> | 2016-05-01 05:43:26 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2016-05-01 05:43:26 +0800 |
commit | 06ff3d7279c99a4a40bd3daf5d97c4cde160a94d (patch) | |
tree | 9752e098b56eeb81512d83b2b9605c2cc6ebedf1 /math | |
parent | 9dc799a12f7f10b8f8d2352ebcb3b8e94ecf749e (diff) | |
download | freebsd-ports-gnome-06ff3d7279c99a4a40bd3daf5d97c4cde160a94d.tar.gz freebsd-ports-gnome-06ff3d7279c99a4a40bd3daf5d97c4cde160a94d.tar.zst freebsd-ports-gnome-06ff3d7279c99a4a40bd3daf5d97c4cde160a94d.zip |
- Update to 1.7.0.
Diffstat (limited to 'math')
-rw-r--r-- | math/GiNaC/Makefile | 2 | ||||
-rw-r--r-- | math/GiNaC/distinfo | 4 | ||||
-rw-r--r-- | math/GiNaC/pkg-plist | 7 |
3 files changed, 7 insertions, 6 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 0d13a5880df0..be0396d3d8c3 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GiNaC -PORTVERSION= 1.6.6 +PORTVERSION= 1.7.0 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 a737b69fce84..2a603c5fa7b7 100644 --- a/math/GiNaC/distinfo +++ b/math/GiNaC/distinfo @@ -1,2 +1,2 @@ -SHA256 (ginac-1.6.6.tar.bz2) = 25ec6d535ee77caf6161843688489cfc319b6c4fda46c5d7878587ee5562ddce -SIZE (ginac-1.6.6.tar.bz2) = 1028211 +SHA256 (ginac-1.7.0.tar.bz2) = ac9aa202b8b9683175a40b7a4d55f28616225291a4e2cbfe71378e0d02c944bd +SIZE (ginac-1.7.0.tar.bz2) = 1028959 diff --git a/math/GiNaC/pkg-plist b/math/GiNaC/pkg-plist index 3de372120427..3a5470627adf 100644 --- a/math/GiNaC/pkg-plist +++ b/math/GiNaC/pkg-plist @@ -1,6 +1,6 @@ -bin/ginac-excompiler bin/ginsh bin/viewgar +include/ginac/compiler.h include/ginac/factor.h include/ginac/parse_context.h include/ginac/parser.h @@ -49,8 +49,9 @@ include/ginac/version.h include/ginac/wildcard.h lib/libginac.a lib/libginac.so -lib/libginac.so.5 -lib/libginac.so.5.0.2 +lib/libginac.so.6 +lib/libginac.so.6.0.0 libdata/pkgconfig/ginac.pc +libexec/ginac-excompiler man/man1/ginsh.1.gz man/man1/viewgar.1.gz |