svn commit: r353611 - head/math/GiNaC

Stephen Montgomery-Smith stephen at FreeBSD.org
Sat May 10 21:36:37 UTC 2014


Author: stephen
Date: Sat May 10 21:36:36 2014
New Revision: 353611
URL: http://svnweb.freebsd.org/changeset/ports/353611
QAT: https://qat.redports.org/buildarchive/r353611/

Log:
  - Change AUTOTOOLS=libtool to USES=libtool.
  - Bump portrevision.
  
  Reference:	http://lists.freebsd.org/pipermail/freebsd-ports/2014-May/092082.html

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

Modified: head/math/GiNaC/Makefile
==============================================================================
--- head/math/GiNaC/Makefile	Sat May 10 21:26:57 2014	(r353610)
+++ head/math/GiNaC/Makefile	Sat May 10 21:36:36 2014	(r353611)
@@ -3,6 +3,7 @@
 
 PORTNAME=	GiNaC
 PORTVERSION=	1.6.2
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \
 		http://www.ginac.de/
@@ -14,8 +15,8 @@ COMMENT=	C++ library for symbolic mathem
 LIB_DEPENDS=	libcln.so:${PORTSDIR}/math/cln
 
 USE_BZIP2=	yes
-USES=		pkgconfig pathfix gmake
-USE_AUTOTOOLS=	libtool
+USES=		pkgconfig pathfix gmake libtool
+GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/math/GiNaC/pkg-plist
==============================================================================
--- head/math/GiNaC/pkg-plist	Sat May 10 21:26:57 2014	(r353610)
+++ head/math/GiNaC/pkg-plist	Sat May 10 21:36:36 2014	(r353611)
@@ -48,9 +48,9 @@ include/ginac/tensor.h
 include/ginac/version.h
 include/ginac/wildcard.h
 lib/libginac.a
-lib/libginac.la
 lib/libginac.so
-lib/libginac.so.3
+lib/libginac.so.2
+lib/libginac.so.2.1.0
 libdata/pkgconfig/ginac.pc
 man/man1/ginsh.1.gz
 man/man1/viewgar.1.gz


More information about the svn-ports-all mailing list