svn commit: r328788 - head/www/p5-Router-Simple

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 30 13:58:49 UTC 2013


Author: sunpoet
Date: Mon Sep 30 13:58:48 2013
New Revision: 328788
URL: http://svnweb.freebsd.org/changeset/ports/328788

Log:
  - Update to 0.15
  
  Changes:	http://search.cpan.org/dist/Router-Simple/Changes

Modified:
  head/www/p5-Router-Simple/Makefile
  head/www/p5-Router-Simple/distinfo

Modified: head/www/p5-Router-Simple/Makefile
==============================================================================
--- head/www/p5-Router-Simple/Makefile	Mon Sep 30 13:57:59 2013	(r328787)
+++ head/www/p5-Router-Simple/Makefile	Mon Sep 30 13:58:48 2013	(r328788)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Router-Simple
-PORTVERSION=	0.14
+PORTVERSION=	0.15
 CATEGORIES=	www net perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:TOKUHIROM
@@ -17,6 +17,7 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_STAGE=	yes
 USE_PERL5=	modbuild
 USES=		perl5
 
@@ -26,10 +27,11 @@ MAN3=		Router::Simple.3 \
 		Router::Simple::Route.3 \
 		Router::Simple::SubMapper.3
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 501400
+BUILD_DEPENDS+=	p5-CPAN-Meta>=0:${PORTSDIR}/devel/p5-CPAN-Meta
+RUN_DEPENDS+=	p5-CPAN-Meta>=0:${PORTSDIR}/devel/p5-CPAN-Meta
 TEST_DEPENDS+=	p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
 .endif
 

Modified: head/www/p5-Router-Simple/distinfo
==============================================================================
--- head/www/p5-Router-Simple/distinfo	Mon Sep 30 13:57:59 2013	(r328787)
+++ head/www/p5-Router-Simple/distinfo	Mon Sep 30 13:58:48 2013	(r328788)
@@ -1,2 +1,2 @@
-SHA256 (Router-Simple-0.14.tar.gz) = fded4044bd3a27f510d5ae39f848af12e448b09a46ab6e98851de149239d716b
-SIZE (Router-Simple-0.14.tar.gz) = 22909
+SHA256 (Router-Simple-0.15.tar.gz) = 82146cf58dcd1a9f5fd322d105fa730b11b2568d84a2f24c30efe206bfea4304
+SIZE (Router-Simple-0.15.tar.gz) = 19124


More information about the svn-ports-all mailing list