svn commit: r355249 - in head/audio: easytag opusfile

Christian Weisgerber naddy at FreeBSD.org
Sun May 25 14:43:45 UTC 2014


Author: naddy
Date: Sun May 25 14:43:43 2014
New Revision: 355249
URL: http://svnweb.freebsd.org/changeset/ports/355249
QAT: https://qat.redports.org/buildarchive/r355249/

Log:
  Switch opusfile to USES=libtool. [1]
  
  Bump dependent ports.
  
  Approved by:	maintainer [1]

Modified:
  head/audio/easytag/Makefile
  head/audio/opusfile/Makefile
  head/audio/opusfile/pkg-plist

Modified: head/audio/easytag/Makefile
==============================================================================
--- head/audio/easytag/Makefile	Sun May 25 13:54:19 2014	(r355248)
+++ head/audio/easytag/Makefile	Sun May 25 14:43:43 2014	(r355249)
@@ -3,6 +3,7 @@
 
 PORTNAME=	easytag
 PORTVERSION=	2.2.2
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	GNOME
 

Modified: head/audio/opusfile/Makefile
==============================================================================
--- head/audio/opusfile/Makefile	Sun May 25 13:54:19 2014	(r355248)
+++ head/audio/opusfile/Makefile	Sun May 25 14:43:43 2014	(r355249)
@@ -2,6 +2,7 @@
 
 PORTNAME=	opusfile
 PORTVERSION=	0.5
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://downloads.xiph.org/releases/opus/ \
 		${MASTER_SITE_MOZILLA_EXTENDED}
@@ -15,10 +16,10 @@ LICENSE=	BSD3CLAUSE
 LIB_DEPENDS=	libogg.so:${PORTSDIR}/audio/libogg \
 		libopus.so:${PORTSDIR}/audio/opus
 
-USES=		gmake pkgconfig pathfix
+USES=		gmake libtool pkgconfig pathfix
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	autoconf:env aclocal:env automake:env libtool
+USE_AUTOTOOLS=	autoconf:env aclocal:env automake:env
 MAKE_JOBS_UNSAFE=	yes
 PATHFIX_MAKEFILEIN=	Makefile.am
 

Modified: head/audio/opusfile/pkg-plist
==============================================================================
--- head/audio/opusfile/pkg-plist	Sun May 25 13:54:19 2014	(r355248)
+++ head/audio/opusfile/pkg-plist	Sun May 25 14:43:43 2014	(r355249)
@@ -1,12 +1,12 @@
 include/opus/opusfile.h
 lib/libopusfile.a
-lib/libopusfile.la
 lib/libopusfile.so
-lib/libopusfile.so.3
+lib/libopusfile.so.0
+lib/libopusfile.so.0.3.0
 lib/libopusurl.a
-lib/libopusurl.la
 lib/libopusurl.so
-lib/libopusurl.so.3
+lib/libopusurl.so.0
+lib/libopusurl.so.0.3.0
 libdata/pkgconfig/opusfile.pc
 libdata/pkgconfig/opusurl.pc
 @comment Insert PLIST.doc here


More information about the svn-ports-all mailing list