diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2015-07-28 03:26:42 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2015-07-28 03:26:42 +0000 |
commit | 4109fdf4d472bfde2089ab8b7105ab903298f75d (patch) | |
tree | cdb67c9bc4561347436e6a02a394c893948c4ad0 /math/GiNaC | |
parent | e1263266dce13bda08b642318cf591d48ce5dd37 (diff) | |
download | ports-4109fdf4d472bfde2089ab8b7105ab903298f75d.tar.gz ports-4109fdf4d472bfde2089ab8b7105ab903298f75d.zip |
Notes
Diffstat (limited to 'math/GiNaC')
-rw-r--r-- | math/GiNaC/Makefile | 6 | ||||
-rw-r--r-- | math/GiNaC/distinfo | 4 | ||||
-rw-r--r-- | math/GiNaC/pkg-plist | 2 |
3 files changed, 8 insertions, 4 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 5764c0046be3..4948d68ca0b1 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GiNaC -PORTVERSION= 1.6.4 +PORTVERSION= 1.6.5 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ @@ -11,11 +11,15 @@ DISTNAME= ${PORTNAME:tl}-${PORTVERSION} MAINTAINER= stephen@FreeBSD.org COMMENT= C++ library for symbolic mathematical calculations +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libcln.so:${PORTSDIR}/math/cln USES= gmake libtool makeinfo pathfix pkgconfig python:build tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/math/GiNaC/distinfo b/math/GiNaC/distinfo index 64c8cffdf87b..9a40c034acf9 100644 --- a/math/GiNaC/distinfo +++ b/math/GiNaC/distinfo @@ -1,2 +1,2 @@ -SHA256 (ginac-1.6.4.tar.bz2) = 6241158216b4f68c625ce7d843d5b6b070304f87e7fc8f4075b76501ca0f3c60 -SIZE (ginac-1.6.4.tar.bz2) = 1028044 +SHA256 (ginac-1.6.5.tar.bz2) = e8630e186d9846123c58de7e0edcfd11b68d3831a84ae7c039c0606397b01444 +SIZE (ginac-1.6.5.tar.bz2) = 1028907 diff --git a/math/GiNaC/pkg-plist b/math/GiNaC/pkg-plist index a809469478a5..dd10ed1099e3 100644 --- a/math/GiNaC/pkg-plist +++ b/math/GiNaC/pkg-plist @@ -50,7 +50,7 @@ include/ginac/wildcard.h lib/libginac.a lib/libginac.so lib/libginac.so.5 -lib/libginac.so.5.0.0 +lib/libginac.so.5.0.1 libdata/pkgconfig/ginac.pc man/man1/ginsh.1.gz man/man1/viewgar.1.gz |