2015-03-16 00:51:30 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Update to 1.12
--------------
1.12 2015.02.23
- Allow to use true blocking calls. (RT#102305)
|
2015-02-14 10:36:07 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(pkgsrc)
- Add ${PERL5_LICENSE}
(upstream)
- Update 0.79 to 1.11
-------------------
1.11 2015.01.30
- Promote to non-dev release.
1.10_2 2015.01.25
- Put the problematic test as a TODO.
1.10_1 2015.01.22
- Increase timeouts in test to address FreeBSD failures.
1.09 2015.01.08
- Test was failing on Windows platforms. (Yanick Champoux)
1.08 2015.01.07
- New helper functions 'max_procs', 'running_procs' and
'wait_for_available_procs'. GH#4 (Yanick Champoux)
- Play nicer with calls to 'waitpid' done outside of P::FM.
GH#3 (Yanick Champoux)
1.07 2014.11.10
- Increase minimal Test::Simple requirement RT #92801
- Implement better style and practices in the examples in the POD.
(Shlomi Fish)
1.06 Tue Dec 24 22:37:54 2013
- Remove temporary directory only if it was an automatically
generated one. Now fixed. (Shoichi Kaji) RT #89590
(johantheolive)
1.05 Wed Sep 18 10:53:33 2013
- Remove temporary directory only if it was an automatically
generated one. (reported by Manuel Jeckelmann)
1.04 Tue Sep 3 09:46:28 2013
- Require File::Path 2.0 to support Perl 5.8 (Ian Burrell)
- fix some typos #88358 (David Steinbrunner)
- documentation fixes #84337 (Damyan Ivanov)
1.03 Wed Mar 6 11:14:13 2013
- Use second parameter from new() that was unused in the last few released. \
(Michael Gang)
1.02 Mon Dec 24 13:27:03 2012
- Fix test for Windows.
1.01 Sun Dec 23 21:30:30 2012
- Disable utf8 test on Windows where it is a perl bug.
- Change version number scheme to two parts.
1.0.0 Sun Dec 23 12:25:46 2012
- Fixing RT 68298 - Insecure /tmp file handling using
File::Temp::tempdir by John Lightsey (LIGHTSEY)
- Adding another callback example and several tests
Gabor Szabo (SZABGAB)
|
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-30 08:42:00 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 0.7.9:
* Exclude the example scripts from getting installed.
Changes 0.7.8:
* Make $VERSION compatible with the most perl versions possible
Changes 0.7.7:
* Small distribution fixes
|
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-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.
|