From owner-svn-ports-all@FreeBSD.ORG Sat May 10 21:36:37 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E4A4A6; Sat, 10 May 2014 21:36:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B743CBF; Sat, 10 May 2014 21:36:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4ALabLf055673; Sat, 10 May 2014 21:36:37 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4ALabDY055667; Sat, 10 May 2014 21:36:37 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201405102136.s4ALabDY055667@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Sat, 10 May 2014 21:36:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353611 - head/math/GiNaC X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2014 21:36:37 -0000 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