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.
|
2012-01-26 13:52:48 by Ulrich Habel | Files touched by this commit (2) |
Log message:
Updated to 1.04
ChangeLog:
1.04 Thu 1 Dec 2011 - Adam Kennedy
- Added the experimental :early debugging pragma to cause warnings
to be emitted immediately. This should stay off otherwise (ADAMK)
1.03 Tue 2 Aug 2011 - Adam Kennedy
- Test::Builder and Test::Tester dependencies were the wrong way
around, corrected (ADAMK)
|
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-14 07:59:50 by Jens Rehsack | Files touched by this commit (2) | |
Log message:
Updating devel/p5-Test-NoWarnings from 1.01nb1 to 1.02
pkgsrc changes:
- change the comment to be less personally
- bump Test::Tester dependency
Upstream changes:
1.02 Thu 9 Sep 2010 - Adam Kennedy
- Don't "use warnings" anywhere inside of Test::NoWarnings::* just
in case we trigger a recursive warning handler in future (ADAMK)
- Remove the need for a private variable when detecting
Devel::StackTrace support (ADAMK)
- Don't import unused functions from Carp or Test::Builder (ADAMK)
- Minor documentation tweaks (ADAMK)
- Correct the repository metadata in META.yml (ADAMK)
- Minor cleanups in the eumm-update generated code (ADAMK)
- Added a dedicated compile test (ADAMK)
|
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-01-17 02:06:52 by Jens Rehsack | Files touched by this commit (2) | |
Log message:
Updating devel/p5-Test-NoWarnings from 0.084nb1 to 1.01
pkgsrc changes:
- Adding license definition
Upstream changes:
1.01 15 Jan 2010 - Adam Kennedy
- My release automation accidentally decided that Test::NoWarnings
was a Perl licensed distribution. Added in the appropriate changes
to make sure it is correctly built with the LGPL license.
1.00 11 Jan 2010 - Adam Kennedy
- Cleaned and updated the packaging of the module, the dependencies
and the Makefile.PL contents, but otherwise remains unchanged (ADAMK)
- Now makes explicit the Perl 5.006 dependency that was previously
an undocumented implicit dependency (ADAMK)
|
2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
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=...").
|
2007-12-11 12:58:04 by Ulrich Habel | Files touched by this commit (2) | |
Log message:
- updated package to 0.084
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
0.084
Perl 5.005 throws a warning when accessing $Carp::VERSION and was
causing a test to fail.
0.083
Finally got rid of INSTALLDIRS => 'perl' from Makefile.PL. It should
never have been there but removing it could cause hassle because of
Perl's weird ordering of include directories. Basically if an older
version exists in the 'perl' installdir it could be picked up instead
of the newer version.
|