svn commit: r357940 - head/audio/sox

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jun 15 23:44:14 UTC 2014


Author: amdmi3
Date: Sun Jun 15 23:44:13 2014
New Revision: 357940
URL: http://svnweb.freebsd.org/changeset/ports/357940
QAT: https://qat.redports.org/buildarchive/r357940/

Log:
  - Add missing USES=libtool
  
  Approved by:	portmgr blanket

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

Modified: head/audio/sox/Makefile
==============================================================================
--- head/audio/sox/Makefile	Sun Jun 15 23:44:00 2014	(r357939)
+++ head/audio/sox/Makefile	Sun Jun 15 23:44:13 2014	(r357940)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sox
 PORTVERSION=	14.4.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio
 MASTER_SITES=	SF
 
@@ -16,7 +16,7 @@ LICENSE_COMB=	dual
 CONFLICTS=	play-[0-9]*
 
 GNU_CONFIGURE=	yes
-USES=		pkgconfig
+USES=		pkgconfig libtool:keepla
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	aclocal autoconf automake libltdl
 

Modified: head/audio/sox/pkg-plist
==============================================================================
--- head/audio/sox/pkg-plist	Sun Jun 15 23:44:00 2014	(r357939)
+++ head/audio/sox/pkg-plist	Sun Jun 15 23:44:13 2014	(r357940)
@@ -7,6 +7,7 @@ lib/libsox.a
 lib/libsox.la
 lib/libsox.so
 lib/libsox.so.2
+lib/libsox.so.2.0.1
 man/man1/play.1.gz
 man/man1/rec.1.gz
 man/man1/sox.1.gz


More information about the svn-ports-head mailing list