aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2007-04-06 08:44:29 +0800
committerleeym <leeym@FreeBSD.org>2007-04-06 08:44:29 +0800
commit05530acf5d4c5911b5a2364b83e63966a711a44a (patch)
tree3288ba1bdb0784f4e7bd3c2ae38c2b0b4497f593 /multimedia
parentcdb90a4e08b5d3c213d12b2579ed2cba0849d70a (diff)
downloadfreebsd-ports-gnome-05530acf5d4c5911b5a2364b83e63966a711a44a.tar.gz
freebsd-ports-gnome-05530acf5d4c5911b5a2364b83e63966a711a44a.tar.zst
freebsd-ports-gnome-05530acf5d4c5911b5a2364b83e63966a711a44a.zip
- update to 0.18
Diffstat (limited to 'multimedia')
-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