diff options
author | naddy <naddy@FreeBSD.org> | 2003-02-27 22:26:07 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-02-27 22:26:07 +0000 |
commit | 2a1fd1875cff0928df4fb1151991eda3f3008b0a (patch) | |
tree | 4ec423c5521c7ca793b44dc726fd5d5a5a0e3fd3 /audio/afsp | |
parent | b2f0236803d6df67270972b605c8415c29ff1d20 (diff) | |
download | FreeBSD-ports-2a1fd1875cff0928df4fb1151991eda3f3008b0a.zip FreeBSD-ports-2a1fd1875cff0928df4fb1151991eda3f3008b0a.tar.gz |
Update to 6.7b.
PR: 48696
Submitted by: Kawaguti Ginga <ginga-freebsd@ginganet.org>
Diffstat (limited to 'audio/afsp')
-rw-r--r-- | audio/afsp/Makefile | 11 | ||||
-rw-r--r-- | audio/afsp/distinfo | 2 | ||||
-rw-r--r-- | audio/afsp/pkg-descr | 2 |
3 files changed, 5 insertions, 10 deletions
diff --git a/audio/afsp/Makefile b/audio/afsp/Makefile index 0dde3ac..8f54bc8 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 78b1a65..3466215 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 de8a264..660e71d 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> |