| 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-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-10-03 02:20:19 by Aleksej Saushev | Files touched by this commit (97) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
| 2011-08-06 15:46:38 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 1.29:
* Artificially bump our version number because an upstream author decided to
not play nice. Fixes RT-68690
Changes 1.28:
* Move podspell into xt/
Changes 1.27:
* Add auto_install so feature works again, fixes RT-67169
|
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-04-22 17:25:52 by Jens Rehsack | Files touched by this commit (1) |
Log message:
Switching for module type from M:I to M:I::Bundled - installed versions seems to \
make problems
|
2009-10-16 09:51:10 by Ulrich Habel | Files touched by this commit (2) |  |
Log message:
- updated to 1.22
ChangeLog Upstream:
1.22 2009-10-12
* Update JSON::XS tests to deal with inconsistent white space
generation between releases (t0m)
|
2009-07-08 09:56:40 by Jens Rehsack | Files touched by this commit (2) |  |
Log message:
pkgsrc changes:
- Updating package for p5 module JSON::Any from 1.19 to 1.21
- Adjusting license according to META.yml
- Adjusting dependency to JSON::XS according to Makefile.PL
Upstream changes:
1.21 2009-07-03
* Update JSON::XS boolean support; it provides true/false methods (semifor)
* Added a workaround for handlers that fail to decode bare true/false \
values (semifor)
1.20 2009-07-02
* Re-work things so that deprecated modules just warn but aren't \
actually excluded (perigrin)
* Improve the warnings when things go awry (semifor)
|
2009-06-11 14:06:12 by David Brownlee | Files touched by this commit (25) |  |
Log message:
update to use the new Module::Install infrastructure
|
2009-01-18 23:52:42 by Havard Eidnes | Files touched by this commit (2) |  |
Log message:
Update from version 1.18 to 1.19.
Upstream changes:
1.19 2009-01-15
* Make JSON::Syck optional and deprecated. (perigrin)
* Added tests for string escapes. (semifor)
|