svn commit: r368161 - head/textproc/libcue
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Sep 14 07:54:28 UTC 2014
Author: amdmi3
Date: Sun Sep 14 07:54:27 2014
New Revision: 368161
URL: http://svnweb.freebsd.org/changeset/ports/368161
QAT: https://qat.redports.org/buildarchive/r368161/
Log:
- Drop .la files, no dependees require them
Approved by: portmgr blanket
Modified:
head/textproc/libcue/Makefile
head/textproc/libcue/pkg-plist
Modified: head/textproc/libcue/Makefile
==============================================================================
--- head/textproc/libcue/Makefile Sun Sep 14 07:52:30 2014 (r368160)
+++ head/textproc/libcue/Makefile Sun Sep 14 07:54:27 2014 (r368161)
@@ -3,7 +3,7 @@
PORTNAME= libcue
PORTVERSION= 1.4.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= SF
@@ -12,7 +12,7 @@ COMMENT= CUE Sheet Parser Library
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USES= gettext libtool:keepla pathfix tar:bzip2
+USES= gettext libtool pathfix tar:bzip2
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
Modified: head/textproc/libcue/pkg-plist
==============================================================================
--- head/textproc/libcue/pkg-plist Sun Sep 14 07:52:30 2014 (r368160)
+++ head/textproc/libcue/pkg-plist Sun Sep 14 07:54:27 2014 (r368161)
@@ -4,7 +4,6 @@ include/libcue-1.4/libcue/libcue.h
include/libcue-1.4/libcue/rem.h
include/libcue-1.4/libcue/time.h
lib/libcue.a
-lib/libcue.la
lib/libcue.so
lib/libcue.so.1
lib/libcue.so.1.0.4
More information about the svn-ports-all
mailing list