svn commit: r366437 - head/devel/libtpl

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Aug 28 16:57:41 UTC 2014


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


More information about the svn-ports-all mailing list