ports/184872: audio/pd: Update to version 0.45.4
KATO Tsuguru
tkato432 at yahoo.com
Mon Dec 16 18:10:20 UTC 2013
>Number: 184872
>Category: ports
>Synopsis: audio/pd: Update to version 0.45.4
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Dec 16 18:10:20 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 8.4-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Update to version 0.45.4
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/audio/pd/Makefile audio/pd/Makefile
--- /usr/ports/audio/pd/Makefile 2013-11-06 21:52:15.000000000 +0900
+++ audio/pd/Makefile 2013-12-17 00:00:00.000000000 +0900
@@ -2,7 +2,7 @@
# $FreeBSD: head/audio/pd/Makefile 331867 2013-10-28 16:06:16Z pawel $
PORTNAME= pd
-DISTVERSION= 0.45-3
+DISTVERSION= 0.45-4
DISTVERSIONSUFFIX= .src
CATEGORIES= audio
MASTER_SITES= http://msp.ucsd.edu/Software/
@@ -20,7 +20,11 @@
WRKSRC= ${WRKDIR}/${DISTNAME:S,${DISTVERSIONSUFFIX},,}
-USES= gettext gmake pkgconfig tk:wrapper
+USES= gettext gmake pkgconfig shebangfix tk:wrapper
+SHEBANG_FILES= tcl/pkg_mkIndex.tcl
+SHEBANG_LANG= tclsh
+tclsh_OLD_CMD= /usr/bin/tclsh
+tclsh_CMD= ${LOCALBASE}/bin/tclsh
USE_AUTOTOOLS= aclocal libtoolize autoconf automake
ACLOCAL_ARGS= -I m4/generated -I m4
LIBTOOLIZE_ARGS=--install --force
@@ -91,8 +95,6 @@
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@(${TAR} -C ${WRKSRC}/doc --exclude "*.bak" --exclude "*.orig" \
-cf - . | ${TAR} -C ${STAGEDIR}${DOCSDIR} --unlink -xf -)
- @${FIND} ${STAGEDIR}${DOCSDIR} -type d | ${XARGS} ${CHMOD} 755
- @${FIND} ${STAGEDIR}${DOCSDIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
.for i in LICENSE.txt README.txt
(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR})
.endfor
diff -urN /usr/ports/audio/pd/distinfo audio/pd/distinfo
--- /usr/ports/audio/pd/distinfo 2013-11-06 21:52:15.000000000 +0900
+++ audio/pd/distinfo 2013-12-17 00:00:00.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (pd-0.45-3.src.tar.gz) = 49bab85f0968eef72dfcd4352df0318666e11c33a38e4bc9ec052004fbc4aada
-SIZE (pd-0.45-3.src.tar.gz) = 2252601
+SHA256 (pd-0.45-4.src.tar.gz) = 57a80de8b0c22e508022e01449747310822ec90bc21c2272ddfd8be8cb5542d3
+SIZE (pd-0.45-4.src.tar.gz) = 2252744
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list