svn commit: r358011 - head/audio/twolame
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Jun 16 14:56:34 UTC 2014
Author: amdmi3
Date: Mon Jun 16 14:56:34 2014
New Revision: 358011
URL: http://svnweb.freebsd.org/changeset/ports/358011
QAT: https://qat.redports.org/buildarchive/r358011/
Log:
- Switch to USES=libtool
Approved by: portmgr blanket
Modified:
head/audio/twolame/Makefile
head/audio/twolame/pkg-plist
Modified: head/audio/twolame/Makefile
==============================================================================
--- head/audio/twolame/Makefile Mon Jun 16 14:56:22 2014 (r358010)
+++ head/audio/twolame/Makefile Mon Jun 16 14:56:34 2014 (r358011)
@@ -3,7 +3,7 @@
PORTNAME= twolame
PORTVERSION= 0.3.13
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= SF \
http://www.ecs.soton.ac.uk/~njh/twolame/
@@ -16,7 +16,7 @@ LIB_DEPENDS= libsndfile.so:${PORTSDIR}/a
libvorbis.so:${PORTSDIR}/audio/libvorbis \
libogg.so:${PORTSDIR}/audio/libogg
-USES= gmake pathfix pkgconfig
+USES= gmake pathfix pkgconfig libtool:keepla
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
Modified: head/audio/twolame/pkg-plist
==============================================================================
--- head/audio/twolame/pkg-plist Mon Jun 16 14:56:22 2014 (r358010)
+++ head/audio/twolame/pkg-plist Mon Jun 16 14:56:34 2014 (r358011)
@@ -4,6 +4,7 @@ lib/libtwolame.a
lib/libtwolame.la
lib/libtwolame.so
lib/libtwolame.so.0
+lib/libtwolame.so.0.0.0
libdata/pkgconfig/twolame.pc
%%DOCSDIR%%/api.txt
%%DOCSDIR%%/html/api.html
More information about the svn-ports-all
mailing list