diff options
Diffstat (limited to 'audio/cdindex/Makefile')
-rw-r--r-- | audio/cdindex/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/cdindex/Makefile b/audio/cdindex/Makefile index 6f73806fd790..d0f8ae832281 100644 --- a/audio/cdindex/Makefile +++ b/audio/cdindex/Makefile @@ -6,11 +6,12 @@ # PORTNAME= cdindex -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= audio -MASTER_SITES= ftp://ftp.cdindex.org/pub/cdindex/ +MASTER_SITES= ftp://ftp.cdindex.org/pub/cdindex/ \ + ftp://ftp.musicbrainz.org/pub/cdindex/ -MAINTAINER= van.woerkom@netcologne.de +MAINTAINER= ports@freebsd.org GNU_CONFIGURE= yes USE_GMAKE= yes |