ports/135705: [PATCH] www/p5-Catalyst-Runtime: deps fixes, update to 5.80005

Denis Pokataev catone at cpan.org
Thu Jun 18 13:50:02 UTC 2009


>Number:         135705
>Category:       ports
>Synopsis:       [PATCH] www/p5-Catalyst-Runtime: deps fixes, update to 5.80005
>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:   Thu Jun 18 13:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Denis Pokataev
>Release:        FreeBSD 7.1-STABLE-20090201 amd64
>Organization:
>Environment:
System: FreeBSD 7.1-STABLE-20090201 FreeBSD 7.1-STABLE-20090201 #0: Sun Feb  1 10:09:02 UTC
>Description:
- Update to 5.80005

- Fixed dependencies

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

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

--- p5-Catalyst-Runtime-5.80005.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/p5-Catalyst-Runtime/Makefile /usr/home/dpokataev/tmp/ports/p5-Catalyst-Runtime/Makefile
--- /usr/ports/www/p5-Catalyst-Runtime/Makefile	2009-06-17 07:41:58.000000000 +0400
+++ /usr/home/dpokataev/tmp/ports/p5-Catalyst-Runtime/Makefile	2009-06-18 17:08:15.000000000 +0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Catalyst-Runtime
-PORTVERSION=	5.80004
+PORTVERSION=	5.80005
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,26 +14,33 @@
 MAINTAINER=	lbr at FreeBSD.org
 COMMENT=	The Elegant MVC Web Application Framework (Runtime)
 
-RUN_DEPENDS=	p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
-		p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
-		p5-Class-Inspector>=1.06:${PORTSDIR}/devel/p5-Class-Inspector \
+RUN_DEPENDS=	p5-B-Hooks-EndOfScope>=0.08:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \
 		p5-CGI-Simple>=0:${PORTSDIR}/www/p5-CGI-Simple \
+		p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
+		p5-Class-MOP>=0.83:${PORTSDIR}/devel/p5-Class-MOP \
+		p5-Class-C3-Adopt-NEXT>=0.07:${PORTSDIR}/devel/p5-Class-C3-Adopt-NEXT \
 		p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump \
 		p5-File-Modified>=0:${PORTSDIR}/devel/p5-File-Modified \
 		p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
 		p5-HTTP-Body>=1.04:${PORTSDIR}/www/p5-HTTP-Body \
-		p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww \
-		p5-HTTP-Request-AsCGI>=0.5:${PORTSDIR}/www/p5-HTTP-Request-AsCGI \
+		p5-HTTP-Request-AsCGI>=0.8:${PORTSDIR}/www/p5-HTTP-Request-AsCGI \
+		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
 		p5-Module-Pluggable>=3.01:${PORTSDIR}/devel/p5-Module-Pluggable \
-		p5-NEXT>=0:${PORTSDIR}/devel/p5-NEXT \
+		p5-Moose>=0.78:${PORTSDIR}/devel/p5-Moose \
+		p5-MooseX-Emulate-Class-Accessor-Fast>=0.00801:${PORTSDIR}/devel/p5-MooseX-Emulate-Class-Accessor-Fast \
+		p5-MooseX-MethodAttributes>=0.12:${PORTSDIR}/devel/p5-MooseX-MethodAttributes \
+		p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \
+		p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean \
 		p5-Path-Class>=0.09:${PORTSDIR}/devel/p5-Path-Class \
 		p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
-		p5-Text-SimpleTable>=0.03:${PORTSDIR}/textproc/p5-Text-SimpleTable \
+		p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
+		p5-Text-Balanced>=0:${PORTSDIR}/textproc/p5-Text-Balanced \
+		p5-Test-MockObject>=1.07:${PORTSDIR}/devel/p5-Test-MockObject \
 		p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes \
 		p5-Tree-Simple>=1.15:${PORTSDIR}/devel/p5-Tree-Simple \
+		p5-Text-SimpleTable>=0.03:${PORTSDIR}/textproc/p5-Text-SimpleTable \
 		p5-Tree-Simple-VisitorFactory>=0:${PORTSDIR}/devel/p5-Tree-Simple-VisitorFactory \
-		p5-URI>=1.35:${PORTSDIR}/net/p5-URI \
-		p5-Module-Install>=0.63:${PORTSDIR}/devel/p5-Module-Install
+		p5-URI>=1.35:${PORTSDIR}/net/p5-URI
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	5.8.1+
diff -ruN --exclude=CVS /usr/ports/www/p5-Catalyst-Runtime/distinfo /usr/home/dpokataev/tmp/ports/p5-Catalyst-Runtime/distinfo
--- /usr/ports/www/p5-Catalyst-Runtime/distinfo	2009-06-17 07:41:58.000000000 +0400
+++ /usr/home/dpokataev/tmp/ports/p5-Catalyst-Runtime/distinfo	2009-06-18 17:08:15.000000000 +0400
@@ -1,3 +1,3 @@
-MD5 (Catalyst-Runtime-5.80004.tar.gz) = 24f48554b8b24c48ca8bf413b43ffe11
-SHA256 (Catalyst-Runtime-5.80004.tar.gz) = 11cdc63a63a0179b2112917927a8212f507c3018a6e170eb5ff258d888661c36
-SIZE (Catalyst-Runtime-5.80004.tar.gz) = 207938
+MD5 (Catalyst-Runtime-5.80005.tar.gz) = d7d78a4ef83a2799c4c698a81d6bf7ca
+SHA256 (Catalyst-Runtime-5.80005.tar.gz) = dd12decc34e07ea5481b7d249670165b854af7613c1a22d2db58c9b83f4b05d3
+SIZE (Catalyst-Runtime-5.80005.tar.gz) = 207046
--- p5-Catalyst-Runtime-5.80005.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list