diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-10 09:34:24 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-10 09:34:24 +0000 |
commit | bb0ddae5301f1e47433ba3e54e3fcb093b6df555 (patch) | |
tree | 7cd1f6c10a63276db0bd40bd6799a06805c8e3d2 /www/p5-Apache-MP3 | |
parent | e3ee5d116d124e7b0983d154192247f15761be20 (diff) |
Notes
Diffstat (limited to 'www/p5-Apache-MP3')
-rw-r--r-- | www/p5-Apache-MP3/Makefile | 3 | ||||
-rw-r--r-- | www/p5-Apache-MP3/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Apache-MP3/pkg-plist | 4 |
3 files changed, 7 insertions, 2 deletions
diff --git a/www/p5-Apache-MP3/Makefile b/www/p5-Apache-MP3/Makefile index 4e1334c57c53..87dea0235308 100644 --- a/www/p5-Apache-MP3/Makefile +++ b/www/p5-Apache-MP3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Apache-MP3 -PORTVERSION= 2.15 +PORTVERSION= 2.16 CATEGORIES= www audio MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR=Apache @@ -24,6 +24,7 @@ PERL_CONFIGURE= YES MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Apache::MP3.3 \ Apache::MP3::Playlist.3 \ + Apache::MP3::Resample.3 \ Apache::MP3::Sorted.3 PKGDATADIR= ${PREFIX}/share/${PORTNAME} diff --git a/www/p5-Apache-MP3/distinfo b/www/p5-Apache-MP3/distinfo index 01e042430482..562a4c5b9363 100644 --- a/www/p5-Apache-MP3/distinfo +++ b/www/p5-Apache-MP3/distinfo @@ -1 +1 @@ -MD5 (Apache-MP3-2.15.tar.gz) = 64eb56a488dc60f5aa52c5908f4fdade +MD5 (Apache-MP3-2.16.tar.gz) = dc68842add216a7c1feea95b7c6e5dd2 diff --git a/www/p5-Apache-MP3/pkg-plist b/www/p5-Apache-MP3/pkg-plist index 8e44acf1ec92..9069f5a45bf1 100644 --- a/www/p5-Apache-MP3/pkg-plist +++ b/www/p5-Apache-MP3/pkg-plist @@ -1,4 +1,5 @@ lib/perl5/site_perl/%%PERL_VER%%/Apache/MP3.pm +lib/perl5/site_perl/%%PERL_VER%%/Apache/MP3/Resample.pm lib/perl5/site_perl/%%PERL_VER%%/Apache/MP3/Playlist.pm lib/perl5/site_perl/%%PERL_VER%%/Apache/MP3/Sorted.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/MP3/.packlist @@ -11,4 +12,7 @@ share/Apache-MP3/playlist.gif share/Apache-MP3/right_arrow.gif share/Apache-MP3/sound.gif @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/MP3 +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache/MP3 +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Apache 2>/dev/null || true @dirrm share/Apache-MP3 |