Index: head/graphics/p5-SWF-File/Makefile =================================================================== --- head/graphics/p5-SWF-File/Makefile (revision 111927) +++ head/graphics/p5-SWF-File/Makefile (revision 111928) @@ -1,40 +1,40 @@ # New ports collection makefile for: SWF-File # Date created: 20 May 2003 # Whom: Sergey Skvortsov # # $FreeBSD$ # PORTNAME= SWF-File -PORTVERSION= 0.32 +PORTVERSION= 0.34 CATEGORIES= graphics www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/Y/YS/YSAS PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Manipulating Flash movie (SWF) files BUILD_DEPENDS= ${SITE_PERL}/Data/TemporaryBag.pm:${PORTSDIR}/devel/p5-Data-TemporaryBag RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= SWF::BinStream.3 SWF::BinStream::Codec.3 \ SWF::BinStream::Codec::Zlib.3 SWF::BinStream::File.3 \ SWF::Element.3 SWF::File.3 SWF::Parser.3 post-patch: @${FIND} ${WRKSRC} -type f |\ ${XARGS} ${PERL} -pi -e 's/\x0d(?=\x0a)//' post-configure: @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile .include .if ${PERL_LEVEL} < 500600 IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 or lang/perl5.8 then try again .endif .include Property changes on: head/graphics/p5-SWF-File/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/graphics/p5-SWF-File/distinfo =================================================================== --- head/graphics/p5-SWF-File/distinfo (revision 111927) +++ head/graphics/p5-SWF-File/distinfo (revision 111928) @@ -1,2 +1,2 @@ -MD5 (SWF-File-0.32.tar.gz) = ddaf2d018a1cc55d858c9784ce18d2ff -SIZE (SWF-File-0.32.tar.gz) = 49348 +MD5 (SWF-File-0.34.tar.gz) = b8214af08dc7c4abb8b4d514ae12f561 +SIZE (SWF-File-0.34.tar.gz) = 50560 Property changes on: head/graphics/p5-SWF-File/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/graphics/p5-SWF-File/pkg-descr =================================================================== --- head/graphics/p5-SWF-File/pkg-descr (revision 111927) +++ head/graphics/p5-SWF-File/pkg-descr (revision 111928) @@ -1,12 +1,9 @@ SWF modules are manipulating Macromedia Flash movie (SWF) files. This package contains: SWF::Element - representing each SWF tag and other sub element SWF::File - making SWF file SWF::Parser - parsing and splitting SWF files into header and tags SWF::BinStream - binary stream class for SWF WWW: http://search.cpan.org/dist/SWF-File/ - --- Sergey Skvortsov -skv@FreeBSD.org Property changes on: head/graphics/p5-SWF-File/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property