Skip site navigation (1)Skip section navigation (2)
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:   ports/166701: [PATCH] devel/p5-Module-Compile: update to 0.23
Message-ID:  <201204061900.q36J06ej091210@meatwad.mouf.net>
Resent-Message-ID: <201204061910.q36JA15c068379@freefall.freebsd.org>

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

>Number:         166701
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Module-Compile: update to 0.23
>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:   Fri Apr 06 19:10: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 #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:
>Unformatted:



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