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-21 08:11:38 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-PathTools from 3.31nb1 to 3.33
pkgsrc changes:
- adjust license
Upstream changes since 3.31:
3.33 - Mon Sep 20 18:00:00 2010
- No functional changes since the previous release.
- Fixes POD links
(part of core change2a6dc37471bea77f0c24fd1fe90c598a270c9968,
Florian Ragwitz)
3.32 - Sun Sep 19 18:00:00 2010
- Promote to stable release.
3.31_03 - Fri Sep 17 20:00:00 2010
- Colon delimiter and escaped delimiters for File::Spec::VMS
This is core change 61196b433b2b (Craig A. Berry)
3.31_02 - Fri Jul 23 20:00:00 2010
- Add TODO test for File::Spec->rel2abs() when under a symlink.
- Make catpath return an empty directory rather than the current
directory if the directory name is empty. This allows catpath
to play nice with non-rooted logical names, as in
catpath('sys$login:', '', 'login.com');
(Craig A. Berry)
- Fix abs2rel bug in handling a Unix-style input.
(Craig A. Berry)
- Assorted clarification and simplification of the documentation.
(Craig A. Berry)
|
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-11-11 21:55:37 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update p5-PathTools from version 3.30 to version 3.31.
Upstream changes:
3.31 - Sun Nov 1 15:15:00 2009
- Do not pack a Build.PL to avoid a circular dependency involving
ExtUtils::CBuilder (PathTools RT #50749)
|
2009-05-17 16:47:12 by Jens Rehsack | Files touched by this commit (2) |
Log message:
PkgSrc changes:
- Updating package for p5 PathTools modules (Cwd, File::Spec, ...) from
3.29 to 3.30
- Setting license to gnu-gpl-v2
Upstream changes:
3.30 - Sun May 10 10:55:00 2009
- Promote to stable release.
3.29_01 - Thu May 7 20:22:00 2009
- Minor fixes for QNX6. [Sean Boudreau]
- Update to support VMS in Unix compatible mode and/or file names using
extended character sets. (RT #42154) [John Malmberg]
- VMS support for Unix and extended file specifications in File::Spec
(RT #42153) [John Malmberg]
|
2009-04-24 19:15:24 by Jens Rehsack | Files touched by this commit (24) |
Log message:
Modify dependencies to perl-modules which are deployed with the perl-core,
mainly Scalar::Util and List::Util
|
2009-02-22 19:09:24 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 3.29:
3.29 - Wed Oct 29 20:48:11 2008
- Promote to stable release.
3.28_03 - Mon Oct 27 22:12:11 2008
- In Cwd.pm, pass the un-munged $VERSION to XSLoader/DynaLoader,
otherwise development releases fail tests on Win32.
3.28_02 - Mon Oct 27 20:13:11 2008
- Fixed some issues on QNX/NTO related to paths with double
slashes. [Matt Kraai & Nicholas Clark]
3.28_01 - Fri Jul 25 21:18:11 2008
- Fixed and clarified the behavior of splitpath() with a $no_file
argument on VMS. [Craig A. Berry, Peter Edwards]
- Removed some function prototypes and other Perl::Critic violations.
- canonpath() and catdir() and catfile() on Win32 now make an
explicit (and unnecessary) copy of their arguments right away,
because apparently if we don't, we sabotage all of Win32dom. [RT
#33675]
- The Makefile.PL now has 'use 5.005;' to explicitly show what
minimum version of perl we support. [Spotted by Alexandr Ciornii]
3.2701 - Mon Feb 11 21:43:51 2008
- Fixed an edge case for Win32 catdir('C:', 'foo') and catfile('C:',
'foo.txt') (which the caller's not really supposed to do, that's
what catpath() is for) that changed between versions. Now we're
back to the old behavior, which was to return C:\foo and C:\foo.txt .
[Audrey Tang]
|