From steve@mouf.net  Tue Feb 28 20:43:37 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 247B01065673;
	Tue, 28 Feb 2012 20:43:37 +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 D7C0E8FC1C;
	Tue, 28 Feb 2012 20:43:36 +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 q1SKhWme060702
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Tue, 28 Feb 2012 15:43:32 -0500 (EST)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1SKhSPM098268;
	Tue, 28 Feb 2012 15:43:28 -0500 (EST)
	(envelope-from steve)
Message-Id: <201202282043.q1SKhSPM098268@meatwad.mouf.net>
Date: Tue, 28 Feb 2012 15:43:28 -0500 (EST)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: kuriyama@freebsd.org
Subject: [PATCH] databases/p5-DBIx-Class-DeploymentHandler: update to 0.001008
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         165537
>Category:       ports
>Synopsis:       [PATCH] databases/p5-DBIx-Class-DeploymentHandler: update to 0.001008
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kuriyama
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 28 20:50:08 UTC 2012
>Closed-Date:    Sun Mar 11 05:28:48 UTC 2012
>Last-Modified:  Sun Mar 11 05:30:10 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.001008
- Add TEST_DEPENDS to enable testing

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

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

--- p5-DBIx-Class-DeploymentHandler-0.001008.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/p5-DBIx-Class-DeploymentHandler/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	28 Dec 2011 02:44:51 -0000	1.1
+++ Makefile	28 Feb 2012 20:43:16 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	DBIx-Class-DeploymentHandler
-PORTVERSION=	0.001005
+PORTVERSION=	0.001008
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -28,6 +28,7 @@
 	p5-aliased>0:${PORTSDIR}/devel/p5-aliased \
 	p5-namespace-autoclean>0:${PORTSDIR}/devel/p5-namespace-autoclean
 BUILD_DEPENDS=	${RUN_DEPENDS}
+TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
 
 PERL_CONFIGURE=	yes
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/databases/p5-DBIx-Class-DeploymentHandler/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	28 Dec 2011 02:44:51 -0000	1.1
+++ distinfo	28 Feb 2012 20:43:16 -0000
@@ -1,2 +1,2 @@
-SHA256 (DBIx-Class-DeploymentHandler-0.001005.tar.gz) = f0d9bd3138a7c794cd0cbc6c631e71968cb5a5114f8c046ee32e2e392b1a0e6e
-SIZE (DBIx-Class-DeploymentHandler-0.001005.tar.gz) = 42533
+SHA256 (DBIx-Class-DeploymentHandler-0.001008.tar.gz) = 015cbd7514fd5e8bc10c66e74123342979bc46cce64f13820b43f888260919eb
+SIZE (DBIx-Class-DeploymentHandler-0.001008.tar.gz) = 44163
--- p5-DBIx-Class-DeploymentHandler-0.001008.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Feb 28 20:50:23 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165537 
State-Changed-From-To: open->closed 
State-Changed-By: kuriyama 
State-Changed-When: Sun Mar 11 05:28:38 UTC 2012 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/165537: commit references a PR
Date: Sun, 11 Mar 2012 05:28:33 +0000 (UTC)

 kuriyama    2012-03-11 05:28:19 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/p5-DBIx-Class-DeploymentHandler Makefile distinfo 
                                               pkg-plist 
   Log:
   - Upgrade to 002100.
   
   Submitted by:   swills
   PR:             ports/165537
   Feature safe:   yes
   
   Revision  Changes    Path
   1.2       +6 -2      ports/databases/p5-DBIx-Class-DeploymentHandler/Makefile
   1.2       +2 -2      ports/databases/p5-DBIx-Class-DeploymentHandler/distinfo
   1.2       +1 -0      ports/databases/p5-DBIx-Class-DeploymentHandler/pkg-plist
 _______________________________________________
 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:
