ports/142644: [PATCH] devel/p5-Module-Build: update to 0.3601
Philip M. Gollucci
pgollucci at FreeBSD.org
Mon Jan 11 02:10:10 UTC 2010
>Number: 142644
>Category: ports
>Synopsis: [PATCH] devel/p5-Module-Build: update to 0.3601
>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: Mon Jan 11 02:10:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Philip M. Gollucci
>Release: FreeBSD 9.0-CURRENT amd64
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Tue Dec 8 02:25:55 UTC
>Description:
- Update to 0.3601
Port maintainer (clsung at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- p5-Module-Build-0.3601.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Module-Build/Makefile,v
retrieving revision 1.54
diff -u -u -r1.54 Makefile
--- Makefile 28 Aug 2009 03:09:44 -0000 1.54
+++ Makefile 10 Jan 2010 22:25:37 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= Module-Build
-PORTVERSION= 0.35
+PORTVERSION= 0.3601
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -31,7 +31,9 @@
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
-MAN3= Module::Build.3 \
+MAN3= inc::latest.3 \
+ Module::Build.3 \
+ Module::Build::Bundling.3 \
Module::Build::API.3 \
Module::Build::Authoring.3 \
Module::Build::Base.3 \
@@ -54,8 +56,7 @@
Module::Build::Platform::aix.3 \
Module::Build::Platform::cygwin.3 \
Module::Build::Platform::darwin.3 \
- Module::Build::Platform::os2.3 \
- Module::Build::YAML.3
+ Module::Build::Platform::os2.3
.include <bsd.port.pre.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Module-Build/distinfo,v
retrieving revision 1.41
diff -u -u -r1.41 distinfo
--- distinfo 28 Aug 2009 03:09:44 -0000 1.41
+++ distinfo 10 Jan 2010 08:48:08 -0000
@@ -1,3 +1,3 @@
-MD5 (Module-Build-0.35.tar.gz) = d1ba4831d9c5feca34e49c529158e8db
-SHA256 (Module-Build-0.35.tar.gz) = fadaff2e8e479a803fde7a52ef8b11ced4572733fdb61e719f37ce0fb3f43c7c
-SIZE (Module-Build-0.35.tar.gz) = 263341
+MD5 (Module-Build-0.3601.tar.gz) = 01020d7355aa09b2c0557ba1bf858e49
+SHA256 (Module-Build-0.3601.tar.gz) = 32a9fb9315f15dda872971c8045c5607b4a0044db444b7a63cc42415d2003733
+SIZE (Module-Build-0.3601.tar.gz) = 296085
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Module-Build/pkg-plist,v
retrieving revision 1.14
diff -u -u -r1.14 pkg-plist
--- pkg-plist 28 Mar 2009 20:45:07 -0000 1.14
+++ pkg-plist 10 Jan 2010 22:24:30 -0000
@@ -1,9 +1,8 @@
- at comment $FreeBSD: ports/devel/p5-Module-Build/pkg-plist,v 1.14 2009/03/28 20:45:07 skv Exp $
-%%EXE_FILES%%bin/config_data
%%SITE_PERL%%/Module/Build.pm
%%SITE_PERL%%/Module/Build/API.pod
%%SITE_PERL%%/Module/Build/Authoring.pod
%%SITE_PERL%%/Module/Build/Base.pm
+%%SITE_PERL%%/Module/Build/Bundling.pod
%%SITE_PERL%%/Module/Build/Compat.pm
%%SITE_PERL%%/Module/Build/Config.pm
%%SITE_PERL%%/Module/Build/ConfigData.pm
@@ -29,6 +28,11 @@
%%SITE_PERL%%/Module/Build/PodParser.pm
%%SITE_PERL%%/Module/Build/Version.pm
%%SITE_PERL%%/Module/Build/YAML.pm
+%%SITE_PERL%%/inc/latest.pm
+%%SITE_PERL%%/inc/latest/private.pm
+%%EXE_FILES%%bin/config_data
+ at dirrm %%SITE_PERL%%/inc/latest
+ at dirrm %%SITE_PERL%%/inc
@dirrm %%SITE_PERL%%/Module/Build/Platform
@dirrm %%SITE_PERL%%/Module/Build
@dirrmtry %%SITE_PERL%%/Module
--- p5-Module-Build-0.3601.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list