Date: Mon, 25 Aug 2014 11:05:38 +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: r366058 - head/audio/libtremor Message-ID: <201408251105.s7PB5cB6024733@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Aug 25 11:05:37 2014 New Revision: 366058 URL: http://svnweb.freebsd.org/changeset/ports/366058 QAT: https://qat.redports.org/buildarchive/r366058/ Log: - Drop .la files, no dependees require them Approved by: portmgr blanket Modified: head/audio/libtremor/Makefile head/audio/libtremor/pkg-plist Modified: head/audio/libtremor/Makefile ============================================================================== --- head/audio/libtremor/Makefile Mon Aug 25 11:04:15 2014 (r366057) +++ head/audio/libtremor/Makefile Mon Aug 25 11:05:37 2014 (r366058) @@ -3,7 +3,7 @@ PORTNAME= libtremor PORTVERSION= 1.2.0.s20040213 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://members.chello.nl/~g.mast/distfiles/ DISTNAME= tremor_snapshot_${SNAP_DATE} @@ -13,7 +13,7 @@ COMMENT= Integer-only fully Ogg Vorbis c SNAP_DATE= 02132004 WRKSRC= ${WRKDIR}/Tremor -USES= libtool:keepla tar:tgz +USES= libtool tar:tgz USE_AUTOTOOLS= aclocal automake autoconf libtoolize AUTOMAKE_ARGS= -a -c LIBTOOLIZE_ARGS=-i -c Modified: head/audio/libtremor/pkg-plist ============================================================================== --- head/audio/libtremor/pkg-plist Mon Aug 25 11:04:15 2014 (r366057) +++ head/audio/libtremor/pkg-plist Mon Aug 25 11:05:37 2014 (r366058) @@ -4,7 +4,6 @@ include/tremor/ivorbisfile.h include/tremor/ogg.h include/tremor/os_types.h lib/libvorbisidec.a -lib/libvorbisidec.la lib/libvorbisidec.so lib/libvorbisidec.so.1 lib/libvorbisidec.so.1.0.2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408251105.s7PB5cB6024733>