- Update from v1.05 to v1.08
- Restrict to Perl 5.7.3+ due to dependency upon devel/p5-Encode - Take maintainership PR: ports/98328 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit)
This commit is contained in:
parent
f24f583acd
commit
7de3b0dfd3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164372
3 changed files with 13 additions and 6 deletions
|
@ -6,17 +6,23 @@
|
|||
#
|
||||
|
||||
PORTNAME= MP4-Info
|
||||
PORTVERSION= 1.05
|
||||
PORTVERSION= 1.08
|
||||
CATEGORIES= multimedia perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR=MP4
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lars.eggert@gmx.net
|
||||
MAINTAINER= aaron@FreeBSD.org
|
||||
COMMENT= Fetch info from MPEG-4 files
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= MP4::Info.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500703 #inherited from p5-Encode
|
||||
IGNORE= requires at least Perl 5.7.3 to run. Please install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (MP4-Info-1.05.tar.gz) = 8a6aa47e184b12f70a618d07ba099aa5
|
||||
SHA256 (MP4-Info-1.05.tar.gz) = dc528749444f68c3184629d89cf4ff195b93d3df130b1486fd214f2c681af9a8
|
||||
SIZE (MP4-Info-1.05.tar.gz) = 106045
|
||||
MD5 (MP4-Info-1.08.tar.gz) = cfe8eda1fa27673bc51e43f3d030a525
|
||||
SHA256 (MP4-Info-1.08.tar.gz) = cf67e6e621d7a2310d5b6208068076132e4e97cf68ac89c65c36076b74dab420
|
||||
SIZE (MP4-Info-1.08.tar.gz) = 106334
|
||||
|
|
|
@ -6,3 +6,4 @@ Note that this module does not allow you to update the information
|
|||
in MPEG-4 files.
|
||||
|
||||
WWW: http://search.cpan.org/dist/MP4-Info/
|
||||
Author: Jonathan Harris <jhar@cpan.org>
|
||||
|
|
Loading…
Reference in a new issue