2015-02-15 09:20:54 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Update 1.28 to 1.34
-------------------
1.34, 2013-12-25
* Make synopsis examples work (tadzik)
1.33, 2013-12-13
* Fix RT #90070: Improve pod for sorted @$set in list context vs
unsorted ->elements (ftobin)
* Fix RT #87658: Typo in pod (dsteinbrunner)
1.32, 2013-05-15 rurban (released 2013-12-13)
* Reverts Changes.pod patch RT#85244 as it conflicts with the
Set::Object pod on metacpan. Also RT #85246
1.31, 2013-05-13 rurban
* Changes.pod patch by Gregor Hermann, debian perl group - RT#85244
1.30, 2013-04-04 rurban (new maintainer)
* Fixes for 5.16 and newer - RT#83426 Sort by member names, not the
refs. Fix wrong weak test with globals. Changed to lexicals and use
strict/warnings.
* Fix t/misc/segfault.t, check SvMAGICAL before doing "mg_find"
* Fixed wrong C format types in warnings and \
"SET_OBJECT_MAGIC_backref".
Added PREREQ_PMs, make Test::LeakTrace and Moose an optional
dependency for t/misc/more_leaks.t
* Improve thread-safety (forbid concurrent writes), but still dealing
with Attempt to free non-existent shared string and Unbalanced string
table refcount: (1) for "8" during global destruction. - RT #22760
* Add missing typemap entry const char * for 5.6
1.29, 13 Feb 2013
* Fixed a typo in a function which really shouldn't exist - RT#79653
* Marked a couple of functions as deprecated for removal (including the
above function).
* Fixed the magic cleanup code to use the appropriate macro/function to
clean up the magic list instead of trying to do it itself.
Unsurprisingly, fixes a memory leak. (RT#69967, also RT#67289)
|
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-14 14:26:51 by OBATA Akio | Files touched by this commit (406) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2010-09-01 08:06:58 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-Set-Object from 1.27nb1 to 1.28
pkgsrc changes:
- add license definition
Upstream changes:
1.28, 22 Jul 2010
* Fixed a portability concern for some platforms' C compilers
(that do not support //-style comments) - RT#52690
* Valid SIGNATURE file - RT#50492
|
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!
|
2009-06-13 08:46:48 by Roland Illig | Files touched by this commit (67) |
Log message:
Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
|
2009-01-21 00:48:57 by Havard Eidnes | Files touched by this commit (3) |
Log message:
Update from version 1.26 to 1.27.
Pkgsrc changes:
o Remove patch, no longer needed
Upstream changes:
1.27, 15 Jan 2009
o Fix a typo that affected building against Perls with debugging
enabled.
o A minor #define refactor (Yuval).
o Squash some long-standing warnings I had been ignoring for ages and
Havard Eidnes prompted me to fix by logging an RT ticket for it.
o Squash some global clean-up warnings.
|