diff options
author | bapt <bapt@FreeBSD.org> | 2011-06-17 13:54:06 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-06-17 13:54:06 +0800 |
commit | 8a9ec14117dc63e8214b71963ec1dff428ffd916 (patch) | |
tree | 42d0cf1609ae8fa7302833abc9aafa30edc8cd2f | |
parent | b84da9cdd1fe3dc2ad90dfdbae2ea6536655c3fe (diff) | |
download | freebsd-ports-graphics-8a9ec14117dc63e8214b71963ec1dff428ffd916.tar.gz freebsd-ports-graphics-8a9ec14117dc63e8214b71963ec1dff428ffd916.tar.zst freebsd-ports-graphics-8a9ec14117dc63e8214b71963ec1dff428ffd916.zip |
Point to new public distfile
Undeprecate
Submitted by: bf1783@googlemail.com (by mail)
-rw-r--r-- | audio/libconvolve/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/libconvolve/Makefile b/audio/libconvolve/Makefile index b9570e42623..c8802cbb2db 100644 --- a/audio/libconvolve/Makefile +++ b/audio/libconvolve/Makefile @@ -9,15 +9,12 @@ PORTNAME= libconvolve PORTVERSION= 0.0.8 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://tapas.affenbande.org/jack_convolve/ +MASTER_SITES= SF/heaven/Audio%20Applications/Jack%20Related/jack_convolve/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Simple C library for partitioned convolution -DEPRECATED= No more public distfiles, looks like an abandonware -EXPIRATION_DATE= 2011-08-01 - LIB_DEPENDS= fftw3f.5:${PORTSDIR}/math/fftw3-float \ samplerate.1:${PORTSDIR}/audio/libsamplerate \ sndfile.1:${PORTSDIR}/audio/libsndfile |