svn commit: r350584 - head/audio/patchage

Pawel Pekala pawel at FreeBSD.org
Tue Apr 8 08:08:32 UTC 2014


Author: pawel
Date: Tue Apr  8 08:08:31 2014
New Revision: 350584
URL: http://svnweb.freebsd.org/changeset/ports/350584
QAT: https://qat.redports.org/buildarchive/r350584/

Log:
  - Add staging support
  - Convert to USES=tar:bzip2

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

Modified: head/audio/patchage/Makefile
==============================================================================
--- head/audio/patchage/Makefile	Tue Apr  8 07:41:39 2014	(r350583)
+++ head/audio/patchage/Makefile	Tue Apr  8 08:08:31 2014	(r350584)
@@ -22,14 +22,10 @@ LIB_DEPENDS=	libjack.so:${PORTSDIR}/audi
 		libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \
 		libflowcanvas.so:${PORTSDIR}/x11-toolkits/flowcanvas
 
-USES=		pkgconfig
-NO_STAGE=	yes
-USE_BZIP2=	yes
+USES=		pkgconfig tar:bzip2
 USE_PYTHON_BUILD=yes
 INSTALLS_ICONS=	yes
 
-MAN1=		patchage.1
-
 CFLAGS+=	-I${LOCALBASE}/include
 
 .include <bsd.port.pre.mk>
@@ -54,6 +50,6 @@ do-build:
 	@(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} ${WAF_JOBS} build)
 
 do-install:
-	@(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} install)
+	@(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} --destdir=${STAGEDIR} install)
 
 .include <bsd.port.post.mk>

Modified: head/audio/patchage/pkg-plist
==============================================================================
--- head/audio/patchage/pkg-plist	Tue Apr  8 07:41:39 2014	(r350583)
+++ head/audio/patchage/pkg-plist	Tue Apr  8 08:08:31 2014	(r350584)
@@ -1,4 +1,5 @@
 bin/patchage
+man/man1/patchage.1.gz
 share/applications/patchage.desktop
 share/icons/hicolor/128x128/apps/patchage.png
 share/icons/hicolor/16x16/apps/patchage.png


More information about the svn-ports-all mailing list