Subject: pkg/34356: [update] devel/p5-Module-CoreList
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Wilke <miwi@FreeBSD.org>
List: pkgsrc-bugs
Date: 08/29/2006 16:15:11
>Number: 34356
>Category: pkg
>Synopsis: [update] devel/p5-Module-CoreList
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Tue Aug 29 16:15:10 +0000 2006
>Originator: Martin Wilke
>Release: NetBSD 4.0_BETA i386
>Organization:
>Environment:
System: NetBSD 4.0_BETA (MIWIBOX) #0: Tue Aug 29 10:29:38 CEST 2006
miwi@mwilke.ath.cx:/usr/obj/sys/arch/i386/compile/MIWIBOX
>Description:
- Update to 2.0.7
- Changelog:
- Regenerate data correctly for 5.8.7, 5.8.8, 5.9.2 and 5.9.3
- Add OS-specific modules for those versions
2.06 Tue Aug 1 2006
Patches by Marius Feraru :
- handle dotted perl versions (e.g. 5.8.6)
- add an easy way to determine what was some module's version bundled
with a specified Perl release
2.05 Tue Jun 6 2006
Patches by Adriano Ferreira :
- corelist utility accepts regexes as arguments, eg. /IPC::Open/
- Errors when building regexes are trapped and warning is generated
2.04 Thursday 2nd February, 2006
Fix patchlevel for 5.8.8 (Gisle Aas)
Silence warnings in corelist utility
2.03 Wednesday 1st February, 2006
Include data for perl 5.9.3 and 5.8.8
>How-To-Repeat:
>Fix:
--- p5-Module-CoreList.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/devel/p5-Module-CoreList/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile 4 Mar 2006 21:29:23 -0000 1.11
+++ Makefile 29 Aug 2006 14:04:28 -0000
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.11 2006/03/04 21:29:23 jlam Exp $
#
-DISTNAME= Module-CoreList-2.02
+DISTNAME= Module-CoreList-2.07
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5mcl
CATEGORIES= devel perl5
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/devel/p5-Module-CoreList/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo 12 Oct 2005 16:08:58 -0000 1.6
+++ distinfo 29 Aug 2006 14:04:47 -0000
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2005/10/12 16:08:58 seb Exp $
-SHA1 (Module-CoreList-2.02.tar.gz) = 9467644b6c79b0d1ffc26b0e3fe9c0c3700215d7
-RMD160 (Module-CoreList-2.02.tar.gz) = bc094648d4c5a8c0aa6ba695285ae7b3f9323477
-Size (Module-CoreList-2.02.tar.gz) = 33792 bytes
+SHA1 (Module-CoreList-2.07.tar.gz) = d3708eb9d98fae6eaacf1f3cc0b644101c41276d
+RMD160 (Module-CoreList-2.07.tar.gz) = db5cb5d26ad0991567e2958a5f27214f6e39f7f7
+Size (Module-CoreList-2.07.tar.gz) = 37015 bytes
--- p5-Module-CoreList.diff ends here ---