From sunpoet@sunpoet.net  Thu Sep  1 13:24:27 2011
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 342701065670;
	Thu,  1 Sep 2011 13:24:27 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id 057CC8FC0C;
	Thu,  1 Sep 2011 13:24:27 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id E77B63BE7; Thu,  1 Sep 2011 21:24:12 +0800 (CST)
Message-Id: <20110901132412.E77B63BE7@sunpoet.net>
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: [PATCH] devel/p5-Path-Dispatcher: update to 1.03
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         160363
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Path-Dispatcher: update to 1.03
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bapt
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 01 13:30:08 UTC 2011
>Closed-Date:    Fri Sep 09 13:16:42 UTC 2011
>Last-Modified:  Fri Sep 09 13:16:42 UTC 2011
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->bapt 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Sep 1 13:30:23 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160363 
State-Changed-From-To: open->closed 
State-Changed-By: bapt 
State-Changed-When: Fri Sep 9 13:16:41 UTC 2011 
State-Changed-Why:  
Already done, next time feel free to directly commit my p5-* ports, you 
have implicit commit right :) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160363 
>Unformatted:
