svn commit: r393050 - head/math/GiNaC

Stephen Montgomery-Smith stephen at FreeBSD.org
Tue Jul 28 03:26:44 UTC 2015


Author: stephen
Date: Tue Jul 28 03:26:42 2015
New Revision: 393050
URL: https://svnweb.freebsd.org/changeset/ports/393050

Log:
  - Update to 1.6.5.
  - Add license.

Modified:
  head/math/GiNaC/Makefile
  head/math/GiNaC/distinfo
  head/math/GiNaC/pkg-plist

Modified: head/math/GiNaC/Makefile
==============================================================================
--- head/math/GiNaC/Makefile	Tue Jul 28 02:57:11 2015	(r393049)
+++ head/math/GiNaC/Makefile	Tue Jul 28 03:26:42 2015	(r393050)
@@ -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 at 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

Modified: head/math/GiNaC/distinfo
==============================================================================
--- head/math/GiNaC/distinfo	Tue Jul 28 02:57:11 2015	(r393049)
+++ head/math/GiNaC/distinfo	Tue Jul 28 03:26:42 2015	(r393050)
@@ -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

Modified: head/math/GiNaC/pkg-plist
==============================================================================
--- head/math/GiNaC/pkg-plist	Tue Jul 28 02:57:11 2015	(r393049)
+++ head/math/GiNaC/pkg-plist	Tue Jul 28 03:26:42 2015	(r393050)
@@ -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


More information about the svn-ports-all mailing list