diff options
author | Mark Felder <feld@FreeBSD.org> | 2015-07-18 19:55:44 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2015-07-18 19:55:44 +0000 |
commit | 592f8b10cc06afda4b887c9e0f5aa6d2714d1c60 (patch) | |
tree | 79cf3dcb3d0f73f3aacb996829928ed66a5d89f2 /audio/cd2mp3/Makefile | |
parent | Add devel/elixir-sorted_set, a sorted set library for Elixir. (diff) |
Remove BROKEN; mirrors have been adjusted
Diffstat (limited to '')
-rw-r--r-- | audio/cd2mp3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/cd2mp3/Makefile b/audio/cd2mp3/Makefile index 33185f340cbd..9a3edc629796 100644 --- a/audio/cd2mp3/Makefile +++ b/audio/cd2mp3/Makefile @@ -6,8 +6,9 @@ PORTVERSION= 0.82 PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= audio -MASTER_SITES= http://cvsup.theplanet.com/distfiles/ \ - http://mark.foster.cc/pub/freebsd/ports/distfiles/ +MASTER_SITES= http://mark.foster.cc/pub/freebsd/ports/distfiles/ \ + LOCAL/feld +MASTER_SITES= LOCAL/feld MAINTAINER= mark@foster.cc COMMENT= Easy to use CD Ripping and MP3 Encoding tool @@ -15,7 +16,6 @@ COMMENT= Easy to use CD Ripping and MP3 Encoding tool RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \ dagrab:${PORTSDIR}/audio/dagrab -BROKEN= Fails to fetch USES= perl5 shebangfix USE_PERL5= run SHEBANG_FILES= cd2mp3 |