svn commit: r338462 - head/www/p5-Catalyst-Plugin-ErrorCatcher

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jan 2 16:32:23 UTC 2014


Author: sunpoet
Date: Thu Jan  2 16:32:22 2014
New Revision: 338462
URL: http://svnweb.freebsd.org/changeset/ports/338462

Log:
  - Update to 0.0.8.15
  - Fix *_DEPENDS
  
  Changes:	http://search.cpan.org/dist/Catalyst-Plugin-ErrorCatcher/Changes

Modified:
  head/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile   (contents, props changed)
  head/www/p5-Catalyst-Plugin-ErrorCatcher/distinfo   (contents, props changed)

Modified: head/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile	Thu Jan  2 16:24:43 2014	(r338461)
+++ head/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile	Thu Jan  2 16:32:22 2014	(r338462)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Catalyst-Plugin-ErrorCatcher
-PORTVERSION=	0.0.8.13
+PORTVERSION=	0.0.8.15
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:CHISEL
@@ -15,32 +15,37 @@ LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.80000:${PORTSDIR}/www/p5-Catalyst-Runtime \
-		p5-Catalyst-Plugin-Authentication>=0.10010:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \
-		p5-Catalyst-Plugin-ConfigLoader>=0.22:${PORTSDIR}/www/p5-Catalyst-Plugin-ConfigLoader \
-		p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
-		p5-Catalyst-Plugin-Session-State-Cookie>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-Cookie \
-		p5-Catalyst-Plugin-Session-Store-File>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-Store-File \
-		p5-Catalyst-Plugin-StackTrace>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-StackTrace \
-		p5-Config-General>0:${PORTSDIR}/devel/p5-Config-General \
 		p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump \
-		p5-DateTime>0:${PORTSDIR}/devel/p5-DateTime \
-		p5-File-Find-Rule>0:${PORTSDIR}/devel/p5-File-Find-Rule \
+		p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
 		p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
 		p5-File-Type>=0:${PORTSDIR}/devel/p5-File-Type \
-		p5-FindBin-libs>0:${PORTSDIR}/devel/p5-FindBin-libs \
-		p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
-		p5-MIME-Lite>0:${PORTSDIR}/mail/p5-MIME-Lite \
-		p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \
+		p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \
 		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
-		p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
-		p5-namespace-autoclean>0:${PORTSDIR}/devel/p5-namespace-autoclean
+		p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-
-TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
+TEST_DEPENDS=	p5-Catalyst-Plugin-Authentication>=0.10010:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \
+		p5-Catalyst-Plugin-ConfigLoader>=0.22:${PORTSDIR}/www/p5-Catalyst-Plugin-ConfigLoader \
+		p5-Catalyst-Plugin-Session-State-Cookie>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-Cookie \
+		p5-Catalyst-Plugin-Session-Store-File>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-Store-File \
+		p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
+		p5-Catalyst-Plugin-StackTrace>=0.10:${PORTSDIR}/www/p5-Catalyst-Plugin-StackTrace \
+		p5-Config-General>=0:${PORTSDIR}/devel/p5-Config-General \
+		p5-File-Find-Rule>=0:${PORTSDIR}/devel/p5-File-Find-Rule \
+		p5-FindBin-libs>=0:${PORTSDIR}/devel/p5-FindBin-libs \
+		p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
+		p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
 		p5-Test-NoTabs>=0:${PORTSDIR}/devel/p5-Test-NoTabs \
-		p5-Test-UseAllModules>=0:${PORTSDIR}/devel/p5-Test-UseAllModules
+		p5-Test-UseAllModules>=0:${PORTSDIR}/devel/p5-Test-UseAllModules \
+		p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
 
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} >= 501800
+BUILD_DEPENCS+=	p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable
+RUN_DEPENCS+=	p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/www/p5-Catalyst-Plugin-ErrorCatcher/distinfo
==============================================================================
--- head/www/p5-Catalyst-Plugin-ErrorCatcher/distinfo	Thu Jan  2 16:24:43 2014	(r338461)
+++ head/www/p5-Catalyst-Plugin-ErrorCatcher/distinfo	Thu Jan  2 16:32:22 2014	(r338462)
@@ -1,2 +1,2 @@
-SHA256 (Catalyst-Plugin-ErrorCatcher-0.0.8.13.tar.gz) = 562eed2e4395f17075ad37010b21de876dab720aa0266772d4eb1651225d0edc
-SIZE (Catalyst-Plugin-ErrorCatcher-0.0.8.13.tar.gz) = 34255
+SHA256 (Catalyst-Plugin-ErrorCatcher-0.0.8.15.tar.gz) = fc788d7df24aa7d4be7f6978dec31598f26abdb9f7a66d2e8a2f5e3ff822b6de
+SIZE (Catalyst-Plugin-ErrorCatcher-0.0.8.15.tar.gz) = 34727


More information about the svn-ports-all mailing list