Date: Sun, 23 Jul 2006 20:11:57 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/100747: [MAINTAINER] multimedia/p5-FLV-Info: Fix a missing depend and a typo Message-ID: <200607231211.k6NCBv6l034152@vega.csie.NCTU.edu.tw> Resent-Message-ID: <200607231220.k6NCKG0D089512@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 100747 >Category: ports >Synopsis: [MAINTAINER] multimedia/p5-FLV-Info: Fix a missing depend and a typo >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 23 12:20:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD Netflow.csie.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Mon May 22 16:22:37 CST 2006 >Description: - Fix a missing depend - Fix a typo that cause flv2swf cannot work - Bump PORTREVISION Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-FLV-Info-0.10_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/multimedia/p5-FLV-Info/Makefile /home/staff/gslin/work/p5-FLV-Info/Makefile --- /usr/ports/multimedia/p5-FLV-Info/Makefile Sun Jul 23 20:05:16 2006 +++ /home/staff/gslin/work/p5-FLV-Info/Makefile Sun Jul 23 20:09:47 2006 @@ -7,6 +7,7 @@ PORTNAME= FLV-Info PORTVERSION= 0.10 +PORTREVISION= 1 CATEGORIES= multimedia perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLOTHO @@ -17,6 +18,7 @@ COMMENT= Extract metadata from Flash Video files RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${SITE_PERL}/${PERL_ARCH}/Readonly.pm:${PORTSDIR}/devel/p5-Readonly \ ${SITE_PERL}/AMF/Perl.pm:${PORTSDIR}/www/p5-AMF-Perl \ ${SITE_PERL}/SWF/File.pm:${PORTSDIR}/graphics/p5-SWF-File @@ -27,6 +29,9 @@ FLV::Base.3 FLV::Body.3 FLV::Constants.3 FLV::File.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 + +post-patch: + ${PERL} -pi -e 's/ToSWF/ToSwf/g' ${WRKSRC}/bin/flv2swf .include <bsd.port.pre.mk> --- p5-FLV-Info-0.10_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607231211.k6NCBv6l034152>