Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2006 00:46:47 -0400 (EDT)
From:      "Jeffrey H. Johnson" <CPE1704TKS@bellsouth.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        danfe@FreeBSD.org, CPE1704TKS@bellsouth.net
Subject:   ports/95788: [PATCH] audio/soundtouch: update to 1.3.1
Message-ID:  <20060415044648.128B83983D@offworld.cqasys.com>
Resent-Message-ID: <200604150450.k3F4o5A2020384@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95788
>Category:       ports
>Synopsis:       [PATCH] audio/soundtouch: update to 1.3.1
>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:   Sat Apr 15 04:50:05 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jeffrey H. Johnson
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD offworld.cqasys.com 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #22: Thu Feb  9 18:21:45 EST
>Description:
Update to 1.3.1
Update MASTER_SITE
Make portlint happy

Port maintainer (danfe@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- soundtouch-1.3.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/soundtouch/Makefile /usr/home/trn/port-work/soundtouch/Makefile
--- /usr/ports/audio/soundtouch/Makefile	Fri Oct  7 09:03:31 2005
+++ /usr/home/trn/port-work/soundtouch/Makefile	Sat Apr 15 00:42:06 2006
@@ -6,19 +6,18 @@
 #
 
 PORTNAME=	soundtouch
-DISTVERSION=	1.3.0
+DISTVERSION=	1.3.1
 CATEGORIES=	audio
-MASTER_SITES=	http://users.tkk.fi/~oparviai/
-DISTNAME=	${PORTNAME}_v${PORTVERSION}
+MASTER_SITES=	http://www.surina.net/soundtouch/
+DISTNAME=	${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	danfe@FreeBSD.org
 COMMENT=	An open-source audio processing library
 
 GNU_CONFIGURE=	yes
-USE_REINPLACE=	yes
 USE_ZIP=	yes
 
-WRKSRC=		${WRKDIR}/SoundTouch-${PORTVERSION}
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|; s|$$(prefix)/doc|$$(datadir)/doc|' \
diff -ruN --exclude=CVS /usr/ports/audio/soundtouch/distinfo /usr/home/trn/port-work/soundtouch/distinfo
--- /usr/ports/audio/soundtouch/distinfo	Wed Nov 30 09:01:29 2005
+++ /usr/home/trn/port-work/soundtouch/distinfo	Sat Apr 15 00:36:11 2006
@@ -1,3 +1,3 @@
-MD5 (soundtouch_v1.3.0.zip) = 5c2d3f54320e5197885b3462f5f35a15
-SHA256 (soundtouch_v1.3.0.zip) = 14b3ebb416fb7edf4cafe680aa4a84d5548c9b2fc0174a00996282d3e29fa09d
-SIZE (soundtouch_v1.3.0.zip) = 436780
+MD5 (soundtouch-1.3.1.zip) = 37820ec1f93335ef6b0f8b4a743fee89
+SHA256 (soundtouch-1.3.1.zip) = d28215e4f3f68f07a15891756ddd006e6a7c72ef193cf9a0267eea5ef3ba1f24
+SIZE (soundtouch-1.3.1.zip) = 442983
diff -ruN --exclude=CVS /usr/ports/audio/soundtouch/pkg-descr /usr/home/trn/port-work/soundtouch/pkg-descr
--- /usr/ports/audio/soundtouch/pkg-descr	Sun May 15 10:08:38 2005
+++ /usr/home/trn/port-work/soundtouch/pkg-descr	Sat Apr 15 00:28:40 2006
@@ -14,4 +14,4 @@
 example utility SoundStretch that allows processing .WAV audio files with
 command-line interface.
 
-WWW: http://sky.prohosting.com/oparviai/soundtouch/
+WWW: http://www.surina.net/soundtouch/
diff -ruN --exclude=CVS /usr/ports/audio/soundtouch/pkg-plist /usr/home/trn/port-work/soundtouch/pkg-plist
--- /usr/ports/audio/soundtouch/pkg-plist	Sun May 15 10:08:38 2005
+++ /usr/home/trn/port-work/soundtouch/pkg-plist	Sat Apr 15 00:39:36 2006
@@ -4,11 +4,13 @@
 include/soundtouch/FIFOSamplePipe.h
 include/soundtouch/STTypes.h
 include/soundtouch/SoundTouch.h
+include/soundtouch/soundtouch_config.h
 @dirrm include/soundtouch
 lib/libBPM.a
 lib/libBPM.la
 lib/libSoundTouch.a
 lib/libSoundTouch.la
+lib/pkgconfig/soundtouch-1.0.pc
 share/aclocal/soundtouch.m4
 %%PORTDOCS%%%%DOCSDIR%%/COPYING.TXT
 %%PORTDOCS%%%%DOCSDIR%%/README.html
--- soundtouch-1.3.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060415044648.128B83983D>