[PATCH] graphics/p5-Image-Info: update to 1.22
Gea-Suan Lin
gslin at gslin.org
Sun Jul 16 15:30:16 UTC 2006
>Submitter-Id: current-users
>Originator: Gea-Suan Lin
>Organization:
>Confidential: no
>Synopsis: [PATCH] graphics/p5-Image-Info: update to 1.22
>Severity: non-critical
>Priority: low
>Category: ports
>Class: update
>Release: FreeBSD 6.1-RELEASE i386
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- Update to 1.22
- Unignore 5.00503:
http://tb.gslin.org/logs/4.11-FreeBSD/p5-Image-Info-1.22.log
- Use @dirrmtry.
Port maintainer (perl at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- p5-Image-Info-1.22.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/p5-Image-Info/Makefile /home/staff/gslin/work/p5-Image-Info/Makefile
--- /usr/ports/graphics/p5-Image-Info/Makefile Sun Jul 16 23:28:46 2006
+++ /home/staff/gslin/work/p5-Image-Info/Makefile Sun Jul 16 23:28:26 2006
@@ -6,7 +6,7 @@
#
PORTNAME= Image-Info
-PORTVERSION= 1.21
+PORTVERSION= 1.22
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Image
@@ -15,10 +15,10 @@
MAINTAINER= perl at FreeBSD.org
COMMENT= Perl module for getting image information
-BUILD_DEPENDS= ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \
- ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
+ ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \
${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
-RUN_DEPENDS= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
@@ -28,8 +28,8 @@
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500600
-IGNORE= needs perl 5.6.0 or higher, install lang/perl5.8 and try again
+.if ${PERL_LEVEL} < 500602
+BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/graphics/p5-Image-Info/distinfo /home/staff/gslin/work/p5-Image-Info/distinfo
--- /usr/ports/graphics/p5-Image-Info/distinfo Sun Jul 16 23:28:46 2006
+++ /home/staff/gslin/work/p5-Image-Info/distinfo Sun Jul 16 23:13:19 2006
@@ -1,3 +1,3 @@
-MD5 (Image-Info-1.21.tar.gz) = c1e07651729fe88e1da5a0fe9337836a
-SHA256 (Image-Info-1.21.tar.gz) = a6b4a8961d383dfb3163aca6bf7983ad23f53449be36c2cb8e6c4c6341b5a334
-SIZE (Image-Info-1.21.tar.gz) = 262437
+MD5 (Image-Info-1.22.tar.gz) = 527b432a46c570971f349c726c55b8d7
+SHA256 (Image-Info-1.22.tar.gz) = 07ee4e97af1b49cefb427407ca471782c2a81ba3595ff58b1dc9689011b0d247
+SIZE (Image-Info-1.22.tar.gz) = 199904
diff -ruN --exclude=CVS /usr/ports/graphics/p5-Image-Info/pkg-plist /home/staff/gslin/work/p5-Image-Info/pkg-plist
--- /usr/ports/graphics/p5-Image-Info/pkg-plist Sun Jul 16 23:28:46 2006
+++ /home/staff/gslin/work/p5-Image-Info/pkg-plist Sun Jul 16 23:14:37 2006
@@ -1,3 +1,4 @@
+ at comment $FreeBSD$
%%SITE_PERL%%/Image/Info.pm
%%SITE_PERL%%/Image/Info/BMP.pm
%%SITE_PERL%%/Image/Info/GIF.pm
@@ -10,7 +11,7 @@
%%SITE_PERL%%/Image/Info/XPM.pm
%%SITE_PERL%%/Image/TIFF.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Info/.packlist
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Info
- at dirrm %%SITE_PERL%%/Image/Info
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Info
+ at dirrmtry %%SITE_PERL%%/Image/Info
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image
@dirrmtry %%SITE_PERL%%/Image
--- p5-Image-Info-1.22.patch ends here ---
More information about the freebsd-perl
mailing list