diff options
author | demon <demon@FreeBSD.org> | 2006-06-01 18:27:53 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2006-06-01 18:27:53 +0800 |
commit | e405394cedfe8973ef493b886d04adf01285e220 (patch) | |
tree | e98c851c1fb84358f840c575831a735f65a8e596 /audio | |
parent | 392d8f900764c3a4beb688ee1da88ee2623d5ffb (diff) | |
download | freebsd-ports-gnome-e405394cedfe8973ef493b886d04adf01285e220.tar.gz freebsd-ports-gnome-e405394cedfe8973ef493b886d04adf01285e220.tar.zst freebsd-ports-gnome-e405394cedfe8973ef493b886d04adf01285e220.zip |
Update to 1.20.
PR: 98174
Submitted by: aaron
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-MP3-Info/Makefile | 13 | ||||
-rw-r--r-- | audio/p5-MP3-Info/distinfo | 6 | ||||
-rw-r--r-- | audio/p5-MP3-Info/pkg-plist | 2 |
3 files changed, 12 insertions, 9 deletions
diff --git a/audio/p5-MP3-Info/Makefile b/audio/p5-MP3-Info/Makefile index 2291bd5be8bc..607966cdfbed 100644 --- a/audio/p5-MP3-Info/Makefile +++ b/audio/p5-MP3-Info/Makefile @@ -6,7 +6,7 @@ # PORTNAME= MP3-Info -PORTVERSION= 1.13 +PORTVERSION= 1.20 CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR=MP3 @@ -16,10 +16,15 @@ MAINTAINER= demon@FreeBSD.org COMMENT= Manipulate / fetch info from MP3 audio files BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= MP3::Info.3 MPEG::MP3Info.3 +MAN3= MP3::Info.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires at least Perl 5.6.0 +.endif + +.include <bsd.port.post.mk> diff --git a/audio/p5-MP3-Info/distinfo b/audio/p5-MP3-Info/distinfo index e9f017fae306..9a58c680491b 100644 --- a/audio/p5-MP3-Info/distinfo +++ b/audio/p5-MP3-Info/distinfo @@ -1,3 +1,3 @@ -MD5 (MP3-Info-1.13.tar.gz) = 6f7bee09a5a78d7a6bc3a3c7cf1c3354 -SHA256 (MP3-Info-1.13.tar.gz) = 65a09844d0442737bc595a9206393db9d2352d6487984ff9bd07238ab5854950 -SIZE (MP3-Info-1.13.tar.gz) = 96024 +MD5 (MP3-Info-1.20.tar.gz) = ffb3427089a6b5f56e35e5b2ab902d29 +SHA256 (MP3-Info-1.20.tar.gz) = 86b8a4d644f6c0339e6d7e810342dd79df61f19589e711fa91b70b2109358a62 +SIZE (MP3-Info-1.20.tar.gz) = 99599 diff --git a/audio/p5-MP3-Info/pkg-plist b/audio/p5-MP3-Info/pkg-plist index 02e6d15d00ae..98aeeec7fe94 100644 --- a/audio/p5-MP3-Info/pkg-plist +++ b/audio/p5-MP3-Info/pkg-plist @@ -1,7 +1,5 @@ %%SITE_PERL%%/MP3/Info.pm -%%SITE_PERL%%/MPEG/MP3Info.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3/Info/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3/Info @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3 -@dirrmtry %%SITE_PERL%%/MPEG @dirrmtry %%SITE_PERL%%/MP3 |