diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-10-02 03:58:22 +0800 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-10-02 03:58:22 +0800 |
commit | fda8dcb5ff1a7f1b55b25c42692e5194f0171813 (patch) | |
tree | 71bc8880dbe7e9e3bba435687132e230a492a61b /audio/cd2mp3 | |
parent | fea0328aa89b452c2c263193a2bdb56ca5d05443 (diff) | |
download | freebsd-ports-gnome-fda8dcb5ff1a7f1b55b25c42692e5194f0171813.tar.gz freebsd-ports-gnome-fda8dcb5ff1a7f1b55b25c42692e5194f0171813.tar.zst freebsd-ports-gnome-fda8dcb5ff1a7f1b55b25c42692e5194f0171813.zip |
Update MASTER_SITES.
PR: ports/86801
Submitted by: Travis Poppe <tlp@liquidx.org>
Diffstat (limited to 'audio/cd2mp3')
-rw-r--r-- | audio/cd2mp3/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/cd2mp3/Makefile b/audio/cd2mp3/Makefile index c94681a97b2e..43e195d529cc 100644 --- a/audio/cd2mp3/Makefile +++ b/audio/cd2mp3/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.82 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio -MASTER_SITES= http://www.blackh0le.net/cd2mp3/dist/${PORTVERSION}/ +MASTER_SITES= http://www.liquidx.org/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Easy to use CD Ripping and MP3 Encoding tool @@ -18,9 +18,6 @@ COMMENT= Easy to use CD Ripping and MP3 Encoding tool RUN_DEPENDS= lame:${PORTSDIR}/audio/lame/ \ dagrab:${PORTSDIR}/audio/dagrab -BROKEN= "Does not fetch, website is gone" -EXPIRATION_DATE=2005-09-29 - NO_BUILD= yes WRKSRC= ${WRKDIR}/cd2mp3 |