Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2014 12:27:20 +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: r365448 - head/audio/twolame
Message-ID:  <201408201227.s7KCRKZD077132@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Aug 20 12:27:19 2014
New Revision: 365448
URL: http://svnweb.freebsd.org/changeset/ports/365448
QAT: https://qat.redports.org/buildarchive/r365448/

Log:
  - Drop .la files, no dependees require them
  
  Approved by:	portmgr blanket

Modified:
  head/audio/twolame/Makefile
  head/audio/twolame/pkg-plist

Modified: head/audio/twolame/Makefile
==============================================================================
--- head/audio/twolame/Makefile	Wed Aug 20 12:25:04 2014	(r365447)
+++ head/audio/twolame/Makefile	Wed Aug 20 12:27:19 2014	(r365448)
@@ -3,7 +3,7 @@
 
 PORTNAME=	twolame
 PORTVERSION=	0.3.13
-PORTREVISION=	2
+PORTREVISION=	3
 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 libtool:keepla
+USES=		gmake pathfix pkgconfig libtool
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 

Modified: head/audio/twolame/pkg-plist
==============================================================================
--- head/audio/twolame/pkg-plist	Wed Aug 20 12:25:04 2014	(r365447)
+++ head/audio/twolame/pkg-plist	Wed Aug 20 12:27:19 2014	(r365448)
@@ -1,7 +1,6 @@
 bin/twolame
 include/twolame.h
 lib/libtwolame.a
-lib/libtwolame.la
 lib/libtwolame.so
 lib/libtwolame.so.0
 lib/libtwolame.so.0.0.0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408201227.s7KCRKZD077132>