From tkato432@yahoo.com  Mon Apr 21 18:00:12 2014
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 7170D3B2
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 21 Apr 2014 18:00:12 +0000 (UTC)
Received: from omta03.auone-net.jp (mail-or1-f17.auone-net.jp [106.187.231.17])
	by mx1.freebsd.org (Postfix) with ESMTP id 44D081351
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 21 Apr 2014 18:00:11 +0000 (UTC)
Received: from coppermine.my.domain (ZT034164.ppp.dion.ne.jp [59.128.34.164])
	by omta03.auone-net.jp (au one net mail) with ESMTP id 8C5681880042
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 22 Apr 2014 03:00:02 +0900 (JST)
Message-Id: <20140422025714.f7b2fd70a4ab1514b5a74abc@yahoo.com>
Date: Tue, 22 Apr 2014 02:57:14 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: audio/pd: Update to version 0.45.5

>Number:         188857
>Category:       ports
>Synopsis:       audio/pd: Update to version 0.45.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 21 18:10:00 UTC 2014
>Closed-Date:    Sat May 17 10:52:32 UTC 2014
>Last-Modified:  Sat May 17 11:00:00 UTC 2014
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p8 i386
>Organization:
>Environment:
>Description:
- Update to version 0.45.5

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/pd/Makefile audio/pd/Makefile
--- /usr/ports/audio/pd/Makefile	2014-02-10 19:54:07.000000000 +0900
+++ audio/pd/Makefile	2014-04-22 00:00:00.000000000 +0900
@@ -2,7 +2,7 @@
 # $FreeBSD: head/audio/pd/Makefile 343548 2014-02-09 22:08:33Z tijl $
 
 PORTNAME=	pd
-DISTVERSION=	0.45-4
+DISTVERSION=	0.45-5
 DISTVERSIONSUFFIX=	.src
 CATEGORIES=	audio
 MASTER_SITES=	http://msp.ucsd.edu/Software/
@@ -15,8 +15,6 @@
 RUN_DEPENDS=	xdg-open:${PORTSDIR}/devel/xdg-utils \
 		dejavu>0:${PORTSDIR}/x11-fonts/dejavu
 
-OPTIONS_DEFINE=	ALSA FFTW JACK DOCS
-OPTIONS_DEFAULT=FFTW
 
 WRKSRC=		${WRKDIR}/${DISTNAME:S,${DISTVERSIONSUFFIX},,}
 
@@ -34,16 +32,16 @@
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -pthread
 
-DESKTOP_ENTRIES=	"Pd" "${COMMENT}" \
-			"${LOCALBASE}/lib/pd/tcl/pd.ico" "pd" "" false
+DESKTOP_ENTRIES="Pd" "${COMMENT}" "${PREFIX}/lib/pd/tcl/pd.ico" "pd" "" false
+
+OPTIONS_DEFINE=		ALSA DOCS FFTW JACK
+OPTIONS_DEFAULT=	FFTW
 
 ALSA_CONFIGURE_ENABLE=	alsa
 ALSA_LIB_DEPENDS=	libasound.so:${PORTSDIR}/audio/alsa-lib
-
 FFTW_CONFIGURE_ENABLE=	fftw
 FFTW_BUILD_DEPENDS=	fftw3>0:${PORTSDIR}/math/fftw3
 FFTW_LIB_DEPENDS=	libfftw3f.so:${PORTSDIR}/math/fftw3-float
-
 JACK_CONFIGURE_ENABLE=	jack
 JACK_LIB_DEPENDS=	libjack.so:${PORTSDIR}/audio/jack
 
diff -urN /usr/ports/audio/pd/distinfo audio/pd/distinfo
--- /usr/ports/audio/pd/distinfo	2013-12-19 04:24:51.000000000 +0900
+++ audio/pd/distinfo	2014-04-22 00:00:00.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (pd-0.45-4.src.tar.gz) = 57a80de8b0c22e508022e01449747310822ec90bc21c2272ddfd8be8cb5542d3
-SIZE (pd-0.45-4.src.tar.gz) = 2252744
+SHA256 (pd-0.45-5.src.tar.gz) = c4a26e570a08b8e955b9b2058222c25ec0e8fc1333f616cd500cdd73d2670ac6
+SIZE (pd-0.45-5.src.tar.gz) = 2248251
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Apr 21 18:10:04 UTC 2014 
Responsible-Changed-Why:  
miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188857 

From: KATO Tsuguru <tkato432@yahoo.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/188857: audio/pd: Update to version 0.45.5
Date: Thu, 24 Apr 2014 03:28:52 +0900

 This is a multi-part message in MIME format.
 
 --Multipart=_Thu__24_Apr_2014_03_28_52_+0900_jknDVLf0FUbCu08+
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 Remake of the patch against current tree.
 
 --Multipart=_Thu__24_Apr_2014_03_28_52_+0900_jknDVLf0FUbCu08+
 Content-Type: text/x-diff;
  name="audio_pd.diff"
 Content-Disposition: attachment;
  filename="audio_pd.diff"
 Content-Transfer-Encoding: 7bit
 
 diff -urN /usr/ports/audio/pd/Makefile audio/pd/Makefile
 --- /usr/ports/audio/pd/Makefile	2014-04-24 00:04:59.000000000 +0900
 +++ audio/pd/Makefile	2014-04-24 00:00:00.000000000 +0900
 @@ -2,9 +2,8 @@
  # $FreeBSD: head/audio/pd/Makefile 351936 2014-04-23 13:25:16Z tijl $
  
  PORTNAME=	pd
 -DISTVERSION=	0.45-4
 +DISTVERSION=	0.45-5
  DISTVERSIONSUFFIX=	.src
 -PORTREVISION=	1
  CATEGORIES=	audio
  MASTER_SITES=	http://msp.ucsd.edu/Software/
  
 @@ -16,12 +15,11 @@
  RUN_DEPENDS=	xdg-open:${PORTSDIR}/devel/xdg-utils \
  		dejavu>0:${PORTSDIR}/x11-fonts/dejavu
  
 -OPTIONS_DEFINE=	ALSA FFTW JACK DOCS
 -OPTIONS_DEFAULT=FFTW
  
  WRKSRC=		${WRKDIR}/${DISTNAME:S,${DISTVERSIONSUFFIX},,}
  
 -USES=		gettext gmake libtool:keepla pkgconfig shebangfix tk:wrapper
 +USES=		gettext gmake libtool pkgconfig shebangfix tcl:wrapper \
 +		tk:wrapper
  SHEBANG_FILES=	tcl/pkg_mkIndex.tcl
  SHEBANG_LANG=	tclsh
  tclsh_OLD_CMD=	/usr/bin/tclsh
 @@ -35,16 +33,16 @@
  CPPFLAGS+=	-I${LOCALBASE}/include
  LDFLAGS+=	-L${LOCALBASE}/lib -pthread
  
 -DESKTOP_ENTRIES=	"Pd" "${COMMENT}" \
 -			"${LOCALBASE}/lib/pd/tcl/pd.ico" "pd" "" false
 +DESKTOP_ENTRIES="Pd" "" "${PREFIX}/lib/pd/tcl/pd.ico" "pd" "" false
 +
 +OPTIONS_DEFINE=		ALSA DOCS FFTW JACK
 +OPTIONS_DEFAULT=	FFTW
  
  ALSA_CONFIGURE_ENABLE=	alsa
  ALSA_LIB_DEPENDS=	libasound.so:${PORTSDIR}/audio/alsa-lib
 -
  FFTW_CONFIGURE_ENABLE=	fftw
  FFTW_BUILD_DEPENDS=	fftw3>0:${PORTSDIR}/math/fftw3
  FFTW_LIB_DEPENDS=	libfftw3f.so:${PORTSDIR}/math/fftw3-float
 -
  JACK_CONFIGURE_ENABLE=	jack
  JACK_LIB_DEPENDS=	libjack.so:${PORTSDIR}/audio/jack
  
 @@ -100,5 +98,7 @@
  	(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR})
  .endfor
  	@${LN} -sf ${DOCSDIR} ${STAGEDIR}${PREFIX}/lib/pd/doc
 +	@${FIND} ${STAGEDIR}${PREFIX}/lib/pd -name "*.pd_linux" | ${XARGS} \
 +		${STRIP_CMD}
  
  .include <bsd.port.mk>
 diff -urN /usr/ports/audio/pd/distinfo audio/pd/distinfo
 --- /usr/ports/audio/pd/distinfo	2013-12-19 04:24:51.000000000 +0900
 +++ audio/pd/distinfo	2014-04-24 00:00:00.000000000 +0900
 @@ -1,2 +1,2 @@
 -SHA256 (pd-0.45-4.src.tar.gz) = 57a80de8b0c22e508022e01449747310822ec90bc21c2272ddfd8be8cb5542d3
 -SIZE (pd-0.45-4.src.tar.gz) = 2252744
 +SHA256 (pd-0.45-5.src.tar.gz) = c4a26e570a08b8e955b9b2058222c25ec0e8fc1333f616cd500cdd73d2670ac6
 +SIZE (pd-0.45-5.src.tar.gz) = 2248251
 diff -urN /usr/ports/audio/pd/pkg-plist audio/pd/pkg-plist
 --- /usr/ports/audio/pd/pkg-plist	2013-11-06 21:52:15.000000000 +0900
 +++ audio/pd/pkg-plist	2014-04-24 00:00:00.000000000 +0900
 @@ -12,11 +12,9 @@
  lib/pd/bin/pd-watchdog
  %%PORTDOCS%%lib/pd/doc
  lib/pd/extra/bonk~/bonk~-help.pd
 -lib/pd/extra/bonk~/bonk~.la
  lib/pd/extra/bonk~/bonk~.pd_linux
  lib/pd/extra/bonk~/templates.txt
  lib/pd/extra/choice/choice-help.pd
 -lib/pd/extra/choice/choice.la
  lib/pd/extra/choice/choice.pd_linux
  lib/pd/extra/complex-mod~-help.pd
  lib/pd/extra/complex-mod~.pd
 @@ -26,7 +24,6 @@
  lib/pd/extra/expr~/README.txt
  lib/pd/extra/expr~/expr-help.pd
  lib/pd/extra/expr~/expr.pd_linux
 -lib/pd/extra/expr~/expr~.la
  lib/pd/extra/expr~/expr~.pd_linux
  lib/pd/extra/expr~/fexpr~.pd_linux
  lib/pd/extra/expr~-help.pd
 @@ -34,25 +31,19 @@
  lib/pd/extra/fexpr~-help.pd
  lib/pd/extra/fexpr~.pd_linux
  lib/pd/extra/fiddle~/fiddle~-help.pd
 -lib/pd/extra/fiddle~/fiddle~.la
  lib/pd/extra/fiddle~/fiddle~.pd_linux
  lib/pd/extra/hilbert~-help.pd
  lib/pd/extra/hilbert~.pd
  lib/pd/extra/loop~/loop~-help.pd
 -lib/pd/extra/loop~/loop~.la
  lib/pd/extra/loop~/loop~.pd_linux
  lib/pd/extra/loop~/test-loop~.pd
  lib/pd/extra/lrshift~/lrshift~-help.pd
 -lib/pd/extra/lrshift~/lrshift~.la
  lib/pd/extra/lrshift~/lrshift~.pd_linux
 -lib/pd/extra/pd~/pdsched.la
  lib/pd/extra/pd~/pdsched.pd_linux
  lib/pd/extra/pd~/pd~-help.pd
  lib/pd/extra/pd~/pd~-subprocess.pd
 -lib/pd/extra/pd~/pd~.la
  lib/pd/extra/pd~/pd~.pd_linux
  lib/pd/extra/pique/pique-help.pd
 -lib/pd/extra/pique/pique.la
  lib/pd/extra/pique/pique.pd_linux
  lib/pd/extra/rev1-final.pd
  lib/pd/extra/rev1-stage.pd
 @@ -63,10 +54,8 @@
  lib/pd/extra/rev3~-help.pd
  lib/pd/extra/rev3~.pd
  lib/pd/extra/sigmund~/sigmund~-help.pd
 -lib/pd/extra/sigmund~/sigmund~.la
  lib/pd/extra/sigmund~/sigmund~.pd_linux
  lib/pd/extra/stdout/stdout-help.pd
 -lib/pd/extra/stdout/stdout.la
  lib/pd/extra/stdout/stdout.pd_linux
  lib/pd/po/af.msg
  lib/pd/po/az.msg
 
 --Multipart=_Thu__24_Apr_2014_03_28_52_+0900_jknDVLf0FUbCu08+--
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat May 17 10:52:31 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188857 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/188857: commit references a PR
Date: Sat, 17 May 2014 10:52:37 +0000 (UTC)

 Author: miwi
 Date: Sat May 17 10:52:33 2014
 New Revision: 354308
 URL: http://svnweb.freebsd.org/changeset/ports/354308
 QAT: https://qat.redports.org/buildarchive/r354308/
 
 Log:
   - Update to 0.45.5
   
   PR:		188857
   Submitted by:	Ports Fury
 
 Modified:
   head/audio/pd/Makefile
   head/audio/pd/distinfo
   head/audio/pd/pkg-plist
 
 Modified: head/audio/pd/Makefile
 ==============================================================================
 --- head/audio/pd/Makefile	Sat May 17 09:56:00 2014	(r354307)
 +++ head/audio/pd/Makefile	Sat May 17 10:52:33 2014	(r354308)
 @@ -2,9 +2,8 @@
  # $FreeBSD$
  
  PORTNAME=	pd
 -DISTVERSION=	0.45-4
 +DISTVERSION=	0.45-5
  DISTVERSIONSUFFIX=	.src
 -PORTREVISION=	1
  CATEGORIES=	audio
  MASTER_SITES=	http://msp.ucsd.edu/Software/
  
 @@ -16,12 +15,11 @@ LICENSE=	BSD
  RUN_DEPENDS=	xdg-open:${PORTSDIR}/devel/xdg-utils \
  		dejavu>0:${PORTSDIR}/x11-fonts/dejavu
  
 -OPTIONS_DEFINE=	ALSA FFTW JACK DOCS
 -OPTIONS_DEFAULT=FFTW
  
  WRKSRC=		${WRKDIR}/${DISTNAME:S,${DISTVERSIONSUFFIX},,}
  
 -USES=		gettext gmake libtool:keepla pkgconfig shebangfix tk:wrapper
 +USES=		gettext gmake libtool pkgconfig shebangfix tcl:wrapper \
 +		tk:wrapper
  SHEBANG_FILES=	tcl/pkg_mkIndex.tcl
  SHEBANG_LANG=	tclsh
  tclsh_OLD_CMD=	/usr/bin/tclsh
 @@ -35,16 +33,16 @@ CONFIGURE_ENV=	ac_cv_lib_pthread_pthread
  CPPFLAGS+=	-I${LOCALBASE}/include
  LDFLAGS+=	-L${LOCALBASE}/lib -pthread
  
 -DESKTOP_ENTRIES=	"Pd" "${COMMENT}" \
 -			"${LOCALBASE}/lib/pd/tcl/pd.ico" "pd" "" false
 +DESKTOP_ENTRIES="Pd" "" "${PREFIX}/lib/pd/tcl/pd.ico" "pd" "" false
 +
 +OPTIONS_DEFINE=		ALSA DOCS FFTW JACK
 +OPTIONS_DEFAULT=	FFTW
  
  ALSA_CONFIGURE_ENABLE=	alsa
  ALSA_LIB_DEPENDS=	libasound.so:${PORTSDIR}/audio/alsa-lib
 -
  FFTW_CONFIGURE_ENABLE=	fftw
  FFTW_BUILD_DEPENDS=	fftw3>0:${PORTSDIR}/math/fftw3
  FFTW_LIB_DEPENDS=	libfftw3f.so:${PORTSDIR}/math/fftw3-float
 -
  JACK_CONFIGURE_ENABLE=	jack
  JACK_LIB_DEPENDS=	libjack.so:${PORTSDIR}/audio/jack
  
 @@ -100,5 +98,7 @@ do-install:
  	(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR})
  .endfor
  	@${LN} -sf ${DOCSDIR} ${STAGEDIR}${PREFIX}/lib/pd/doc
 +	@${FIND} ${STAGEDIR}${PREFIX}/lib/pd -name "*.pd_linux" | ${XARGS} \
 +		${STRIP_CMD}
  
  .include <bsd.port.mk>
 
 Modified: head/audio/pd/distinfo
 ==============================================================================
 --- head/audio/pd/distinfo	Sat May 17 09:56:00 2014	(r354307)
 +++ head/audio/pd/distinfo	Sat May 17 10:52:33 2014	(r354308)
 @@ -1,2 +1,2 @@
 -SHA256 (pd-0.45-4.src.tar.gz) = 57a80de8b0c22e508022e01449747310822ec90bc21c2272ddfd8be8cb5542d3
 -SIZE (pd-0.45-4.src.tar.gz) = 2252744
 +SHA256 (pd-0.45-5.src.tar.gz) = c4a26e570a08b8e955b9b2058222c25ec0e8fc1333f616cd500cdd73d2670ac6
 +SIZE (pd-0.45-5.src.tar.gz) = 2248251
 
 Modified: head/audio/pd/pkg-plist
 ==============================================================================
 --- head/audio/pd/pkg-plist	Sat May 17 09:56:00 2014	(r354307)
 +++ head/audio/pd/pkg-plist	Sat May 17 10:52:33 2014	(r354308)
 @@ -12,11 +12,9 @@ lib/pd/bin/pd
  lib/pd/bin/pd-watchdog
  %%PORTDOCS%%lib/pd/doc
  lib/pd/extra/bonk~/bonk~-help.pd
 -lib/pd/extra/bonk~/bonk~.la
  lib/pd/extra/bonk~/bonk~.pd_linux
  lib/pd/extra/bonk~/templates.txt
  lib/pd/extra/choice/choice-help.pd
 -lib/pd/extra/choice/choice.la
  lib/pd/extra/choice/choice.pd_linux
  lib/pd/extra/complex-mod~-help.pd
  lib/pd/extra/complex-mod~.pd
 @@ -26,7 +24,6 @@ lib/pd/extra/expr~/LICENSE.txt
  lib/pd/extra/expr~/README.txt
  lib/pd/extra/expr~/expr-help.pd
  lib/pd/extra/expr~/expr.pd_linux
 -lib/pd/extra/expr~/expr~.la
  lib/pd/extra/expr~/expr~.pd_linux
  lib/pd/extra/expr~/fexpr~.pd_linux
  lib/pd/extra/expr~-help.pd
 @@ -34,25 +31,19 @@ lib/pd/extra/expr~.pd_linux
  lib/pd/extra/fexpr~-help.pd
  lib/pd/extra/fexpr~.pd_linux
  lib/pd/extra/fiddle~/fiddle~-help.pd
 -lib/pd/extra/fiddle~/fiddle~.la
  lib/pd/extra/fiddle~/fiddle~.pd_linux
  lib/pd/extra/hilbert~-help.pd
  lib/pd/extra/hilbert~.pd
  lib/pd/extra/loop~/loop~-help.pd
 -lib/pd/extra/loop~/loop~.la
  lib/pd/extra/loop~/loop~.pd_linux
  lib/pd/extra/loop~/test-loop~.pd
  lib/pd/extra/lrshift~/lrshift~-help.pd
 -lib/pd/extra/lrshift~/lrshift~.la
  lib/pd/extra/lrshift~/lrshift~.pd_linux
 -lib/pd/extra/pd~/pdsched.la
  lib/pd/extra/pd~/pdsched.pd_linux
  lib/pd/extra/pd~/pd~-help.pd
  lib/pd/extra/pd~/pd~-subprocess.pd
 -lib/pd/extra/pd~/pd~.la
  lib/pd/extra/pd~/pd~.pd_linux
  lib/pd/extra/pique/pique-help.pd
 -lib/pd/extra/pique/pique.la
  lib/pd/extra/pique/pique.pd_linux
  lib/pd/extra/rev1-final.pd
  lib/pd/extra/rev1-stage.pd
 @@ -63,10 +54,8 @@ lib/pd/extra/rev2~.pd
  lib/pd/extra/rev3~-help.pd
  lib/pd/extra/rev3~.pd
  lib/pd/extra/sigmund~/sigmund~-help.pd
 -lib/pd/extra/sigmund~/sigmund~.la
  lib/pd/extra/sigmund~/sigmund~.pd_linux
  lib/pd/extra/stdout/stdout-help.pd
 -lib/pd/extra/stdout/stdout.la
  lib/pd/extra/stdout/stdout.pd_linux
  lib/pd/po/af.msg
  lib/pd/po/az.msg
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
