Date: Thu, 28 Aug 2014 16:57:40 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366437 - head/devel/libtpl Message-ID: <201408281657.s7SGvebn046369@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Aug 28 16:57:40 2014 New Revision: 366437 URL: http://svnweb.freebsd.org/changeset/ports/366437 QAT: https://qat.redports.org/buildarchive/r366437/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/devel/libtpl/Makefile Modified: head/devel/libtpl/Makefile ============================================================================== --- head/devel/libtpl/Makefile Thu Aug 28 16:57:21 2014 (r366436) +++ head/devel/libtpl/Makefile Thu Aug 28 16:57:40 2014 (r366437) @@ -3,6 +3,7 @@ PORTNAME= libtpl PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GH @@ -13,7 +14,7 @@ OPTIONS_DEFINE= DOCS LICENSE= BSD -USES= tar:bzip2 +USES= libtool tar:bzip2 USE_GITHUB= yes GH_ACCOUNT= waitman GH_TAGNAME= ${GH_COMMIT} @@ -23,8 +24,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared USE_LDCONFIG= yes -PLIST_FILES= lib/libtpl.la lib/libtpl.a \ - lib/libtpl.so lib/libtpl.so.0 \ +PLIST_FILES= lib/libtpl.a lib/libtpl.so \ + lib/libtpl.so.0 lib/libtpl.so.0.0.0 \ include/tpl.h PORTDOCS= ChangeLog.txt examples.txt userguide.txt compiling.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408281657.s7SGvebn046369>