From pgollucci@frieza.p6m7g8.net  Fri May 22 06:39:52 2009
Return-Path: <pgollucci@frieza.p6m7g8.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 32CE71065672;
	Fri, 22 May 2009 06:39:52 +0000 (UTC)
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: from frieza.p6m7g8.net (static-76-161-175-34.dsl.cavtel.net [76.161.175.34])
	by mx1.freebsd.org (Postfix) with ESMTP id EABB68FC13;
	Fri, 22 May 2009 06:39:51 +0000 (UTC)
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: from frieza.p6m7g8.net (localhost [127.0.0.1])
	by frieza.p6m7g8.net (8.14.3/8.14.3) with ESMTP id n4M6bwik036091;
	Fri, 22 May 2009 02:37:58 -0400 (EDT)
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: (from pgollucci@localhost)
	by frieza.p6m7g8.net (8.14.3/8.14.3/Submit) id n4M6bwUj036090;
	Fri, 22 May 2009 02:37:58 -0400 (EDT)
	(envelope-from pgollucci)
Message-Id: <200905220637.n4M6bwUj036090@frieza.p6m7g8.net>
Date: Fri, 22 May 2009 02:37:58 -0400 (EDT)
From: "Philip M. Gollucci" <pgollucci@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: skv@freebsd.org
Subject: [PATCH] devel/p5-SVN-S4: update to 1.032
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         134823
>Category:       ports
>Synopsis:       [PATCH] devel/p5-SVN-S4: update to 1.032
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    skv
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 22 06:40:08 UTC 2009
>Closed-Date:    Fri Jun 05 23:02:26 UTC 2009
>Last-Modified:  Fri Jun 05 23:02:26 UTC 2009
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD frieza.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Thu May 14 21:52:43 EDT 2009
>Description:
- Update to 1.032

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

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

--- p5-SVN-S4-1.032.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-SVN-S4/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile	6 Nov 2008 16:49:27 -0000	1.9
+++ Makefile	22 May 2009 06:39:48 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	SVN-S4
-PORTVERSION=	1.031
+PORTVERSION=	1.032
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -26,6 +26,6 @@
 MAN3=		SVN::S4.3 SVN::S4::FixProp.3 SVN::S4::Getopt.3 \
 		SVN::S4::Info.3 SVN::S4::Path.3 SVN::S4::QuickCommit.3 \
 		SVN::S4::Snapshot.3 SVN::S4::StrongRevert.3 SVN::S4::Update.3 \
-		SVN::S4::ViewSpec.3
+		SVN::S4::ViewSpec.3 SVN::S4::CatOrMods.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-SVN-S4/distinfo,v
retrieving revision 1.3
diff -u -u -r1.3 distinfo
--- distinfo	6 Nov 2008 16:49:27 -0000	1.3
+++ distinfo	22 May 2009 06:39:48 -0000
@@ -1,3 +1,3 @@
-MD5 (SVN-S4-1.031.tar.gz) = 54cd6f890f454842f226bc9fb195e260
-SHA256 (SVN-S4-1.031.tar.gz) = b58b62c41961a2dbeff5fe164305bcc412c40cc1981f97acde017d14e3176b42
-SIZE (SVN-S4-1.031.tar.gz) = 62414
+MD5 (SVN-S4-1.032.tar.gz) = 504c97a4d7e58b0d382eefca2080efe8
+SHA256 (SVN-S4-1.032.tar.gz) = 6fdf85f5de3f065327a5d39df605013887f89bf784602e9179f87af2e918d43f
+SIZE (SVN-S4-1.032.tar.gz) = 63311
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/p5-SVN-S4/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	15 Jan 2008 21:20:24 -0000	1.1
+++ pkg-plist	22 May 2009 06:39:48 -0000
@@ -1,6 +1,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/S4/.packlist
 bin/s4
 %%SITE_PERL%%/SVN/S4.pm
+%%SITE_PERL%%/SVN/S4/CatOrMods.pm
 %%SITE_PERL%%/SVN/S4/FixProp.pm
 %%SITE_PERL%%/SVN/S4/Getopt.pm
 %%SITE_PERL%%/SVN/S4/Info.pm
--- p5-SVN-S4-1.032.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->skv 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri May 22 06:41:57 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/134823: commit references a PR
Date: Fri,  5 Jun 2009 22:50:14 +0000 (UTC)

 pgollucci    2009-06-05 22:50:02 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-SVN-S4      Makefile distinfo pkg-plist 
   Log:
   - Update to 1.032
   
   PR:             ports/134823
   Approved by:    maintainer timeout (skv; 15 days)
   Submitted by:   me
   
   Revision  Changes    Path
   1.10      +2 -2      ports/devel/p5-SVN-S4/Makefile
   1.4       +3 -3      ports/devel/p5-SVN-S4/distinfo
   1.2       +1 -0      ports/devel/p5-SVN-S4/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"
 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Fri Jun 5 23:02:25 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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