2018-05-02 14:19:01 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-autobox: update to 2.86.
2.86 Fri 20 Apr 20:07:29 2018
- GH #9: fix bug which prevented autoboxing working
under the debugger on perl 5.22+ (thanks, skington)
- added t/debugger.t
- GH #8: fix bug which prevented bareword method-calls being
exempted when the method is a variable e.g. Foo->$bar
- add operator-overloading note to the gotchas section (GH #7)
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2017-03-11 11:59:37 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.85
Upstream changes:
2.85 Mon 27 Feb 18:18:19 2017
- fix failing test under 5.25.10 with -Ddefault_inc_excludes_dot
(thanks, Kent Fredric)
|
2016-09-01 16:46:36 by Wen Heping | Files touched by this commit (2) | |
Log message:
Update to 2.84
Upstream changes:
2.84 Fri 26 Aug 20:35:48 2016
- compatibility fix for perl >= 5.25 (thanks, mat813, karenetheridge and \
eserte)
- update ppport.h from 3.20 to 3.35
- add .travis.yml
|
2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236) |
Log message:
Bump PKGREVISION for perl-5.24.
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152) |
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
2015-02-18 13:29:25 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Update to 2.83
--------------
2.83 Sun Feb 1 21:34:01 2015
- RT #100247: fix assertion failures on 5.21.x perls with -DDEBUGGING
(thanks, ilmari and Father Chrysostomos)
- RT #100717: don't hide autobox::universal from PAUSE (thanks, ppisar)
- RT #89754: INSTALLDIRS fix (thanks, Kent Fredric)
|
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-10-27 12:49:50 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.82
Upstream changes:
2.82 Sat Oct 26 12:44:52 2013
- simplify test to avoid portability woes
2.81 Sat Oct 26 11:32:31 2013
- fix failing test on Windows
2.80 Fri Oct 25 19:32:12 2013
- RT #71777: fix segfault in destructor called during global destruction \
(thanks, Tomas Doran)
- added t/rt_71777.t
|