diff options
author | krion <krion@FreeBSD.org> | 2005-03-13 10:42:01 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-03-13 10:42:01 +0000 |
commit | c306f7b8fdd55fd22ca63cd9d9610572fe6a4021 (patch) | |
tree | 7c6e60bce53ffd5ae84364c8f298857a03dc67cf | |
parent | b88b59c30ad3c8504209d010a69ad75e42b32c0e (diff) | |
download | FreeBSD-ports-c306f7b8fdd55fd22ca63cd9d9610572fe6a4021.zip FreeBSD-ports-c306f7b8fdd55fd22ca63cd9d9610572fe6a4021.tar.gz |
Update to 8.1
PR: ports/78770
Submitted by: maintainer
-rw-r--r-- | audio/afsp/Makefile | 4 | ||||
-rw-r--r-- | audio/afsp/distinfo | 4 | ||||
-rw-r--r-- | audio/afsp/pkg-plist | 46 |
3 files changed, 27 insertions, 27 deletions
diff --git a/audio/afsp/Makefile b/audio/afsp/Makefile index 67a0c73..7880d7a 100644 --- a/audio/afsp/Makefile +++ b/audio/afsp/Makefile @@ -6,10 +6,10 @@ # PORTNAME= afsp -PORTVERSION= 8.0 +PORTVERSION= 8.1 CATEGORIES= audio MASTER_SITES= ftp://ftp.tsp.ece.mcgill.ca/pub/AFsp/ -DISTNAME= AFsp-v8r0 +DISTNAME= AFsp-v8r1 MAINTAINER= ginga-freebsd@ginganet.org COMMENT= Audio file conversion utilities and library diff --git a/audio/afsp/distinfo b/audio/afsp/distinfo index 4fd7744..716c243 100644 --- a/audio/afsp/distinfo +++ b/audio/afsp/distinfo @@ -1,2 +1,2 @@ -MD5 (AFsp-v8r0.tar.gz) = 179daf2ed330317691a25e6072fe28fc -SIZE (AFsp-v8r0.tar.gz) = 1206724 +MD5 (AFsp-v8r1.tar.gz) = e02a93012e6992c398784ce80eaab95f +SIZE (AFsp-v8r1.tar.gz) = 1208985 diff --git a/audio/afsp/pkg-plist b/audio/afsp/pkg-plist index 5647c0d..ca6255b 100644 --- a/audio/afsp/pkg-plist +++ b/audio/afsp/pkg-plist @@ -34,27 +34,27 @@ include/libtsp/nucleus.h include/libtsp/sysOS.h lib/libAO.a lib/libtsp.a -share/afsp/filters/STL_BPF5k_FIR_16k.cof -share/afsp/filters/STL_BPF_FIR_16k.cof -share/afsp/filters/STL_G712_IIR_16k.cof -share/afsp/filters/STL_G712_IIR_8k.cof -share/afsp/filters/STL_IRS_FIR_16k.cof -share/afsp/filters/STL_IRS_FIR_8k.cof -share/afsp/filters/STL_IRS_IIR_8k.cof -share/afsp/filters/STL_LPx2_FIR.cof -share/afsp/filters/STL_LPx3_FIR.cof -share/afsp/filters/STL_LPx3_IIR.cof -share/afsp/filters/STL_MSin_FIR_16k.cof -share/afsp/filters/STL_P341S_FIR_16k.cof -share/afsp/filters/STL_dc_IIR_8k.cof -share/afsp/filters/STL_dsm_FIR_16k.cof -share/afsp/filters/STL_hIRS_FIR_16k.cof -share/afsp/filters/STL_mIRSR_FIR_16k.cof -share/afsp/filters/STL_mIRSR_FIR_8k.cof -share/afsp/filters/STL_mIRSS_FIR_16k.cof -share/afsp/filters/STL_mIRSS_FIR_48k.cof -share/afsp/filters/STL_pso_FIR_8k.cof -share/afsp/filters/TIA_IRS_FIR_8k.cof +%%DATADIR%%/filters/STL_BPF5k_FIR_16k.cof +%%DATADIR%%/filters/STL_BPF_FIR_16k.cof +%%DATADIR%%/filters/STL_G712_IIR_16k.cof +%%DATADIR%%/filters/STL_G712_IIR_8k.cof +%%DATADIR%%/filters/STL_IRS_FIR_16k.cof +%%DATADIR%%/filters/STL_IRS_FIR_8k.cof +%%DATADIR%%/filters/STL_IRS_IIR_8k.cof +%%DATADIR%%/filters/STL_LPx2_FIR.cof +%%DATADIR%%/filters/STL_LPx3_FIR.cof +%%DATADIR%%/filters/STL_LPx3_IIR.cof +%%DATADIR%%/filters/STL_MSin_FIR_16k.cof +%%DATADIR%%/filters/STL_P341S_FIR_16k.cof +%%DATADIR%%/filters/STL_dc_IIR_8k.cof +%%DATADIR%%/filters/STL_dsm_FIR_16k.cof +%%DATADIR%%/filters/STL_hIRS_FIR_16k.cof +%%DATADIR%%/filters/STL_mIRSR_FIR_16k.cof +%%DATADIR%%/filters/STL_mIRSR_FIR_8k.cof +%%DATADIR%%/filters/STL_mIRSS_FIR_16k.cof +%%DATADIR%%/filters/STL_mIRSS_FIR_48k.cof +%%DATADIR%%/filters/STL_pso_FIR_8k.cof +%%DATADIR%%/filters/TIA_IRS_FIR_8k.cof %%DOCSDIR%%/audio/AFsp.html %%DOCSDIR%%/audio/CompAudio.html %%DOCSDIR%%/audio/CopyAudio.html @@ -82,5 +82,5 @@ share/afsp/filters/TIA_IRS_FIR_8k.cof @dirrm %%DOCSDIR%%/libtsp/AF @dirrm %%DOCSDIR%%/libtsp @dirrm %%DOCSDIR%% -@dirrm share/afsp/filters -@dirrm share/afsp +@dirrm %%DATADIR%%/filters +@dirrm %%DATADIR%% |