From sunpoet@sunpoet.net  Fri Jan 13 07:41:27 2012
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 CD695106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 13 Jan 2012 07:41: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 DC3A58FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 13 Jan 2012 07:41:26 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 7ED0C2641; Fri, 13 Jan 2012 15:41:23 +0800 (CST)
Message-Id: <20120113074123.7ED0C2641@sunpoet.net>
Date: Fri, 13 Jan 2012 15:41:23 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: cm@therek.net
Subject: [PATCH] devel/p5-Test-Compile: update to 0.14
X-Send-Pr-Version: 3.113
X-GNATS-Notify: cm@therek.net

>Number:         164077
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Test-Compile: update to 0.14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 13 07:50:06 UTC 2012
>Closed-Date:    Sun Jan 15 16:02:49 UTC 2012
>Last-Modified:  Sun Jan 15 16:10:09 UTC 2012
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 9.0-PRERELEASE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-PRERELEASE FreeBSD 9.0-PRERELEASE #0: Sat Dec 24 06:18:22 CST 2011
>Description:
- Update to 0.14
- Update *_DEPENDS: remove test dependency (p5-Test-Pod-Coverage)

Changes:	http://search.cpan.org/dist/Test-Compile/Changes

Port maintainer (cm@therek.net) is cc'd.

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

--- p5-Test-Compile-0.14.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Test-Compile/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	17 Apr 2010 19:46:44 -0000	1.4
+++ Makefile	13 Jan 2012 07:41:16 -0000
@@ -6,21 +6,20 @@
 #
 
 PORTNAME=	Test-Compile
-PORTVERSION=	0.13
+PORTVERSION=	0.14
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:EGILES
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	cm@therek.net
 COMMENT=	Check whether Perl module files compile correctly
 
-BUILD_DEPENDS=	${SITE_PERL}/Devel/CheckOS.pm:${PORTSDIR}/devel/p5-Devel-CheckOS \
-		${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
-		${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require \
-		${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI
-RUN_DEPENDS=	${BUILD_DEPENDS}
+BUILD_DEPENDS=	p5-Devel-CheckOS>=0:${PORTSDIR}/devel/p5-Devel-CheckOS \
+		p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	YES
+PERL_CONFIGURE=	yes
 
 MAN3=		Test::Compile.3
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Test-Compile/distinfo,v
retrieving revision 1.5
diff -u -u -r1.5 distinfo
--- distinfo	3 Jul 2011 14:57:56 -0000	1.5
+++ distinfo	13 Jan 2012 07:41:16 -0000
@@ -1,2 +1,2 @@
-SHA256 (Test-Compile-0.13.tar.gz) = 174ca7ede879c5be28f00fc1431287416f6e8d29f01640937c38f4de792178da
-SIZE (Test-Compile-0.13.tar.gz) = 39138
+SHA256 (Test-Compile-0.14.tar.gz) = 1e7a19a0769b7e3fce8e84bd374aa08dedb21783aa285d8accf56bf235e84951
+SIZE (Test-Compile-0.14.tar.gz) = 9353
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Test-Compile/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	15 Mar 2009 17:11:54 -0000	1.1
+++ pkg-plist	13 Jan 2012 07:41:16 -0000
@@ -1,3 +1,5 @@
 %%SITE_PERL%%/Test/Compile.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Compile/.packlist
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Compile
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Compile
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
+@dirrmtry %%SITE_PERL%%/Test
--- p5-Test-Compile-0.14.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jan 13 07:50: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=164077 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Jan 13 07:50:21 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: cm@therek.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/164077: [PATCH] devel/p5-Test-Compile: update to 0.14
Date: Fri, 13 Jan 2012 07:50:20 UT

 Maintainer of devel/p5-Test-Compile,
 
 Please note that PR ports/164077 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/164077
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: perl->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Fri Jan 13 08:16:08 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

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

From: Cezary Morga <cm@therek.net>
To: bug-followup@FreeBSD.ORG
Cc:  
Subject: Re: ports/164077: [PATCH] devel/p5-Test-Compile: update to 0.14
Date: Sat, 14 Jan 2012 22:42:56 +0100

 Approve.
 
 -- 
 Cezary Morga
 
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Sun Jan 15 16:02:47 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/164077: commit references a PR
Date: Sun, 15 Jan 2012 16:02:54 +0000 (UTC)

 sunpoet     2012-01-15 16:02:35 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Test-Compile Makefile distinfo pkg-plist 
   Log:
   - Update to 0.14
   - Update *_DEPENDS: remove test dependency (p5-Test-Pod-Coverage)
   
   Changes:        http://search.cpan.org/dist/Test-Compile/Changes
   PR:             ports/164077
   Submitted by:   sunpoet (myself)
   Approved by:    Cezary Morga <cm@therek.net> (maintainer)
   
   Revision  Changes    Path
   1.5       +6 -7      ports/devel/p5-Test-Compile/Makefile
   1.6       +2 -2      ports/devel/p5-Test-Compile/distinfo
   1.2       +3 -1      ports/devel/p5-Test-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:
