ports/52239: (update) graphics/p5-Image-Info to 1.12

Mathieu Arnold m at absolight.net
Wed May 14 16:10:15 UTC 2003


>Number:         52239
>Category:       ports
>Synopsis:       (update) graphics/p5-Image-Info to 1.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 14 09:10:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root at aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386


	
>Description:
Update to 1.12
	
>How-To-Repeat:
	
>Fix:

	

--- p5-Image-Info-1.12.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/p5-Image-Info/Makefile,v
retrieving revision 1.2
diff -u -b -w -r1.2 Makefile
--- Makefile	2003/02/21 12:15:24	1.2
+++ Makefile	2003/05/14 16:01:48
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Image-Info
-PORTVERSION=	1.08
+PORTVERSION=	1.12
 CATEGORIES=	graphics perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Image
@@ -15,14 +15,13 @@
 MAINTAINER=	shell at shellhung.org
 COMMENT=	Perl module for getting image information
 
-RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
-		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \
-		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
+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
 
 PERL_CONFIGURE=	yes
 
 MAN3=		Image::Info.3 Image::Info::BMP.3 Image::Info::SVG.3 \
 		Image::Info::XBM.3 Image::Info::XPM.3
-MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/p5-Image-Info/distinfo,v
retrieving revision 1.1
diff -u -b -w -r1.1 distinfo
--- distinfo	2001/08/26 16:27:08	1.1
+++ distinfo	2003/05/14 16:01:48
@@ -1 +1 @@
-MD5 (Image-Info-1.08.tar.gz) = 33317da0cbd02ddcfa9d5f78574f3267
+MD5 (Image-Info-1.12.tar.gz) = be1aa05997b119e986bd0a90f1a6c3c5
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/graphics/p5-Image-Info/pkg-plist,v
retrieving revision 1.1
diff -u -b -w -r1.1 pkg-plist
--- pkg-plist	2001/08/26 16:27:08	1.1
+++ pkg-plist	2003/05/14 16:01:48
@@ -1,15 +1,16 @@
-lib/perl5/site_perl/%%PERL_VER%%/Image/Info.pm
-lib/perl5/site_perl/%%PERL_VER%%/Image/Info/BMP.pm
-lib/perl5/site_perl/%%PERL_VER%%/Image/Info/GIF.pm
-lib/perl5/site_perl/%%PERL_VER%%/Image/Info/JPEG.pm
-lib/perl5/site_perl/%%PERL_VER%%/Image/Info/PNG.pm
-lib/perl5/site_perl/%%PERL_VER%%/Image/Info/PPM.pm
-lib/perl5/site_perl/%%PERL_VER%%/Image/Info/SVG.pm
-lib/perl5/site_perl/%%PERL_VER%%/Image/Info/XBM.pm
-lib/perl5/site_perl/%%PERL_VER%%/Image/Info/XPM.pm
-lib/perl5/site_perl/%%PERL_VER%%/Image/TIFF.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image/Info/.packlist
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image/Info
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image 2>/dev/null || true
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/Image/Info
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Image 2>/dev/null || true
+%%SITE_PERL%%/Image/Info.pm
+%%SITE_PERL%%/Image/Info/BMP.pm
+%%SITE_PERL%%/Image/Info/GIF.pm
+%%SITE_PERL%%/Image/Info/JPEG.pm
+%%SITE_PERL%%/Image/Info/PNG.pm
+%%SITE_PERL%%/Image/Info/PPM.pm
+%%SITE_PERL%%/Image/Info/SVG.pm
+%%SITE_PERL%%/Image/Info/TIFF.pm
+%%SITE_PERL%%/Image/Info/XBM.pm
+%%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 unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/Image 2>/dev/null || true
--- p5-Image-Info-1.12.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list