Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Sep 2014 11:35:42 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367726 - head/audio/audacious-dumb
Message-ID:  <201409091135.s89BZgi6010122@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Tue Sep  9 11:35:41 2014
New Revision: 367726
URL: http://svnweb.freebsd.org/changeset/ports/367726
QAT: https://qat.redports.org/buildarchive/r367726/

Log:
  - Strip binary
  - Remove outdated post-patch regex

Modified:
  head/audio/audacious-dumb/Makefile

Modified: head/audio/audacious-dumb/Makefile
==============================================================================
--- head/audio/audacious-dumb/Makefile	Tue Sep  9 10:46:42 2014	(r367725)
+++ head/audio/audacious-dumb/Makefile	Tue Sep  9 11:35:41 2014	(r367726)
@@ -3,6 +3,7 @@
 
 PORTNAME=	audacious-dumb
 PORTVERSION=	0.83
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://www.netswarm.net/misc/ \
 		CRITICAL
@@ -20,7 +21,9 @@ USES=		gmake pkgconfig
 USE_LDCONFIG=	yes
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|3\.1-alpha1|3\.1|g; \
-			s|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile
+
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/audacious/Input/dumb.so
 
 .include <bsd.port.mk>



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