aboutsummaryrefslogtreecommitdiff
path: root/multimedia/p5-FLV-Info
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2007-04-06 00:44:29 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2007-04-06 00:44:29 +0000
commitefbaf012eec9b5ef98e887e4b94896cd525e8dc0 (patch)
treed8ce820d984938f981568ebfa7c3e8e20922ddb2 /multimedia/p5-FLV-Info
parent8d59bbfeb89ef53e5e4ca42bddc24f7c4116d1cd (diff)
downloadports-efbaf012eec9b5ef98e887e4b94896cd525e8dc0.tar.gz
ports-efbaf012eec9b5ef98e887e4b94896cd525e8dc0.zip
- update to 0.18
Notes
Notes: svn path=/head/; revision=189317
Diffstat (limited to 'multimedia/p5-FLV-Info')
-rw-r--r--multimedia/p5-FLV-Info/Makefile25
-rw-r--r--multimedia/p5-FLV-Info/distinfo6
2 files changed, 16 insertions, 15 deletions
diff --git a/multimedia/p5-FLV-Info/Makefile b/multimedia/p5-FLV-Info/Makefile
index 730ed34be943..fa15095a3c05 100644
--- a/multimedia/p5-FLV-Info/Makefile
+++ b/multimedia/p5-FLV-Info/Makefile
@@ -6,19 +6,19 @@
#
PORTNAME= FLV-Info
-PORTVERSION= 0.17
+PORTVERSION= 0.18
CATEGORIES= multimedia perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLOTHO
+MASTER_SITE_SUBDIR= ../../authors/id/C/CD/CDOLAN
PKGNAMEPREFIX= p5-
-EXTRACT_SUFX= .tgz
MAINTAINER= perl@FreeBSD.org
COMMENT= Extract metadata from Flash Video files
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
- ${SITE_PERL}/AMF/Perl.pm:${PORTSDIR}/www/p5-AMF-Perl \
- ${SITE_PERL}/SWF/File.pm:${PORTSDIR}/graphics/p5-SWF-File
+RUN_DEPENDS= p5-AMF-Perl>=0.15:${PORTSDIR}/www/p5-AMF-Perl \
+ p5-Digest-MD5>=2:${PORTSDIR}/security/p5-Digest-MD5 \
+ p5-SWF-File>=0.033:${PORTSDIR}/graphics/p5-SWF-File
+BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
@@ -28,14 +28,15 @@ MAN3= FLV::AMFReader.3 FLV::AMFWriter.3 FLV::AudioTag.3 \
FLV::FromSWF.3 FLV::Header.3 FLV::Info.3 FLV::MetaTag.3 \
FLV::Tag.3 FLV::ToMP3.3 FLV::ToSWF.3 FLV::VideoTag.3
-.include <bsd.port.pre.mk>
+# the dependency of Readonly was removed since 0.12, however,
+# the author forget to update Makefile.PL and Build.PL correspondingly
+post-patch:
+ ${REINPLACE_CMD} -e '/Readonly/d' ${WRKSRC}/*.PL
-.if ${PERL_LEVEL} < 500600 # Inherited from graphics/p5-SWF-File
-IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 then try again
-.endif
+.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500703
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
+.if ${PERL_LEVEL} < 500800
+IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 then try again
.endif
.include <bsd.port.post.mk>
diff --git a/multimedia/p5-FLV-Info/distinfo b/multimedia/p5-FLV-Info/distinfo
index 36325eb080e4..a902adcc978a 100644
--- a/multimedia/p5-FLV-Info/distinfo
+++ b/multimedia/p5-FLV-Info/distinfo
@@ -1,3 +1,3 @@
-MD5 (FLV-Info-0.17.tgz) = 3dbccada5c84102aa5426c11985fdb94
-SHA256 (FLV-Info-0.17.tgz) = 1e3028d9bda17b35df53f2cdc0d46dab9c2aefa5ae606d9ac186952d7a036c12
-SIZE (FLV-Info-0.17.tgz) = 1280607
+MD5 (FLV-Info-0.18.tar.gz) = 8a8aed30964ca6bb227a913b5b324aa8
+SHA256 (FLV-Info-0.18.tar.gz) = 380b8dbeed23ecf89c824a48a480ab7285c48b01e4b78a7461a072a4acf44dba
+SIZE (FLV-Info-0.18.tar.gz) = 1270093