2015-01-07 09:56:37 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Fix DEPENDS+= Path typo, thanks wiz@ for review.
|
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.
|
2014-02-24 11:41:52 by Hiramatsu Yoshifumi | Files touched by this commit (2) | |
Log message:
Update devel/p5-Mixin-Linewise to 0.105.
Changes from previous:
----------------------
0.105 2014-02-20 21:53:06-05:00 America/New_York
- update Readers to, by default, use PerlIO::utf8_strict to avoid
problems with CRLF layer on Win32
0.104 2013-12-21 15:19:00-0500 America/New_York
- clean up the docs for changes made in 0.103
0.103 2013-12-19 19:34:04-0500 America/New_York
[THIS MIGHT BREAK YOUR CODE]
- the string methods once again open references to scalars, rather
than using IO::Scalar
|
2013-11-24 05:12:59 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.102
Upstream changes:
0.102 2013-11-02 11:36:22 America/New_York
- revert the IO::String changes found in 0.101
0.101 2013-11-02 08:00:43 America/New_York
[THIS MIGHT BREAK YOUR CODE]
- tweak how read_string handles non-ASCII strings; needs further
automated testing, so be sure to run your test suites
0.100 2013-10-18 15:55:59 America/New_York (TRIAL RELEASE)
[THIS MIGHT BREAK YOUR CODE]
- add binmode option to set binmode on opened filehandles; this
defaults to encoding(UTF-8); thanks, David Golden!
- typo fix by the inimitable David Steinbrunner
0.004 2013-06-18 17:30:31 America/New_York
repackage
|
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-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-02-16 11:22:01 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-Mixin-Linewise from 0.002 to 0.003
pkgsrc changes:
- Adjust dependencies
- Add license definition
- Add module type
Upstream changes:
0.003 2010-02-14
add Test::More prereq
|