pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/34373: [update] devel/p5-version
>Number: 34373
>Category: pkg
>Synopsis: [update] devel/p5-version
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Tue Aug 29 17:25:05 +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@localhost:/usr/obj/sys/arch/i386/compile/MIWIBOX
>Description:
- Update to 6701
- Changelog
Use default subclass name in Build.PL, since M::B nukes the version::
namespace during its own initialization.
Use default subclass name in Build.PL, since M::B nukes the version::
namespace during its own initialization.
Revert accidental whitespace change
One more regex to prevent patch files being added to MANIFEST
Dependency on changelog not in correct order with dist
Yet another way to structure Makefile.PL so that it autogenerates
Changes.
Once again, fix very small version handling in pure Perl release
(globally
this time).
Property change (don't need these to be executable).
Add MANIFEST.SKIP so Module::Release will be happy.
Hide vutil/Makefile.PL inside top level Makefile.PL (__DATA__).
Force MSVC to only compile, not link, by default.
Generate manified PODs in Makefile.PL.
Autogenerate 'Changes' from Makefile.PL.
Pure Perl UNIVERSAL::VERSION was throwing undef warnings when called
without a req, e.g. MODULE->VERSION.
More compatibility for inclusion in Module::Build.
Remove dependency to Scalar::Util (just guess if it is a v-string).
More Makefile tweakage. Can't use warnings in Perl < v5.6.0 and need to
protect Build.PL from being run by Makefile.PL being a little too
helpful.
Custom Makefile.PL left debris around if ExtUtils::CBuilder, confusing
the
Makefile into trying to compile/link something that wasn't there.
Also, take out the "0+" numification, which didn't work in vpp.pm, and
which
I don't want to support with this module anyway.
Reorganize structure and provide a fully EU::MM compatible Makefile.PL
for, among other cases, bootstrap installing of Module::Build (which now
depends on version.pm). No new tests, no change to core code. Resolves
RT#20493.
0.64.
As it turns out, the import() method *can* be inherited and DTRT.
POD adjusted to reflect the current reality.
Based on a suggestion by David Wheeler, test for already exported qv()
in a
more inheritance friendly fashion.
Create a way to call the base import() from a subclass and have it DTRT
and
provide documentation for doing so.
>How-To-Repeat:
>Fix:
--- p5-version.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/devel/p5-version/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile 22 Jul 2006 19:03:47 -0000 1.2
+++ Makefile 29 Aug 2006 16:57:29 -0000
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.2 2006/07/22 19:03:47 abs Exp $
#
-DISTNAME= version-0.63
+DISTNAME= version-0.6701
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JP/JPEACOCK/}
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/devel/p5-version/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo 7 Jun 2006 11:54:35 -0000 1.1.1.1
+++ distinfo 29 Aug 2006 16:57:54 -0000
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2006/06/07 11:54:35 abs Exp $
-SHA1 (version-0.63.tar.gz) = 57c7a918e435a548360cf21ff24aee2142cb2818
-RMD160 (version-0.63.tar.gz) = a889527a40f025c6c4625d5de29217f5b86743f8
-Size (version-0.63.tar.gz) = 46302 bytes
+SHA1 (version-0.6701.tar.gz) = 7b9b61647fc7a0805dd5d81ad783852cdb5cf6be
+RMD160 (version-0.6701.tar.gz) = e60859e173310eb9abf64081847d6a03304dc9c7
+Size (version-0.6701.tar.gz) = 48490 bytes
--- p5-version.diff ends here ---
Home |
Main Index |
Thread Index |
Old Index