2014-09-07 14:28:48 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.12. Add missing dependency.
0.12 2014-09-04 07:28:59Z
- fix licence in LICENSE and pod
0.11 2014-08-20 04:44:25Z (TRIAL RELEASE)
- move variable declaration to fix warning under
-Werror=declaration-after-statement, to allow compilation under MSVC
(J.R.Mash, github #3)
0.10 2014-08-16 00:46:35Z (TRIAL RELEASE)
- converted distribution packaging to Dist::Zilla
|
2014-09-06 15:34:17 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.09:
0.09 -- 2014-08-09
- Copy the contents of the %DB::sub entry if it exists; fixes
Devel::NYTProf's anon sub handling (RT#50524, ilmari)
0.08 -- 2014-08-04
- Fix leak when setting a fully-qualified name (ilmari, github#1)
|
2014-07-25 09:25:06 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
Log message:
Update devel/p5-Sub-Name to 0.07.
Changes from previous:
----------------------
0.07 -- 2014-07-11
- skip optional test if B::C 1.48 is not installed (Reini Urban)
0.06 -- 2014-07-10
* Do not change the string arg in XS, use copy instead. Fixes perlcc -O3
RT#96893 (Reini Urban)
* add README make target
* add more distribution metadata
|
2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
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.
|
2011-08-07 14:56:34 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Revision bump after updating perl to 5.14.1
|
2010-09-08 22:35:11 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-Sub-Name from 0.04nb2 to 0.05
pkgsrc changes:
- add license definition
Upstream changes:
0.05 -- Wed Sep 8 00:51 CEST 2010
* Stop using the padlist to refcount GVs. Instead use regular magic. This
allows various modules, including B::Deparse, to safely peek into pads of
(re)named subs (Closes RT#42725) (Goro Fuji).
* Support perl >= 5.13.3 by using the new CvGV_set interface there
(Closes RT#59558).
* Stop using the deprecated PL_no_symref (Closes RT#57843).
|
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!
|