Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  1 Sep 2011 21:24:12 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        bapt@FreeBSD.org
Subject:   ports/160363: [PATCH] devel/p5-Path-Dispatcher: update to 1.03
Message-ID:  <20110901132412.E77B63BE7@sunpoet.net>
Resent-Message-ID: <201109011330.p81DU83r032092@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         160363
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Path-Dispatcher: update to 1.03
>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 Sep 01 13:30:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Jul  9 23:23:51 CST
>Description:
- Update to 1.03
- Add TEST_DEPENDS
- Pet portlint

Port maintainer (bapt@FreeBSD.org) is cc'd.

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

--- p5-Path-Dispatcher-1.03.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Path-Dispatcher/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	5 Apr 2011 15:44:23 -0000	1.1
+++ Makefile	1 Sep 2011 13:24:09 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Path-Dispatcher
-PORTVERSION=	1.02
+PORTVERSION=	1.03
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:SARTAK
@@ -15,16 +15,17 @@
 MAINTAINER=	bapt@FreeBSD.org
 COMMENT=	Perl flexible and extensible dispatch
 
-LICENSE_COMB=	dual
 LICENSE=	ART20 GPLv1
-
-PERL_CONFIGURE=	yes
+LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-Any-Moose>=0.12:${PORTSDIR}/devel/p5-Any-Moose \
 		p5-Try-Tiny>=0.02:${PORTSDIR}/lang/p5-Try-Tiny
-
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+TEST_DEPENDS=	p5-Test-Exception>=0.27:${PORTSDIR}/devel/p5-Test-Exception
+
+PERL_CONFIGURE=	yes
+
 MAN3=	Path::Dispatcher::Path.3 \
 	Path::Dispatcher::Rule::Tokens.3 \
 	Path::Dispatcher::Rule::Sequence.3 \
@@ -46,4 +47,10 @@
 	Path::Dispatcher::Rule::Regex.3 \
 	Path::Dispatcher::Dispatch.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501001
+TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Path-Dispatcher/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	5 Apr 2011 15:44:23 -0000	1.1
+++ distinfo	1 Sep 2011 13:24:09 -0000
@@ -1,2 +1,2 @@
-SHA256 (Path-Dispatcher-1.02.tar.gz) = 457266aaf69ce1f75cec7ed9c89bfbea2d73ec07c4e7d3e5d8a151da7befb3a7
-SIZE (Path-Dispatcher-1.02.tar.gz) = 35729
+SHA256 (Path-Dispatcher-1.03.tar.gz) = eb04041671295ec36ad85df50846f6dedba26cb5c3a128254affb59c1d3e8677
+SIZE (Path-Dispatcher-1.03.tar.gz) = 37758
--- p5-Path-Dispatcher-1.03.patch ends here ---

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



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