svn commit: r330806 - head/audio/nas
Baptiste Daroussin
bapt at FreeBSD.org
Sat Oct 19 00:01:11 UTC 2013
Author: bapt
Date: Sat Oct 19 00:01:10 2013
New Revision: 330806
URL: http://svnweb.freebsd.org/changeset/ports/330806
Log:
Update to 1.9.4
Properly fix shebang on bin/auscope
Run depends on perl
Strip binaries
Modified:
head/audio/nas/Makefile
head/audio/nas/distinfo
Modified: head/audio/nas/Makefile
==============================================================================
--- head/audio/nas/Makefile Fri Oct 18 23:49:55 2013 (r330805)
+++ head/audio/nas/Makefile Sat Oct 19 00:01:10 2013 (r330806)
@@ -2,16 +2,17 @@
# $FreeBSD$
PORTNAME= nas
-PORTVERSION= 1.9.3
-PORTREVISION= 1
+PORTVERSION= 1.9.4
CATEGORIES= audio
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}.${PORTVERSION}%20%28stable%29
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}%20%28stable%29
EXTRACT_SUFX= .src.tar.gz
MAINTAINER= multimedia at FreeBSD.org
COMMENT= Network Audio System
-USES= imake
+USES= imake perl5 shebangfix
+SHEBANG_FILES= clients/audio/auscope/auscope
+USE_PERL5= run
USE_CSTD= gnu89
USE_XORG= x11 xext xt xau sm ice xp xpm xmu xaw
USE_LDCONFIG= yes
@@ -36,4 +37,7 @@ FPIC= -fPIC
FPIC= -fpic
.endif
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libaudio.so.2
+
.include <bsd.port.post.mk>
Modified: head/audio/nas/distinfo
==============================================================================
--- head/audio/nas/distinfo Fri Oct 18 23:49:55 2013 (r330805)
+++ head/audio/nas/distinfo Sat Oct 19 00:01:10 2013 (r330806)
@@ -1,2 +1,2 @@
-SHA256 (nas-1.9.3.src.tar.gz) = cd2c12980f812d6c7e08f48d00a2b7f85a040b3f587b177d4c1f03600a6ae7a9
-SIZE (nas-1.9.3.src.tar.gz) = 1485222
+SHA256 (nas-1.9.4.src.tar.gz) = cf36ea63751ce86cfd3b76c1659ce0d6a361a2e7cb34069854e156532703b39d
+SIZE (nas-1.9.4.src.tar.gz) = 1464598
More information about the svn-ports-all
mailing list