Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2013 19:09:51 +0000 (UTC)
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328190 - head/audio/opus-tools
Message-ID:  <201309241909.r8OJ9p19085590@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: naddy
Date: Tue Sep 24 19:09:51 2013
New Revision: 328190
URL: http://svnweb.freebsd.org/changeset/ports/328190

Log:
  Convert to stage.

Added:
  head/audio/opus-tools/pkg-plist   (contents, props changed)
Modified:
  head/audio/opus-tools/Makefile

Modified: head/audio/opus-tools/Makefile
==============================================================================
--- head/audio/opus-tools/Makefile	Tue Sep 24 18:43:17 2013	(r328189)
+++ head/audio/opus-tools/Makefile	Tue Sep 24 19:09:51 2013	(r328190)
@@ -10,14 +10,10 @@ MASTER_SITES=	http://downloads.xiph.org/
 MAINTAINER=	naddy@FreeBSD.org
 COMMENT=	Encode, inspect, and decode Opus files
 
-LIB_DEPENDS=	ogg:${PORTSDIR}/audio/libogg \
-		opus:${PORTSDIR}/audio/opus
+LIB_DEPENDS=	libogg.so:${PORTSDIR}/audio/libogg \
+		libopus.so:${PORTSDIR}/audio/opus
 
-GNU_CONFIGURE=	yes
 USES=		pkgconfig
-NO_STAGE=	yes
-
-PLIST_FILES=	bin/opusdec bin/opusenc bin/opusinfo
-MAN1=		opusdec.1 opusenc.1 opusinfo.1
+GNU_CONFIGURE=	yes
 
 .include <bsd.port.mk>

Added: head/audio/opus-tools/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/opus-tools/pkg-plist	Tue Sep 24 19:09:51 2013	(r328190)
@@ -0,0 +1,6 @@
+bin/opusdec
+bin/opusenc
+bin/opusinfo
+man/man1/opusdec.1.gz
+man/man1/opusenc.1.gz
+man/man1/opusinfo.1.gz



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