From steve@mouf.net  Fri Apr  6 19:00:28 2012
Return-Path: <steve@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 3B8681065673
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  6 Apr 2012 19:00:28 +0000 (UTC)
	(envelope-from steve@mouf.net)
Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2])
	by mx1.freebsd.org (Postfix) with ESMTP id 344B88FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  6 Apr 2012 19:00:24 +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 q36J0GfH001931
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Fri, 6 Apr 2012 15:00:18 -0400 (EDT)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q36J06ej091210;
	Fri, 6 Apr 2012 15:00:06 -0400 (EDT)
	(envelope-from steve)
Message-Id: <201204061900.q36J06ej091210@meatwad.mouf.net>
Date: Fri, 6 Apr 2012 15:00:06 -0400 (EDT)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: snowfly@yuntech.edu.tw
Subject: [PATCH] devel/p5-Module-Compile: update to 0.23
X-Send-Pr-Version: 3.113
X-GNATS-Notify: snowfly@yuntech.edu.tw

>Number:         166701
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Module-Compile: update to 0.23
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 06 19:10:01 UTC 2012
>Closed-Date:    Thu Apr 12 03:07:51 UTC 2012
>Last-Modified:  Thu Apr 12 03:10:18 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 #17 r233932: Thu Apr  5 22:13:25
>Description:
- Update to 0.23

Port maintainer (snowfly@yuntech.edu.tw) is cc'd.

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

--- p5-Module-Compile-0.23.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Module-Compile/Makefile,v
retrieving revision 1.12
diff -u -u -r1.12 Makefile
--- Makefile	21 Jan 2012 17:38:31 -0000	1.12
+++ Makefile	6 Apr 2012 19:00:00 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Module-Compile
-PORTVERSION=	0.20
+PORTVERSION=	0.23
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,12 +14,13 @@
 MAINTAINER=	snowfly@yuntech.edu.tw
 COMMENT=	Provide a system for writing modules that compile other Perl modules
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
+BUILD_DEPENDS=	p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
 MAN3=		Module::Compile.3 \
+		Module::Compile::Opt.3 \
 		Module::Install::Admin::PMC.3 \
 		Module::Install::PMC.3\
 		Module::Optimize.3
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Module-Compile/distinfo,v
retrieving revision 1.6
diff -u -u -r1.6 distinfo
--- distinfo	3 Jul 2011 14:57:32 -0000	1.6
+++ distinfo	6 Apr 2012 19:00:00 -0000
@@ -1,2 +1,2 @@
-SHA256 (Module-Compile-0.20.tar.gz) = a2f5a06f891dc3f2e6b67115f9e1df0a8f57d76f6badc217ebadc3fe03025a73
-SIZE (Module-Compile-0.20.tar.gz) = 45058
+SHA256 (Module-Compile-0.23.tar.gz) = 2970f4e493be50a6b9efd594537a943d86e5b9721f6f35ffdbee6aef345b48a1
+SIZE (Module-Compile-0.23.tar.gz) = 68571
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Module-Compile/pkg-plist,v
retrieving revision 1.5
diff -u -u -r1.5 pkg-plist
--- pkg-plist	24 Sep 2010 02:02:49 -0000	1.5
+++ pkg-plist	6 Apr 2012 19:00:00 -0000
@@ -1,10 +1,17 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Compile/.packlist
 %%SITE_PERL%%/Module/Compile.pm
+%%SITE_PERL%%/Module/Compile.pod
+%%SITE_PERL%%/Module/Compile/Opt.pm
+%%SITE_PERL%%/Module/Compile/Opt.pod
 %%SITE_PERL%%/Module/Install/Admin/PMC.pm
+%%SITE_PERL%%/Module/Install/Admin/PMC.pod
 %%SITE_PERL%%/Module/Install/PMC.pm
+%%SITE_PERL%%/Module/Install/PMC.pod
 %%SITE_PERL%%/Module/Optimize.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Compile/.packlist
+%%SITE_PERL%%/Module/Optimize.pod
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Compile
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module
+@dirrmtry %%SITE_PERL%%/Module/Compile
 @dirrmtry %%SITE_PERL%%/Module/Install/Admin
 @dirrmtry %%SITE_PERL%%/Module/Install
 @dirrmtry %%SITE_PERL%%/Module
--- p5-Module-Compile-0.23.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Apr 6 19:10:14 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=166701 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Apr 6 19:10:19 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: snowfly@yuntech.edu.tw
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/166701: [PATCH] devel/p5-Module-Compile: update to 0.23
Date: Fri, 6 Apr 2012 19:10:17 UT

 Maintainer of devel/p5-Module-Compile,
 
 Please note that PR ports/166701 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/166701
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: perl->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Sun Apr 8 02:15:04 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

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

From: "snowfly" <snowfly@yuntech.edu.tw>
To: "bug-followup" <bug-followup@FreeBSD.org>
Cc:  
Subject: Re: ports/166701: [PATCH] devel/p5-Module-Compile: update to 0.23
Date: Tue, 10 Apr 2012 15:28:08 +0800 (CST)

 Hi:
 
 I=20approve=20this=20PR,=20please=20commit=20it.
 Thanks.
 
 
 Best=20Regards,
 snowfly.
 
 
 =A1=B0=20=A4=DE=ADz=A1m"Edwin=20Groothuis"=20<edwin@FreeBSD.org>=A1n=A4=A7=B6=
 l=A5=F3=A4=BA=AEe=A1G=20
 >Maintainer=20of=20devel/p5-Module-Compile,
 >
 >Please=20note=20that=20PR=20ports/166701=20has=20just=20been=20submitted.
 >
 >If=20it=20contains=20a=20patch=20for=20an=20upgrade,=20an=20enhancement=20o=
 r=20a=20bug=20fix
 >you=20agree=20on,=20reply=20to=20this=20email=20stating=20that=20you=20appr=
 ove=20the=20patch
 >and=20a=20committer=20will=20take=20care=20of=20it.
 >
 >The=20full=20text=20of=20the=20PR=20can=20be=20found=20at:
 >=20=20=20=20http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/166701
 >
 >--=20
 >Edwin=20Groothuis=20via=20the=20GNATS=20Auto=20Assign=20Tool
 >edwin@FreeBSD.org
 >
State-Changed-From-To: feedback->closed 
State-Changed-By: swills 
State-Changed-When: Thu Apr 12 03:07:49 UTC 2012 
State-Changed-Why:  
Committed. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/166701: commit references a PR
Date: Thu, 12 Apr 2012 03:07:47 +0000 (UTC)

 swills      2012-04-12 03:07:38 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Module-Compile Makefile distinfo pkg-plist 
   Log:
   - Update to 0.23
   
   PR:             ports/166701
   Approved by:    "snowfly" <snowfly@yuntech.edu.tw> (maintainer)
   
   Revision  Changes    Path
   1.13      +3 -2      ports/devel/p5-Module-Compile/Makefile
   1.7       +2 -2      ports/devel/p5-Module-Compile/distinfo
   1.6       +8 -1      ports/devel/p5-Module-Compile/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:
