Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Dec 2012 03:20:55 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308309 - head/www/p5-Router-Simple
Message-ID:  <201212050320.qB53KtHN048608@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Dec  5 03:20:55 2012
New Revision: 308309
URL: http://svnweb.freebsd.org/changeset/ports/308309

Log:
  - Update to 0.13
  - Add LICENSE
  - Cleanup Makefile header
  
  Changes:	http://search.cpan.org/dist/Router-Simple/Changes
  Feature safe:	yes

Modified:
  head/www/p5-Router-Simple/Makefile   (contents, props changed)
  head/www/p5-Router-Simple/distinfo   (contents, props changed)
  head/www/p5-Router-Simple/pkg-plist   (contents, props changed)

Modified: head/www/p5-Router-Simple/Makefile
==============================================================================
--- head/www/p5-Router-Simple/Makefile	Wed Dec  5 03:19:35 2012	(r308308)
+++ head/www/p5-Router-Simple/Makefile	Wed Dec  5 03:20:55 2012	(r308309)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	p5-Router-Simple
-# Date created:		2011-11-30
-# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Router-Simple
-PORTVERSION=	0.09
+PORTVERSION=	0.13
 CATEGORIES=	www net perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:TOKUHIROM
@@ -15,10 +11,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Simple HTTP Router
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
-RUN_DEPENDS=	p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+PERL_MODBUILD=	yes
 
 MAN3=		Router::Simple.3 \
 		Router::Simple::Cookbook.3 \
@@ -31,7 +30,10 @@ MAN3=		Router::Simple.3 \
 .if ${PERL_LEVEL} < 501001
 BUILD_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
 RUN_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
-TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.if ${PERL_LEVEL} < 501400
+TEST_DEPENDS+=	p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
 .endif
 
 .include <bsd.port.post.mk>

Modified: head/www/p5-Router-Simple/distinfo
==============================================================================
--- head/www/p5-Router-Simple/distinfo	Wed Dec  5 03:19:35 2012	(r308308)
+++ head/www/p5-Router-Simple/distinfo	Wed Dec  5 03:20:55 2012	(r308309)
@@ -1,2 +1,2 @@
-SHA256 (Router-Simple-0.09.tar.gz) = c8d4cabd6c038a21c49bdf6c9a0dc96cdc65bfc443cca30c189721ca21310d91
-SIZE (Router-Simple-0.09.tar.gz) = 27923
+SHA256 (Router-Simple-0.13.tar.gz) = cf6bf475158fd725fb5ad14b4c223a251c46b9e1e209d5a31607f3dbf50e27d8
+SIZE (Router-Simple-0.13.tar.gz) = 22850

Modified: head/www/p5-Router-Simple/pkg-plist
==============================================================================
--- head/www/p5-Router-Simple/pkg-plist	Wed Dec  5 03:19:35 2012	(r308308)
+++ head/www/p5-Router-Simple/pkg-plist	Wed Dec  5 03:20:55 2012	(r308309)
@@ -3,8 +3,5 @@
 %%SITE_PERL%%/Router/Simple/Declare.pm
 %%SITE_PERL%%/Router/Simple/Route.pm
 %%SITE_PERL%%/Router/Simple/SubMapper.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Router/Simple/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Router/Simple
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Router
 @dirrm %%SITE_PERL%%/Router/Simple
 @dirrmtry %%SITE_PERL%%/Router



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