ports/121015: [UPDATE] www/p5-Image-Delivery

Felippe de Meirelles Motta lippemail at gmail.com
Sat Feb 23 20:10:04 UTC 2008


>Number:         121015
>Category:       ports
>Synopsis:       [UPDATE] www/p5-Image-Delivery
>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:   Sat Feb 23 20:10:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Felippe de Meirelles Motta
>Release:        FreeBSD 7.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008
    lippe at shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC

>Description:
- Updated to 0.14
- Better adjustment of dependences
- Update pkg-plist
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-Image-Delivery/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	29 Sep 2007 08:31:21 -0000	1.1
+++ Makefile	21 Feb 2008 17:56:35 -0000
@@ -6,33 +6,24 @@
 #
 
 PORTNAME=	Image-Delivery
-PORTVERSION=	0.13
+PORTVERSION=	0.14
 CATEGORIES=	www graphics perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	Image
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	coryking at mozimedia.com
 COMMENT=	Efficient transformation and delivery of web images
 
-BUILD_DEPENDS=	p5-Digest-MD5>=2.36:${PORTSDIR}/security/p5-Digest-MD5 \
-		p5-Digest-TransformPath>=1.00:${PORTSDIR}/devel/p5-Digest-TransformPath \
-		p5-HTML-Location>=1.01:${PORTSDIR}/www/p5-HTML-Location \
-		p5-File-Remove>=0.37:${PORTSDIR}/devel/p5-File-Remove \
-		p5-File-Slurp>=9999.12:${PORTSDIR}/devel/p5-File-Slurp \
-		p5-PathTools>=3.25:${PORTSDIR}/devel/p5-PathTools \
-		p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \
-		p5-Params-Coerce>=0.14:${PORTSDIR}/devel/p5-Params-Coerce
-RUN_DEPENDS=	p5-Digest-MD5>=2.36:${PORTSDIR}/security/p5-Digest-MD5 \
-		p5-Digest-TransformPath>=1.00:${PORTSDIR}/devel/p5-Digest-TransformPath \
-		p5-HTML-Location>=1.01:${PORTSDIR}/www/p5-HTML-Location \
-		p5-File-Remove>=0.37:${PORTSDIR}/devel/p5-File-Remove \
-		p5-File-Slurp>=9999.12:${PORTSDIR}/devel/p5-File-Slurp \
-		p5-PathTools>=3.25:${PORTSDIR}/devel/p5-PathTools \
-		p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \
-		p5-Params-Coerce>=0.14:${PORTSDIR}/devel/p5-Params-Coerce
+BUILD_DEPENDS=	p5-Test-ClassAPI>=1.04:${PORTSDIR}/devel/p5-Test-ClassAPI \
+		p5-Digest-MD5>0:${PORTSDIR}/security/p5-Digest-MD5 \
+		p5-Digest-TransformPath>=0.01:${PORTSDIR}/devel/p5-Digest-TransformPath \
+		p5-File-Remove>=0.34:${PORTSDIR}/devel/p5-File-Remove \
+		p5-File-Slurp>=9999.04:${PORTSDIR}/devel/p5-File-Slurp \
+		p5-HTML-Location>=1.00:${PORTSDIR}/www/p5-HTML-Location \
+		p5-Params-Coerce>=0.13:${PORTSDIR}/devel/p5-Params-Coerce
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+PERL_CONFIGURE=	5.6.0+
 
 MAN3=		Image::Delivery.3 Image::Delivery::Provider.3
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-Image-Delivery/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	29 Sep 2007 08:31:21 -0000	1.1
+++ distinfo	21 Feb 2008 17:56:35 -0000
@@ -1,3 +1,3 @@
-MD5 (Image-Delivery-0.13.tar.gz) = 273665a22b4324fbaba375b758005faf
-SHA256 (Image-Delivery-0.13.tar.gz) = 132c2799d6b83fb779c4184e50cf713730955904640aa3bd9f190610c4cd6ab0
-SIZE (Image-Delivery-0.13.tar.gz) = 32346
+MD5 (Image-Delivery-0.14.tar.gz) = 46c45c3fed5207e77c7b80460345f551
+SHA256 (Image-Delivery-0.14.tar.gz) = f9440dcba3b7c97a867e9dfc7bc4c0e82181e23a0216cd88ce1a3d3e79ef8160
+SIZE (Image-Delivery-0.14.tar.gz) = 32885
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/p5-Image-Delivery/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	29 Sep 2007 08:31:21 -0000	1.1
+++ pkg-plist	21 Feb 2008 17:56:35 -0000
@@ -1,14 +1,11 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Delivery/.packlist
 %%SITE_PERL%%/Image/Delivery.pm
 %%SITE_PERL%%/Image/Delivery/Provider.pm
-%%SITE_PERL%%/Image/Delivery/Provider/File.pm
 %%SITE_PERL%%/Image/Delivery/Provider/IOHandle.pm
 %%SITE_PERL%%/Image/Delivery/Provider/Scalar.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Delivery/.packlist
- at dirrm %%SITE_PERL%%/Image/Delivery/Provider
- at dirrm %%SITE_PERL%%/Image/Delivery
- at dirrmtry %%SITE_PERL%%/Image
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Image/Delivery/Provider
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Image/Delivery
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Image
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Delivery
+%%SITE_PERL%%/Image/Delivery/Provider/File.pm
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Delivery
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image
+ at dirrmtry %%SITE_PERL%%/Image/Delivery/Provider
+ at dirrmtry %%SITE_PERL%%/Image/Delivery
+ at dirrmtry %%SITE_PERL%%/Image


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



More information about the freebsd-ports-bugs mailing list