From nobody@FreeBSD.org  Sat Feb 23 20:03:10 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 82E3416A406
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 23 Feb 2008 20:03:10 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 6F3FA13C448
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 23 Feb 2008 20:03:10 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1NK0VhA005517
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 23 Feb 2008 20:00:31 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m1NK0Vmu005516;
	Sat, 23 Feb 2008 20:00:31 GMT
	(envelope-from nobody)
Message-Id: <200802232000.m1NK0Vmu005516@www.freebsd.org>
Date: Sat, 23 Feb 2008 20:00:31 GMT
From: Felippe de Meirelles Motta <lippemail@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] www/p5-Image-Delivery
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: coryking@mozimedia.com

>Number:         121015
>Category:       ports
>Synopsis:       [UPDATE] www/p5-Image-Delivery
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gabor
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 23 20:10:03 UTC 2008
>Closed-Date:    Tue Feb 26 20:18:31 UTC 2008
>Last-Modified:  Tue Feb 26 20:18:31 UTC 2008
>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@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@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
-@dirrm %%SITE_PERL%%/Image/Delivery/Provider
-@dirrm %%SITE_PERL%%/Image/Delivery
-@dirrmtry %%SITE_PERL%%/Image
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Image/Delivery/Provider
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Image/Delivery
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Image
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Delivery
+%%SITE_PERL%%/Image/Delivery/Provider/File.pm
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Delivery
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image
+@dirrmtry %%SITE_PERL%%/Image/Delivery/Provider
+@dirrmtry %%SITE_PERL%%/Image/Delivery
+@dirrmtry %%SITE_PERL%%/Image


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gabor 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Feb 23 20:10:22 UTC 2008 
Responsible-Changed-Why:  
gabor@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121015 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Feb 23 20:10:27 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121015 

From: "Cory R. King" <coryking@mozimedia.com>
To: <bug-followup@FreeBSD.org>
Cc:  
Subject: RE: ports/121015: [UPDATE] www/p5-Image-Delivery
Date: Mon, 25 Feb 2008 11:14:59 -0800

 Looks good to me!
 
 > -----Original Message-----
 > From: Edwin Groothuis [mailto:edwin@FreeBSD.org]
 > Sent: Saturday, February 23, 2008 12:10 PM
 > To: coryking@mozimedia.com
 > Subject: Re: ports/121015: [UPDATE] www/p5-Image-Delivery
 > 
 > Maintainer of www/p5-Image-Delivery,
 > 
 > Please note that PR ports/121015 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/121015
 > 
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/121015: commit references a PR
Date: Tue, 26 Feb 2008 20:05:56 +0000 (UTC)

 gabor       2008-02-26 20:05:50 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/p5-Image-Delivery Makefile distinfo pkg-plist 
   Log:
   - Update to 0.14
   - Better adjustment of dependencies
   
   PR:             ports/121015
   Submitted by:   Felippe de Meirelles Motta <lippemail@gmail.com>
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.2       +10 -19    ports/www/p5-Image-Delivery/Makefile
   1.2       +3 -3      ports/www/p5-Image-Delivery/distinfo
   1.2       +6 -9      ports/www/p5-Image-Delivery/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: gabor 
State-Changed-When: Tue Feb 26 20:16:13 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121015 
>Unformatted:
