pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-version Update to 0.9912
details: https://anonhg.NetBSD.org/pkgsrc/rev/a9fef78a887f
branches: trunk
changeset: 651662:a9fef78a887f
user: wen <wen%pkgsrc.org@localhost>
date: Sat May 09 01:04:25 2015 +0000
description:
Update to 0.9912
Upstream changes:
2015-01-20 John Peacock <john.peacock%havurah-software.org@localhost>
* .hgtags, Makefile.PL, README, lib/version.pm, lib/version/regex.pm,
t/00impl-pp.t, t/01base.t, t/02derived.t, t/03require.t,
t/05sigdie.t, t/06noop.t, t/07locale.t, t/08_corelist.t,
t/09_list_util.t, t/coretests.pm, vperl/vpp.pm,
vutil/lib/version/vxs.pm, vutil/vutil.c:
flow: Merged <hotfix> '0.9912' to <develop> ('develop').
[646e8c5c4769] [tip] <develop>
* .hgtags:
Added tag 0.9912 for changeset d95ec600e4b8
[d0a8bd97c2d8]
* flow: Merged <hotfix> '0.9912' to <master> ('default').
[d95ec600e4b8] [0.9912]
* flow: Closed <hotfix> '0.9912'.
[d4a3dc59d496] <hotfix/0.9912>
* Makefile.PL, README, lib/version.pm, lib/version/regex.pm, t/00impl-
pp.t, t/01base.t, t/02derived.t, t/03require.t, t/05sigdie.t,
t/06noop.t, t/07locale.t, t/08_corelist.t, t/09_list_util.t,
vperl/vpp.pm, vutil/lib/version/vxs.pm:
Ready for release
[2e8e456b5f69] <hotfix/0.9912>
* vperl/vpp.pm, vutil/vutil.c:
Ignore leading zeros when parsing qv versions
[8d4f602d49bc] <hotfix/0.9912>
* t/coretests.pm:
Add test before fixing behavior.
[73ad9715162c] <hotfix/0.9912>
* .shipit, t/coretests.pm, vperl/vpp.pm, vutil/vutil.c:
Finish reverting the ill-advised alpha->normal code
[468d3b498d58] <hotfix/0.9912>
* flow: Created branch 'hotfix/0.9912'.
[a9f6f567d387] <hotfix/0.9912>
* vperl/vpp.pm, vutil/vutil.c:
Ignore leading zeros when parsing qv versions
[7e36d3c46d88] [default/development] <release/0.9912>
* t/coretests.pm:
Add test before fixing behavior.
[d4befa972a57] <release/0.9912>
* vperl/vpp.pm, vutil/vutil.c:
Initial cap on warnings to be consistent with perldig
[d0cce4fa33ac] <release/0.9912>
2015-01-19 John Peacock <john.peacock%havurah-software.org@localhost>
* vperl/vpp.pm, vutil/vutil.c:
Always use numeric warnings and prefix them to make perldiag more
useful
[6345b0e62b3e] [github/development] <release/0.9912>
2015-01-18 John Peacock <john.peacock%havurah-software.org@localhost>
* flow: Created branch 'release/0.9912'.
[0a04b5e70190] <release/0.9912>
* Initial:
Merge in dupe heads
[397c2045b0c1] [default/master, github/master]
2015-01-18 John Peacock <jpeacock%cpan.org@localhost>
* Initial:
Commit an empty file to start over
[8becec36c4af]
2015-01-18 John Peacock <john.peacock%havurah-software.org@localhost>
* flow: Merged <feature> 'alpha_normal' to <develop> ('develop').
[7f1bbc22403f] <develop>
* flow: Closed <feature> 'alpha_normal'.
[d4ec344eaf25] <feature/alpha_normal>
* Makefile.PL, README, lib/version.pm, lib/version/regex.pm, t/00impl-
pp.t, t/01base.t, t/02derived.t, t/03require.t, t/05sigdie.t,
t/06noop.t, t/07locale.t, t/08_corelist.t, t/09_list_util.t,
vperl/vpp.pm, vutil/lib/version/vxs.pm:
Bump versions to 0.9912
[cdba24734cbb] <feature/alpha_normal>
* README:
Hopefully this will be true
[9bb4a810f212] <feature/alpha_normal>
* Makefile.PL:
Picky, picky, picky. Resolves
https://rt.cpan.org/Public/Bug/Display.html?id=101600
[05740f0e1d4a] <feature/alpha_normal>
* .shipit, Makefile.PL, lib/version.pm, lib/version/regex.pm, t
/00impl-pp.t, t/01base.t, t/02derived.t, t/03require.t,
t/05sigdie.t, t/06noop.t, t/07locale.t, t/08_corelist.t,
t/09_list_util.t, t/coretests.pm, vperl/vpp.pm,
vutil/lib/version/vxs.pm, vutil/vutil.c:
Reapply this change now
[0652edbe911d] <feature/alpha_normal>
* flow: Created branch 'feature/alpha_normal'.
[8cb2f4e319c3] <feature/alpha_normal>
diffstat:
devel/p5-version/Makefile | 4 ++--
devel/p5-version/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 4e4ee132ac84 -r a9fef78a887f devel/p5-version/Makefile
--- a/devel/p5-version/Makefile Sat May 09 00:57:52 2015 +0000
+++ b/devel/p5-version/Makefile Sat May 09 01:04:25 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2015/01/19 01:10:15 wen Exp $
+# $NetBSD: Makefile,v 1.31 2015/05/09 01:04:25 wen Exp $
-DISTNAME= version-0.9911
+DISTNAME= version-0.9912
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=version/}
diff -r 4e4ee132ac84 -r a9fef78a887f devel/p5-version/distinfo
--- a/devel/p5-version/distinfo Sat May 09 00:57:52 2015 +0000
+++ b/devel/p5-version/distinfo Sat May 09 01:04:25 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2015/01/19 01:10:15 wen Exp $
+$NetBSD: distinfo,v 1.22 2015/05/09 01:04:25 wen Exp $
-SHA1 (version-0.9911.tar.gz) = efc3e92b7dcf25776a10a38d3c358bfa2ca9e51a
-RMD160 (version-0.9911.tar.gz) = 3a178be1eace27881448bfd4619ea6c669839d57
-Size (version-0.9911.tar.gz) = 122923 bytes
+SHA1 (version-0.9912.tar.gz) = cd1262925944bbb465ae1140c920a8f960f286de
+RMD160 (version-0.9912.tar.gz) = b6c164df80ad80f76700d7fdb0cb2da0dcc084bd
+Size (version-0.9912.tar.gz) = 123921 bytes
Home |
Main Index |
Thread Index |
Old Index