Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2009 08:11:38 GMT
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kuriyama@FreeBSD.org
Subject:   ports/141617: [PATCH] www/p5-Catalyst-Engine-PSGI: update to 0.07
Message-ID:  <200912150811.nBF8Bcis090622@frieza.p6m7g8.net>
Resent-Message-ID: <200912150820.nBF8K1Pc066703@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         141617
>Category:       ports
>Synopsis:       [PATCH] www/p5-Catalyst-Engine-PSGI: update to 0.07
>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:   Tue Dec 15 08:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Tue Dec  8 02:25:55 UTC
>Description:
- Update to 0.07

Port maintainer (kuriyama@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-Catalyst-Engine-PSGI-0.07.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-Catalyst-Engine-PSGI/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	14 Nov 2009 01:19:55 -0000	1.5
+++ Makefile	15 Dec 2009 02:48:01 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Catalyst-Engine-PSGI
-PORTVERSION=	0.06
+PORTVERSION=	0.07
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -21,8 +21,9 @@
 
 PERL_CONFIGURE=	yes
 
-MAN3=	Catalyst::Engine::PSGI.3 \
-	Catalyst::Helper::PSGI.3 \
-	Plack::Test::Adopt::Catalyst.3
+MAN3=		Catalyst::Controller::Metal.3 \
+		Catalyst::Engine::PSGI.3 \
+		Catalyst::Helper::PSGI.3 \
+		Plack::Test::Adopt::Catalyst.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-Catalyst-Engine-PSGI/distinfo,v
retrieving revision 1.5
diff -u -u -r1.5 distinfo
--- distinfo	14 Nov 2009 01:19:55 -0000	1.5
+++ distinfo	14 Dec 2009 06:39:50 -0000
@@ -1,3 +1,3 @@
-MD5 (Catalyst-Engine-PSGI-0.06.tar.gz) = 987cac3a7a438e605512a2aa55679713
-SHA256 (Catalyst-Engine-PSGI-0.06.tar.gz) = 9e908ad5bb72117312ae8319d424f11fff8bdc58f88fe0c7e944ffc0f5daf222
-SIZE (Catalyst-Engine-PSGI-0.06.tar.gz) = 139530
+MD5 (Catalyst-Engine-PSGI-0.07.tar.gz) = f123475d7ce46fbdc187c60eb5a20b36
+SHA256 (Catalyst-Engine-PSGI-0.07.tar.gz) = 985b34a5efe764734d22676c0328b985fc3cf1041081b288310c893d7f40d7c5
+SIZE (Catalyst-Engine-PSGI-0.07.tar.gz) = 140254
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/p5-Catalyst-Engine-PSGI/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	13 Oct 2009 14:38:44 -0000	1.1
+++ pkg-plist	15 Dec 2009 07:47:29 -0000
@@ -1,4 +1,5 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Engine/PSGI/.packlist
+%%SITE_PERL%%/Catalyst/Controller/Metal.pm
 %%SITE_PERL%%/Catalyst/Engine/PSGI.pm
 %%SITE_PERL%%/Catalyst/Helper/PSGI.pm
 %%SITE_PERL%%/Plack/Test/Adopt/Catalyst.pm
@@ -6,8 +7,6 @@
 @dirrmtry %%SITE_PERL%%/Plack/Test
 @dirrmtry %%SITE_PERL%%/Plack
 @dirrmtry %%SITE_PERL%%/Catalyst/Helper
-@dirrmtry %%SITE_PERL%%/Catalyst/Engine
-@dirrmtry %%SITE_PERL%%/Catalyst
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Engine/PSGI
+@dirrmtry %%SITE_PERL%%/Catalyst/Controller
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Engine/PSGI
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Engine
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst
--- p5-Catalyst-Engine-PSGI-0.07.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912150811.nBF8Bcis090622>