diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-06-28 23:56:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-06-28 23:56:01 +0800 |
commit | ba0a58eac00d9050af5db195930182142cef323c (patch) | |
tree | 85d2fdb7acf0c06f547831c52729a9136f554f1a /audio | |
parent | 7f50c73599fe62e34630b18f63bae22f518e6f83 (diff) | |
download | freebsd-ports-gnome-ba0a58eac00d9050af5db195930182142cef323c.tar.gz freebsd-ports-gnome-ba0a58eac00d9050af5db195930182142cef323c.tar.zst freebsd-ports-gnome-ba0a58eac00d9050af5db195930182142cef323c.zip |
- Update to 0.07
- Sort MAN3
Changes: http://search.cpan.org/dist/MP3-Find/Changes
PR: ports/157783
Submitted by: Jin-Sih Lin <linpct@gmail.com>
Approved by: maintainer (timeout, 16 days)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-MP3-Find/Makefile | 12 | ||||
-rw-r--r-- | audio/p5-MP3-Find/distinfo | 4 |
2 files changed, 9 insertions, 7 deletions
diff --git a/audio/p5-MP3-Find/Makefile b/audio/p5-MP3-Find/Makefile index 1180523a26f4..2f074170e11f 100644 --- a/audio/p5-MP3-Find/Makefile +++ b/audio/p5-MP3-Find/Makefile @@ -6,8 +6,7 @@ # PORTNAME= MP3-Find -PORTVERSION= 0.06 -PORTREVISION= 1 +PORTVERSION= 0.07 CATEGORIES= audio perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,9 +16,12 @@ COMMENT= Search and sort MP3 files based on their ID3 tags RUN_DEPENDS= p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info -MAN1= mp3db.1 mp3find.1 -MAN3= MP3::Find::DB.3 MP3::Find::Filesystem.3 MP3::Find.3 MP3::Find::Base.3 - PERL_CONFIGURE= yes +MAN1= mp3db.1 mp3find.1 +MAN3= MP3::Find.3 \ + MP3::Find::Base.3 \ + MP3::Find::DB.3 \ + MP3::Find::Filesystem.3 + .include <bsd.port.mk> diff --git a/audio/p5-MP3-Find/distinfo b/audio/p5-MP3-Find/distinfo index 27acaac1d561..96baffc9b31b 100644 --- a/audio/p5-MP3-Find/distinfo +++ b/audio/p5-MP3-Find/distinfo @@ -1,2 +1,2 @@ -SHA256 (MP3-Find-0.06.tar.gz) = e833a6526ac88c3ea4cbbe001025237c2977bd76fdf07be1b7b3907f61d39501 -SIZE (MP3-Find-0.06.tar.gz) = 29645 +SHA256 (MP3-Find-0.07.tar.gz) = f069894f12e6ec57b74979aff776cac83f8a9c932f1ec1bc363ab3b63a466d35 +SIZE (MP3-Find-0.07.tar.gz) = 29997 |