From steve@mouf.net  Tue Feb 14 18:26:50 2012
Return-Path: <steve@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 286601065670
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Feb 2012 18:26:50 +0000 (UTC)
	(envelope-from steve@mouf.net)
Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2])
	by mx1.freebsd.org (Postfix) with ESMTP id C034D8FC16
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Feb 2012 18:26:49 +0000 (UTC)
Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236])
	by mouf.net (8.14.4/8.14.4) with ESMTP id q1EIQjuM025718
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Tue, 14 Feb 2012 13:26:46 -0500 (EST)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1EIQfh5095151;
	Tue, 14 Feb 2012 13:26:41 -0500 (EST)
	(envelope-from steve)
Message-Id: <201202141826.q1EIQfh5095151@meatwad.mouf.net>
Date: Tue, 14 Feb 2012 13:26:41 -0500 (EST)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: alexey@renatasystems.org
Subject: [PATCH] devel/p5-File-ChangeNotify: update to 0.21, add TEST_DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify: alexey@renatasystems.org

>Number:         165145
>Category:       ports
>Synopsis:       [PATCH] devel/p5-File-ChangeNotify: update to 0.21, add TEST_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 14 18:30:06 UTC 2012
>Closed-Date:    Wed Feb 15 02:58:59 UTC 2012
>Last-Modified:  Wed Feb 15 03:00:40 UTC 2012
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb  3 23:48:36
>Description:
- Update to 0.21
- Add TEST_DEPENDS

Port maintainer (alexey@renatasystems.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_3 (mode: update, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-File-ChangeNotify-0.21.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-File-ChangeNotify/Makefile,v
retrieving revision 1.10
diff -u -u -r1.10 Makefile
--- Makefile	11 Sep 2011 06:12:37 -0000	1.10
+++ Makefile	14 Feb 2012 18:26:22 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	File-ChangeNotify
-PORTVERSION=	0.16
-PORTREVISION=	1
+PORTVERSION=	0.21
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -21,6 +20,7 @@
 		p5-MooseX-SemiAffordanceAccessor>=0:${PORTSDIR}/devel/p5-MooseX-SemiAffordanceAccessor \
 		p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
 BUILD_DEPENDS:=	${RUN_DEPENDS}
+TEST_DEPENDS=	p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception
 
 MAN3=		File::ChangeNotify.3 \
 		File::ChangeNotify::ConfigData.3 \
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-File-ChangeNotify/distinfo,v
retrieving revision 1.8
diff -u -u -r1.8 distinfo
--- distinfo	3 Jul 2011 14:57:13 -0000	1.8
+++ distinfo	14 Feb 2012 18:26:22 -0000
@@ -1,2 +1,2 @@
-SHA256 (File-ChangeNotify-0.16.tar.gz) = fbeb0fbd9458f467271460043302e76f664f1ec1bcdc027ac178279c753b988f
-SIZE (File-ChangeNotify-0.16.tar.gz) = 19652
+SHA256 (File-ChangeNotify-0.21.tar.gz) = d89cc03a12b4f4f5d42c6d679a20a768207f50b74f0a4ff470ca0b0a70db322f
+SIZE (File-ChangeNotify-0.21.tar.gz) = 19103
--- p5-File-ChangeNotify-0.21.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Feb 14 18:30:17 UTC 2012 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165145 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Feb 14 18:30:25 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165145 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: alexey@renatasystems.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/165145: [PATCH] devel/p5-File-ChangeNotify: update to 0.21, add TEST_DEPENDS
Date: Tue, 14 Feb 2012 18:30:21 UT

 Maintainer of devel/p5-File-ChangeNotify,
 
 Please note that PR ports/165145 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165145
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: "Alexey V. Degtyarev" <alexey@renatasystems.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/165145: [PATCH] devel/p5-File-ChangeNotify: update to
 0.21, add TEST_DEPENDS
Date: Tue, 14 Feb 2012 22:50:21 +0400

 Approved.
 
 On 18:30 Tue 14 Feb, Edwin Groothuis wrote:
 
 > Maintainer of devel/p5-File-ChangeNotify,
 > 
 > Please note that PR ports/165145 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165145
 
 -- 
 Alexey V. Degtyarev
Responsible-Changed-From-To: perl->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Tue Feb 14 22:20:57 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165145 
State-Changed-From-To: feedback->closed 
State-Changed-By: swills 
State-Changed-When: Wed Feb 15 02:58:58 UTC 2012 
State-Changed-Why:  
Committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165145 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/165145: commit references a PR
Date: Wed, 15 Feb 2012 02:58:55 +0000 (UTC)

 swills      2012-02-15 02:58:46 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-File-ChangeNotify Makefile distinfo 
   Log:
   - update to 0.21
   - Add TEST_DEPENDS to enable testing
   
   PR:             ports/165145
   Submitted by:   swills (myself)
   Approved by:    "Alexey V. Degtyarev" <alexey@renatasystems.org> (maintainer)
   
   Revision  Changes    Path
   1.11      +2 -2      ports/devel/p5-File-ChangeNotify/Makefile
   1.9       +2 -2      ports/devel/p5-File-ChangeNotify/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
