Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Aug 2012 22:41:23 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        cm@therek.net
Subject:   ports/170907: [PATCH] devel/p5-Test-Compile: update to 0.20
Message-ID:  <201208230241.q7N2fN3h025907@meatwad.mouf.net>
Resent-Message-ID: <201208230250.q7N2o1lG015131@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         170907
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Test-Compile: update to 0.20
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 23 02:50:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #7 r239244M: Mon Aug 13 23:21:42 EDT
>Description:
- Update to 0.20

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

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

--- p5-Test-Compile-0.20.patch begins here ---
Index: distinfo
===================================================================
--- distinfo	(revision 302974)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (Test-Compile-0.14.tar.gz) = 1e7a19a0769b7e3fce8e84bd374aa08dedb21783aa285d8accf56bf235e84951
-SIZE (Test-Compile-0.14.tar.gz) = 9353
+SHA256 (Test-Compile-0.20.tar.gz) = 61ea7fd9c647d54cfa2e1c05c0a0742785ca63ca763c6f041824c13b23b1ecbc
+SIZE (Test-Compile-0.20.tar.gz) = 13200
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 302974)
+++ pkg-plist	(working copy)
@@ -1,5 +1,7 @@
 %%SITE_PERL%%/Test/Compile.pm
+%%SITE_PERL%%/Test/Compile/Internal.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Compile/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Compile
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
+@dirrmtry %%SITE_PERL%%/Test/Compile
 @dirrmtry %%SITE_PERL%%/Test
Index: Makefile
===================================================================
--- Makefile	(revision 302974)
+++ Makefile	(working copy)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Test-Compile
-PORTVERSION=	0.14
+PORTVERSION=	0.20
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:EGILES
@@ -21,6 +21,6 @@
 
 PERL_CONFIGURE=	yes
 
-MAN3=		Test::Compile.3
+MAN3=		Test::Compile.3 Test::Compile::Internal.3
 
 .include <bsd.port.mk>
--- p5-Test-Compile-0.20.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208230241.q7N2fN3h025907>