2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2012-09-02 15:20:25 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.38
Upstream changes:
0.38 2012-05-29, H.Merijn Brand <h.m.brand@xs4all.nl>
* Backslashed { in regex in test to satisfy perl-5.17
0.37 2012-04-16, H.Merijn Brand <h.m.brand@xs4all.nl>
* Upped copyright to 2012
* Allow length for DHexDump ()
|
2011-11-18 01:13:59 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
Log message:
Update p5-Data-Peek to 0.36.
Changes from previous:
2011-09-07 0.36 - H.Merijn Brand <h.m.brand@xs4all.nl>
* NAME / DISTNAME in Makefile.PL
2011-09-07 0.35 - H.Merijn Brand <h.m.brand@xs4all.nl>
* More cross-checks for META data
2011-09-01 0.34 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Tests require Test::More-0.88 or up (RT#70538)
* Tested on perl-5.14.1 and 5.15.1
|
2011-08-12 08:30:57 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 0.33:
* Added DTidy (): stream DDumper output through Perl::Tidy
* Upped copyright to 2011
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
2010-03-16 22:45:28 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-Data-Peek from 0.30 to 0.31
Upstream changes:
2010-03-16 0.31 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Dropped YAML spec to 1.0
|
2010-02-15 15:46:25 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-Data-Peek from 0.29 to 0.30
Upstream changes:
2010-02-14 0.30 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Use $Data::Dumper::Quotekeys = 0; instead of removing the quotes myself
* Put first hash element after opening lonely brace
* Upped copyright to 2010
* Use warn () instead of print STDERR
|
2009-11-11 17:31:59 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update p5-Data-Peek from version 0.27 to version 0.29.
Pkgsrc changes:
- Add build dependency for test target
- Misc tweaks to placate pkglint
Upstream changes:
2009-11-09 0.29 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Use skip instead of skip_all for builds that have no DPeek ()
* Be more lenient towards the allocated space
2009-11-06 0.28 - H.Merijn Brand <h.m.brand@xs4all.nl>
* DDump () now dumps the variable itself, instead of a copy (Zefram)
* Add DGrow ()
|