diff options
author | naddy <naddy@FreeBSD.org> | 2003-12-08 02:53:50 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-12-08 02:53:50 +0800 |
commit | e1e0005a740845e2c4874d99fe7a6978560bd235 (patch) | |
tree | b59eafc513e17b5c409a234df67d4c391ad4e08c /audio | |
parent | 36de441936399359e6f9f1873d83f3f36987f5d0 (diff) | |
download | freebsd-ports-gnome-e1e0005a740845e2c4874d99fe7a6978560bd235.tar.gz freebsd-ports-gnome-e1e0005a740845e2c4874d99fe7a6978560bd235.tar.zst freebsd-ports-gnome-e1e0005a740845e2c4874d99fe7a6978560bd235.zip |
Fix MASTER_SITES and WWW links.
Submitted by: fenner (distfiles survey)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/shntool/pkg-descr | 2 | ||||
-rw-r--r-- | audio/shorten/Makefile | 2 | ||||
-rw-r--r-- | audio/xmms-shn/Makefile | 2 | ||||
-rw-r--r-- | audio/xmms-shn/pkg-descr | 3 |
4 files changed, 4 insertions, 5 deletions
diff --git a/audio/shntool/pkg-descr b/audio/shntool/pkg-descr index 9288050aad22..86bc16347dc1 100644 --- a/audio/shntool/pkg-descr +++ b/audio/shntool/pkg-descr @@ -15,4 +15,4 @@ of the block size. Alternatively, you may join the input files into one large output file, so you can do the splitting yourself (with another .wav editor - shntool isn't that advanced yet). -WWW: http://shnutils.freeshell.org/shntool/ +WWW: http://www.etree.org/shnutils/shntool/ diff --git a/audio/shorten/Makefile b/audio/shorten/Makefile index f8c40a203453..515f26618899 100644 --- a/audio/shorten/Makefile +++ b/audio/shorten/Makefile @@ -8,7 +8,7 @@ PORTNAME= shorten PORTVERSION= 3.5.1 CATEGORIES= audio archivers -MASTER_SITES= http://shnutils.freeshell.org/shorten/source/ +MASTER_SITES= http://www.etree.org/shnutils/shorten/source/ MAINTAINER= sec@42.org COMMENT= Fast and optionally lossless compression for waveform files diff --git a/audio/xmms-shn/Makefile b/audio/xmms-shn/Makefile index 254d4a0d818c..88037aba6f4f 100644 --- a/audio/xmms-shn/Makefile +++ b/audio/xmms-shn/Makefile @@ -8,7 +8,7 @@ PORTNAME= xmms-shn PORTVERSION= 2.2.8 CATEGORIES= audio -MASTER_SITES= http://shnutils.freeshell.org/xmms-shn/source/ +MASTER_SITES= http://www.etree.org/shnutils/xmms-shn/source/ MAINTAINER= naddy@FreeBSD.Org COMMENT= XMMS plugin to allow playing shorten-compressed audio diff --git a/audio/xmms-shn/pkg-descr b/audio/xmms-shn/pkg-descr index 5fb7329087b3..f55138c85e57 100644 --- a/audio/xmms-shn/pkg-descr +++ b/audio/xmms-shn/pkg-descr @@ -15,5 +15,4 @@ The current implementation creates a seek table entry once every this provides a granularity of 1 seek table entry per 25600/44100 = 0.58 seconds, more than what is needed by either XMMS or WinAmp. -WWW: http://shnutils.freeshell.org/xmms-shn/ -Author: Jason Jordan <shnutils@freeshell.org> +WWW: http://www.etree.org/shnutils/xmms-shn/ |