ports/135110: [PATCH] www/p5-Catalyst-Example-InstantCRUD: update to 0.0.30

Philip M. Gollucci pgollucci at FreeBSD.org
Sun May 31 23:40:06 UTC 2009


>Number:         135110
>Category:       ports
>Synopsis:       [PATCH] www/p5-Catalyst-Example-InstantCRUD: update to 0.0.30
>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:   Sun May 31 23:40:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD frieza.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Thu May 14 21:52:43 EDT 2009
>Description:
- Update to 0.0.30
- Portlint

Port maintainer (lbr at FreeBSD.org) is cc'd.

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

--- p5-Catalyst-Example-InstantCRUD-0.0.30.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-Catalyst-Example-InstantCRUD/Makefile,v
retrieving revision 1.14
diff -u -u -r1.14 Makefile
--- Makefile	13 Sep 2007 10:44:09 -0000	1.14
+++ Makefile	31 May 2009 23:36:18 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Catalyst-Example-InstantCRUD
-PORTVERSION=	0.0.20
+PORTVERSION=	0.0.30
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,11 +14,10 @@
 MAINTAINER=	lbr at FreeBSD.org
 COMMENT=	Create a working CRUD Catalyst example with the least of effort
 
-BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	\
+BUILD_DEPENDS=	\
 	p5-Catalyst-Devel>=1.00:${PORTSDIR}/www/p5-Catalyst-Devel \
 	p5-Catalyst-Model-DBIC-Schema>=0:${PORTSDIR}/www/p5-Catalyst-Model-DBIC-Schema \
-p5-Catalyst-Plugin-Authentication>=0.07:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \
+	p5-Catalyst-Plugin-Authentication>=0.07:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \
 	p5-Catalyst-Plugin-Authentication-Store-DBIC>=0.07:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication-Store-DBIC \
 	p5-Catalyst-Plugin-ConfigLoader>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-ConfigLoader \
 	p5-Catalyst-Plugin-HTML-Widget>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-HTML-Widget \
@@ -41,18 +40,17 @@
 	p5-Template-Plugin-Class>=0:${PORTSDIR}/www/p5-Template-Plugin-Class \
 	p5-URI>=0:${PORTSDIR}/net/p5-URI \
 	p5-version>=0:${PORTSDIR}/devel/p5-version
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	5.8.1+
 
 MAN1=	instantcrud.pl.1
 MAN3=	Catalyst::Example::Controller::InstantCRUD.3 \
 	Catalyst::Example::InstantCRUD.3 \
-	Catalyst::Example::InstantCRUD::Utils.3 \
 	Catalyst::Helper::Controller::InstantCRUD.3 \
 	Catalyst::Helper::InstantCRUD.3 \
 	Catalyst::Helper::Model::InstantCRUD.3 \
 	Catalyst::Helper::View::InstantCRUD.3 \
-	Catalyst::Plugin::Auth::Utils.3 \
-	HTML::Widget::Element::DoubleSelect.3
+	Catalyst::Plugin::Auth::Utils.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/www/p5-Catalyst-Example-InstantCRUD/distinfo,v
retrieving revision 1.9
diff -u -u -r1.9 distinfo
--- distinfo	13 Sep 2007 10:44:09 -0000	1.9
+++ distinfo	31 May 2009 23:36:18 -0000
@@ -1,3 +1,3 @@
-MD5 (Catalyst-Example-InstantCRUD-0.0.20.tar.gz) = 008d4559147ed24783f010974ca8e93f
-SHA256 (Catalyst-Example-InstantCRUD-0.0.20.tar.gz) = e06720cb6226ae04e2cf920bc017cfb4366632f539b66297cb8c9c42a8b8cb1b
-SIZE (Catalyst-Example-InstantCRUD-0.0.20.tar.gz) = 33841
+MD5 (Catalyst-Example-InstantCRUD-0.0.30.tar.gz) = 9b0a7b47e1f7ecb84694424fd9026fc8
+SHA256 (Catalyst-Example-InstantCRUD-0.0.30.tar.gz) = 9d6fda276f87287e2f1b738d35097acbf381537b08a4ebe235acbd5da033731a
+SIZE (Catalyst-Example-InstantCRUD-0.0.30.tar.gz) = 24741
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/www/p5-Catalyst-Example-InstantCRUD/pkg-plist,v
retrieving revision 1.6
diff -u -u -r1.6 pkg-plist
--- pkg-plist	5 Jan 2007 19:49:00 -0000	1.6
+++ pkg-plist	31 May 2009 23:36:18 -0000
@@ -1,12 +1,10 @@
 %%SITE_PERL%%/Catalyst/Example/Controller/InstantCRUD.pm
 %%SITE_PERL%%/Catalyst/Example/InstantCRUD.pm
-%%SITE_PERL%%/Catalyst/Example/InstantCRUD/Utils.pm
 %%SITE_PERL%%/Catalyst/Helper/Controller/InstantCRUD.pm
 %%SITE_PERL%%/Catalyst/Helper/InstantCRUD.pm
 %%SITE_PERL%%/Catalyst/Helper/Model/InstantCRUD.pm
 %%SITE_PERL%%/Catalyst/Helper/View/InstantCRUD.pm
 %%SITE_PERL%%/Catalyst/Plugin/Auth/Utils.pm
-%%SITE_PERL%%/HTML/Widget/Element/DoubleSelect.pm
 bin/instantcrud.pl
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Example/InstantCRUD/.packlist
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Example/InstantCRUD
--- p5-Catalyst-Example-InstantCRUD-0.0.30.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list