aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-19 00:01:10 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-19 00:01:10 +0000
commit85d31308fb844580ec0d3f47a7ddb8994bd6c8eb (patch)
tree30e33d3d586b4404d39f1c7bbd5eae9d017acc40
parente8c3fdba758d5bc67af28f22315bfb3f44b8a002 (diff)
downloadports-85d31308fb844580ec0d3f47a7ddb8994bd6c8eb.tar.gz
ports-85d31308fb844580ec0d3f47a7ddb8994bd6c8eb.zip
Update to 1.9.4
Properly fix shebang on bin/auscope Run depends on perl Strip binaries
Notes
Notes: svn path=/head/; revision=330806
-rw-r--r--audio/nas/Makefile12
-rw-r--r--audio/nas/distinfo4
2 files changed, 10 insertions, 6 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile
index c9cd59f31e55..9656ed61252b 100644
--- a/audio/nas/Makefile
+++ b/audio/nas/Makefile
@@ -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@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>
diff --git a/audio/nas/distinfo b/audio/nas/distinfo
index 7783eb6cd03e..7b105e2cdd59 100644
--- a/audio/nas/distinfo
+++ b/audio/nas/distinfo
@@ -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