From tkato432@yahoo.com  Mon Jan 20 18:30:07 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 0F5E7598
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 20 Jan 2014 18:30:07 +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 57E1F1CCB
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 20 Jan 2014 18:30:05 +0000 (UTC)
Received: from coppermine.my.domain (ZT034202.ppp.dion.ne.jp [59.128.34.202])
	by omta03.auone-net.jp (au one net mail) with ESMTP id F093C188000A
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 21 Jan 2014 03:30:03 +0900 (JST)
Message-Id: <20140121032542.0c3d36b6fd1a7a55d707febe@yahoo.com>
Date: Tue, 21 Jan 2014 03:25:42 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: audio/soundtouch: Update to version 1.8.0

>Number:         185941
>Category:       ports
>Synopsis:       audio/soundtouch: Update to version 1.8.0
>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 Jan 20 18:40:06 UTC 2014
>Closed-Date:    Fri Feb 07 13:05:53 UTC 2014
>Last-Modified:  Fri Feb  7 13:10:00 UTC 2014
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p7 i386
>Organization:
>Environment:
>Description:
- Update to version 1.8.0

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/soundtouch/Makefile audio/soundtouch/Makefile
--- /usr/ports/audio/soundtouch/Makefile	2013-11-06 21:52:10.000000000 +0900
+++ audio/soundtouch/Makefile	2014-01-21 00:00:00.000000000 +0900
@@ -2,7 +2,7 @@
 # $FreeBSD: head/audio/soundtouch/Makefile 327706 2013-09-20 14:36:35Z bapt $
 
 PORTNAME=	soundtouch
-PORTVERSION=	1.7.1
+PORTVERSION=	1.8.0
 CATEGORIES=	audio
 MASTER_SITES=	http://www.surina.net/soundtouch/
 
@@ -11,37 +11,37 @@
 
 LICENSE=	LGPL21
 
-OPTIONS_DEFINE=	INTEGER_SAMPLES DOCS
-INTEGER_SAMPLES_DESC=	Use integer sample format
-
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USE_AUTOTOOLS=	libtoolize aclocal autoheader automake autoconf
-NO_STAGE=	yes
 ACLOCAL_ARGS=	-I config/m4
 AUTOMAKE_ARGS=	--add-missing --copy --foreign
+CONFIGURE_ARGS=	--disable-silent-rules
 USE_LDCONFIG=	yes
 
-.include <bsd.port.options.mk>
+OPTIONS_DEFINE=	INTEGER_SAMPLES DOCS
+OPTIONS_DEFINE_amd64=	SSE
+OPTIONS_DEFINE_i386=	SSE
 
-.if ${PORT_OPTIONS:MINTEGER_SAMPLES}
-CONFIGURE_ARGS+=	--enable-integer-samples
-.endif
+INTEGER_SAMPLES_DESC=	Use integer sample format
+INTEGER_SAMPLES_CONFIGURE_ENABLE=	integer-samples
+SSE_CONFIGURE_ENABLE=	x86-optimizations
+
+.include <bsd.port.options.mk>
 
 post-patch:
 	@${REINPLACE_CMD} -e \
-		's|^pkgdoc_DATA|#pkgdoc_DATA| ; \
+		'/^pkgdoc_DATA/s|COPYING.TXT|| ; \
 		 s|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' \
 		${WRKSRC}/Makefile.am
-	@${FIND} ${WRKSRC}/source -name "Makefile.am" | ${XARGS} \
-		${REINPLACE_CMD} -e \
-		's|-O[0-9]|| ; \
-		 s|-msse||'
-
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README.html ${DOCSDIR}
-.endif
+	@${REINPLACE_CMD} -e \
+		's|^INCLUDES|AM_CPPFLAGS| ; \
+		 s|$$(prefix)/doc|$$(datadir)/doc|' \
+		${WRKSRC}/config/am_include.mk
+.for i in SoundStretch SoundTouch
+	@${REINPLACE_CMD} -e \
+		's|-O[0-9]||' \
+		${WRKSRC}/source/${i}/Makefile.am
+.endfor
 
 .include <bsd.port.mk>
diff -urN /usr/ports/audio/soundtouch/distinfo audio/soundtouch/distinfo
--- /usr/ports/audio/soundtouch/distinfo	2013-11-06 21:52:10.000000000 +0900
+++ audio/soundtouch/distinfo	2014-01-21 00:00:00.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (soundtouch-1.7.1.tar.gz) = 385eafa438a9d31ddf84b8d2f713097a3f1fc93d7abdb2fc54c484b777ee0267
-SIZE (soundtouch-1.7.1.tar.gz) = 101274
+SHA256 (soundtouch-1.8.0.tar.gz) = 3d4161d74ca25c5a98c69dbb8ea10fd2be409ba1a3a0bf81db407c4c261f166b
+SIZE (soundtouch-1.8.0.tar.gz) = 106229
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Thu Jan 23 15:48:51 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185941 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Feb 7 13:05:52 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185941: commit references a PR
Date: Fri,  7 Feb 2014 13:06:05 +0000 (UTC)

 Author: miwi
 Date: Fri Feb  7 13:05:57 2014
 New Revision: 343228
 URL: http://svnweb.freebsd.org/changeset/ports/343228
 QAT: https://qat.redports.org/buildarchive/r343228/
 
 Log:
   - Update to 1.8.0
   
   PR:		185941
   Submitted by:	ports fury
 
 Modified:
   head/audio/soundtouch/Makefile
   head/audio/soundtouch/distinfo
 
 Modified: head/audio/soundtouch/Makefile
 ==============================================================================
 --- head/audio/soundtouch/Makefile	Fri Feb  7 13:04:08 2014	(r343227)
 +++ head/audio/soundtouch/Makefile	Fri Feb  7 13:05:57 2014	(r343228)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	soundtouch
 -PORTVERSION=	1.7.1
 +PORTVERSION=	1.8.0
  CATEGORIES=	audio
  MASTER_SITES=	http://www.surina.net/soundtouch/
  
 @@ -11,37 +11,37 @@ COMMENT=	Open-source audio processing li
  
  LICENSE=	LGPL21
  
 -OPTIONS_DEFINE=	INTEGER_SAMPLES DOCS
 -INTEGER_SAMPLES_DESC=	Use integer sample format
 -
  WRKSRC=		${WRKDIR}/${PORTNAME}
  
  USE_AUTOTOOLS=	libtoolize aclocal autoheader automake autoconf
 -NO_STAGE=	yes
  ACLOCAL_ARGS=	-I config/m4
  AUTOMAKE_ARGS=	--add-missing --copy --foreign
 +CONFIGURE_ARGS=	--disable-silent-rules
  USE_LDCONFIG=	yes
  
 -.include <bsd.port.options.mk>
 +OPTIONS_DEFINE=	INTEGER_SAMPLES DOCS
 +OPTIONS_DEFINE_amd64=	SSE
 +OPTIONS_DEFINE_i386=	SSE
  
 -.if ${PORT_OPTIONS:MINTEGER_SAMPLES}
 -CONFIGURE_ARGS+=	--enable-integer-samples
 -.endif
 +INTEGER_SAMPLES_DESC=	Use integer sample format
 +INTEGER_SAMPLES_CONFIGURE_ENABLE=	integer-samples
 +SSE_CONFIGURE_ENABLE=	x86-optimizations
 +
 +.include <bsd.port.options.mk>
  
  post-patch:
  	@${REINPLACE_CMD} -e \
 -		's|^pkgdoc_DATA|#pkgdoc_DATA| ; \
 +		'/^pkgdoc_DATA/s|COPYING.TXT|| ; \
  		 s|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' \
  		${WRKSRC}/Makefile.am
 -	@${FIND} ${WRKSRC}/source -name "Makefile.am" | ${XARGS} \
 -		${REINPLACE_CMD} -e \
 -		's|-O[0-9]|| ; \
 -		 s|-msse||'
 -
 -post-install:
 -.if ${PORT_OPTIONS:MDOCS}
 -	@${MKDIR} ${DOCSDIR}
 -	${INSTALL_DATA} ${WRKSRC}/README.html ${DOCSDIR}
 -.endif
 +	@${REINPLACE_CMD} -e \
 +		's|^INCLUDES|AM_CPPFLAGS| ; \
 +		 s|$$(prefix)/doc|$$(datadir)/doc|' \
 +		${WRKSRC}/config/am_include.mk
 +.for i in SoundStretch SoundTouch
 +	@${REINPLACE_CMD} -e \
 +		's|-O[0-9]||' \
 +		${WRKSRC}/source/${i}/Makefile.am
 +.endfor
  
  .include <bsd.port.mk>
 
 Modified: head/audio/soundtouch/distinfo
 ==============================================================================
 --- head/audio/soundtouch/distinfo	Fri Feb  7 13:04:08 2014	(r343227)
 +++ head/audio/soundtouch/distinfo	Fri Feb  7 13:05:57 2014	(r343228)
 @@ -1,2 +1,2 @@
 -SHA256 (soundtouch-1.7.1.tar.gz) = 385eafa438a9d31ddf84b8d2f713097a3f1fc93d7abdb2fc54c484b777ee0267
 -SIZE (soundtouch-1.7.1.tar.gz) = 101274
 +SHA256 (soundtouch-1.8.0.tar.gz) = 3d4161d74ca25c5a98c69dbb8ea10fd2be409ba1a3a0bf81db407c4c261f166b
 +SIZE (soundtouch-1.8.0.tar.gz) = 106229
 _______________________________________________
 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:
