pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-version Updating package for p5 module versio...
details: https://anonhg.NetBSD.org/pkgsrc/rev/32c525ef81da
branches: trunk
changeset: 397155:32c525ef81da
user: sno <sno%pkgsrc.org@localhost>
date: Sun Aug 09 09:32:13 2009 +0000
description:
Updating package for p5 module version from 0.7600nb1 to 0.7701
pkgsrc changes:
- Setting license to perl5 license
Upstream changes:
2009-07-28 John Peacock <jpeacock%cpan.org@localhost>
Little jog to make sure META.yml does't contain UNIVERSAL
2009-07-28 John Peacock <jpeacock%cpan.org@localhost>
Only replace use_ok() if running with Test::More < 0.48
2009-07-28 John Peacock <jpeacock%cpan.org@localhost>
Provide replacement use_ok to make the 02derived.t tests pass.
2009-07-28 John Peacock <jpeacock%cpan.org@localhost>
Fix for https://rt.cpan.org/Ticket/Display.html?id=48268
2009-07-26 John Peacock <jpeacock%cpan.org@localhost>
Script to run through all of the Perl releases in one go
2009-07-26 John Peacock <jpeacock%cpan.org@localhost>
Release 0.77 to CPAN without the warning change, for release with 5.10.1
2009-07-24 John Peacock <jpeacock%cpan.org@localhost>
Finally complete the POD rewrite. Change the behavior to throw a
warning if you try and use a v-string without a leading 'v' in a
version object declaration (this may get pulled) and rewrite the POD
to follow the New World Order.
2009-07-24 John Peacock <jpeacock%cpan.org@localhost>
Resolves https://rt.cpan.org/Public/Bug/Display.html?id=48135
2009-07-22 John Peacock <jpeacock%cpan.org@localhost>
Forgot to bump this. Always run tests before committing!
2009-07-22 John Peacock <jpeacock%cpan.org@localhost>
Revised version::Internals POD; bump $VERSION for potential last CPAN
release.
2009-07-22 John Peacock <jpeacock%cpan.org@localhost>
WIP for version::Internals
2009-07-21 John Peacock <jpeacock%cpan.org@localhost>
Don't need to load the class in order to check whether it contains package or assignments.
2009-07-18 John Peacock <jpeacock%cpan.org@localhost>
Rename Extended to Dotted-Decimal
2009-07-18 John Peacock <jpeacock%cpan.org@localhost>
Rename "Numeric" to "Decimal"
2009-07-18 John Peacock <jpeacock%cpan.org@localhost>
Fix for RT#47980. Don't check $@ if you haven't actually done the eval().
2009-07-16 John Peacock <jpeacock%cpan.org@localhost>
Apply David Golden's suggested changes with some minor massaging.
2009-07-15 John Peacock <jpeacock%cpan.org@localhost>
Another CPAN alpha release.
2009-07-15 John Peacock <jpeacock%cpan.org@localhost>
Start reworking the Internals documentation into something useful.
2009-07-14 John Peacock <jpeacock%cpan.org@localhost>
Tweakage of POD
2009-07-10 John Peacock <jpeacock%cpan.org@localhost>
Neglected to delete this directory from the repo
2009-06-29 John Peacock <jpeacock%cpan.org@localhost>
Allow the pure Perl version module to be installed on Perl 5.10.0,
and trump the core code.
2009-06-28 John Peacock <jpeacock%cpan.org@localhost>
Better heuristic for deciding when to rebless
2009-06-28 John Peacock <jpeacock%cpan.org@localhost>
Remove old file from MANIFEST
2009-06-28 John Peacock <jpeacock%cpan.org@localhost>
Convert this test to make its own Empty class
2009-06-28 John Peacock <jpeacock%cpan.org@localhost>
Missed a couple more MAGIC NUMBERS in the tests.
2009-06-28 John Peacock <jpeacock%cpan.org@localhost>
Tests all pass now in 5.005_04 in XS mode too!
Need to adapt the pure Perl release to work with 5.10.0 as well.
2009-06-27 John Peacock <jpeacock%cpan.org@localhost>
Whitespace differences from blead
2009-06-27 John Peacock <jpeacock%cpan.org@localhost>
Sync changes from bleadperl to vutil.c
2009-06-26 John Peacock <jpeacock%cpan.org@localhost>
Finally have all tests passing in 5.10.0!
2009-06-23 John Peacock <jpeacock%cpan.org@localhost>
Disable all tests for 5.10.0 for the moment, so we can release
as an alpha and not falsely claim success or failure.
2009-06-13 John Peacock <jpeacock%cpan.org@localhost>
Fix RT#46921 - locale and eval action at a distance. All tests pass
except on 5.10.0 (because the core code is broken).
2009-06-13 John Peacock <jpeacock%cpan.org@localhost>
Fix mistaken regex to convert large exponential numbers to non-exponential
form before scanning. Resolves:
https://rt.cpan.org/Ticket/Display.html?id=45241
2009-05-27 John Peacock <jpeacock%cpan.org@localhost>
More fiddling with the revised POD.
2009-05-20 John Peacock <jpeacock%cpan.org@localhost>
Resolve some more misleading warnings from vpp.pm in 5.005 and 5.6
2009-05-20 John Peacock <jpeacock%cpan.org@localhost>
Misplaced #endif caused 5.005_04 and 5.6.x to fail tests. Add
documentation for is_qv.
2009-05-18 John Peacock <jpeacock%cpan.org@localhost>
Make all test pm files use File::Temp. Change qv() to be both method and
function. All tests pass using Build.PL from perl 5.6.x forward, but
a couple of test failures using Makefile.PL in 5.6.x and 5.005_04.
2009-05-16 John Peacock <jpeacock%cpan.org@localhost>
Tests pass but POD is incomplete
2009-05-10 John Peacock <jpeacock%cpan.org@localhost>
All tests pass in all Perl's and in XS and pure Perl. Perl 5.005_04 still
throws lots of stupid warnings in pure Perl; can't help it apparently.
2009-05-10 John Peacock <jpeacock%cpan.org@localhost>
Now tests all pass on 5.005 as well (two warnings I can't prevent)
2009-05-10 John Peacock <jpeacock%cpan.org@localhost>
Now all three test files are 100% for 5.8.x and 5.10.x, but 01 and 02 fail
with 5.6.x and 5.005
2009-05-09 John Peacock <jpeacock%cpan.org@localhost>
Begin massive reorg/redesign. Tests 01 and 03 are 100%; 02 needs work.
diffstat:
devel/p5-version/Makefile | 8 ++++----
devel/p5-version/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (36 lines):
diff -r cf5243a03967 -r 32c525ef81da devel/p5-version/Makefile
--- a/devel/p5-version/Makefile Sun Aug 09 09:26:41 2009 +0000
+++ b/devel/p5-version/Makefile Sun Aug 09 09:32:13 2009 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.10 2008/10/19 19:18:09 he Exp $
+# $NetBSD: Makefile,v 1.11 2009/08/09 09:32:13 sno Exp $
#
-DISTNAME= version-0.76
-PKGNAME= p5-${DISTNAME}00
-PKGREVISION= 1
+DISTNAME= version-0.7701
+PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=version/}
MAINTAINER= abs%absd.org@localhost
HOMEPAGE= http://search.cpan.org/dist/version/
COMMENT= Perl extension for Version Objects
+LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff -r cf5243a03967 -r 32c525ef81da devel/p5-version/distinfo
--- a/devel/p5-version/distinfo Sun Aug 09 09:26:41 2009 +0000
+++ b/devel/p5-version/distinfo Sun Aug 09 09:32:13 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2008/10/10 22:07:09 he Exp $
+$NetBSD: distinfo,v 1.8 2009/08/09 09:32:14 sno Exp $
-SHA1 (version-0.76.tar.gz) = ae8d2e24b44490cf762e22e29f33a44356f91a39
-RMD160 (version-0.76.tar.gz) = af46a3560c66d73e752d2b374d054f3da2c7c64a
-Size (version-0.76.tar.gz) = 54896 bytes
+SHA1 (version-0.7701.tar.gz) = ed4eebe12c89065a599d9dc70a573b8618eb68da
+RMD160 (version-0.7701.tar.gz) = 3dbff7ac83fb425cada39014c5fc883fd3885998
+Size (version-0.7701.tar.gz) = 104285 bytes
Home |
Main Index |
Thread Index |
Old Index