aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-02-27 22:26:07 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-02-27 22:26:07 +0000
commitb5e8389198aae519c68ace74c0b1ba688afb35b3 (patch)
tree2f34176bc5d8da210d8b07b8ccde98825841c456 /audio
parent2ed98e249634eec9b7362f4d7d5793421aa9706a (diff)
downloadports-b5e8389198aae519c68ace74c0b1ba688afb35b3.tar.gz
ports-b5e8389198aae519c68ace74c0b1ba688afb35b3.zip
Update to 6.7b.
PR: 48696 Submitted by: Kawaguti Ginga <ginga-freebsd@ginganet.org>
Notes
Notes: svn path=/head/; revision=76598
Diffstat (limited to 'audio')
-rw-r--r--audio/afsp/Makefile11
-rw-r--r--audio/afsp/distinfo2
-rw-r--r--audio/afsp/pkg-descr2
3 files changed, 5 insertions, 10 deletions
diff --git a/audio/afsp/Makefile b/audio/afsp/Makefile
index 0dde3acfbf81..8f54bc8cc144 100644
--- a/audio/afsp/Makefile
+++ b/audio/afsp/Makefile
@@ -6,16 +6,15 @@
#
PORTNAME= afsp
-PORTVERSION= 6.6a
+PORTVERSION= 6.7b
CATEGORIES= audio
MASTER_SITES= ftp://ftp.tsp.ece.mcgill.ca/pub/AFsp/
-DISTNAME= AFsp-v6r6a
+DISTNAME= AFsp-v6r7b
MAINTAINER= ginga-freebsd@ginganet.org
COMMENT= Audio file conversion utilities and library
USE_GMAKE= yes
-USE_REINPLACE= yes
MAN1= AFsp.1audio CompAudio.1audio CopyAudio.1audio FiltAudio.1audio \
GenNoise.1audio GenTone.1audio InfoAudio.1audio LPanal.1audio \
@@ -24,13 +23,9 @@ MAN3= AFclose.3tsp AFopenRead.3tsp AFopenWrite.3tsp AFreadData.3tsp \
AFsetFileType.3tsp AFsetHinfo.3tsp AFsetNHpar.3tsp \
AFwriteData.3tsp AFsetSpeaker.3tsp
-MAKE_ENV= COPTS="${CFLAGS}"
+MAKE_ARGS= COPTS="${CFLAGS}"
post-extract:
@${CP} -f ${FILESDIR}/Makefile ${WRKSRC}
-post-patch:
- cd ${WRKSRC} && find . -name Makefile | \
- xargs -n10 ${REINPLACE_CMD} -e 's/^(COPTS)/#$$1/'
-
.include <bsd.port.mk>
diff --git a/audio/afsp/distinfo b/audio/afsp/distinfo
index 78b1a65cad2b..346621554c5c 100644
--- a/audio/afsp/distinfo
+++ b/audio/afsp/distinfo
@@ -1 +1 @@
-MD5 (AFsp-v6r6a.tar.gz) = 4aafdb0d1153e3f58007c491d14d059a
+MD5 (AFsp-v6r7b.tar.gz) = 84ebac95ef3ec2018d81ff6e3cb5a05b
diff --git a/audio/afsp/pkg-descr b/audio/afsp/pkg-descr
index de8a264f19be..660e71d882cc 100644
--- a/audio/afsp/pkg-descr
+++ b/audio/afsp/pkg-descr
@@ -18,6 +18,6 @@ The following file formats are supported for reading.
The following file formats are supported for writing.
- Headerless, AU, WAVE, AIFF-C
-WWW: http://www.TSP.ECE.McGill.CA/Docs/Software/AFsp/AFsp.html
+WWW: http://www.TSP.ECE.McGill.CA/MMSP/Documents/Software/index.html
-- Kawaguti Ginga <ginga-freebsd@ginganet.org>