diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-14 07:18:59 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-14 07:18:59 +0000 |
commit | aa02dd9e8f40e987cce88bd7e758d60de5c9baab (patch) | |
tree | 1b35ff93573e7746bb2178410f968691a5cfcc92 /audio/p5-CDDB | |
parent | 46aead1b36f7d5dc1134efd3b6d15eddc90c3a16 (diff) |
Notes
Diffstat (limited to 'audio/p5-CDDB')
-rw-r--r-- | audio/p5-CDDB/Makefile | 7 | ||||
-rw-r--r-- | audio/p5-CDDB/distinfo | 2 | ||||
-rw-r--r-- | audio/p5-CDDB/pkg-descr | 2 | ||||
-rw-r--r-- | audio/p5-CDDB/pkg-plist | 6 |
4 files changed, 8 insertions, 9 deletions
diff --git a/audio/p5-CDDB/Makefile b/audio/p5-CDDB/Makefile index bf41874ca68f..307f35d70dae 100644 --- a/audio/p5-CDDB/Makefile +++ b/audio/p5-CDDB/Makefile @@ -6,18 +6,17 @@ # PORTNAME= CDDB -PORTVERSION= 1.08 +PORTVERSION= 1.11 CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR=../by-authors/id/R/RC/RCAPUTO +MASTER_SITE_SUBDIR= CDDB PKGNAMEPREFIX= p5- -MAINTAINER= ports@freebsd.org +MAINTAINER= erwin@freebsd.org COMMENT= A high-level interface to the Compact Disc Database PERL_CONFIGURE= yes MAN3= CDDB.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/audio/p5-CDDB/distinfo b/audio/p5-CDDB/distinfo index cd8c9927d46c..b4289b42a781 100644 --- a/audio/p5-CDDB/distinfo +++ b/audio/p5-CDDB/distinfo @@ -1 +1 @@ -MD5 (CDDB-1.08.tar.gz) = e9a68e93548a6c74a202825753260d30 +MD5 (CDDB-1.11.tar.gz) = 98d212cc7676857b98179649d61a49ee diff --git a/audio/p5-CDDB/pkg-descr b/audio/p5-CDDB/pkg-descr index 11e8fb5f4a7c..902553e5fc72 100644 --- a/audio/p5-CDDB/pkg-descr +++ b/audio/p5-CDDB/pkg-descr @@ -8,7 +8,7 @@ itself, but relies on the main program supplying disc data. Therefore, it is particularly useful for developing software that deals with alternative media, such as MPEG audio files. -WWW: http://search.cpan.org/search?module=CDDB +WWW: http://search.cpan.org/dist/CDDB - Yar yar@comp.chem.msu.su diff --git a/audio/p5-CDDB/pkg-plist b/audio/p5-CDDB/pkg-plist index 705138ca75c0..4d3bcf673860 100644 --- a/audio/p5-CDDB/pkg-plist +++ b/audio/p5-CDDB/pkg-plist @@ -1,3 +1,3 @@ -lib/perl5/site_perl/%%PERL_VER%%/CDDB.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CDDB/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CDDB +%%SITE_PERL%%/CDDB.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/CDDB/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CDDB |