Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 May 2014 21:36:37 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353611 - head/math/GiNaC
Message-ID:  <201405102136.s4ALabDY055667@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405102136.s4ALabDY055667>