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-03-22 00:18:22 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Update Module::Pluggable to 3.9. Changes since 3.8:
2009-03-02 - 3.9
Allow inner packages when in a one file situation (suggestion from \
Christopher Brown)
Fix bug with requiring skipped packages (from Jos Boumans)
Oked by he@
|
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=...").
|
2008-05-28 23:50:24 by David Brownlee | Files touched by this commit (2) |
Log message:
Updated devel/p5-Module-Pluggable to 3.8
2008-03-16 - 3.8
Set INSTALLDIRS correctly in Makefile.PL
A couple of other fixups to play nicely in Core
2008-03-12 - 3.7
Ignore editor cruft by default (Dave Rolsky and Matt Trout)
Doc patches (Matt Trout)
Prevent prototype mismatch warnings under Error.pm (Christopher H. Laco)
Don't pick up the ::SUPER pseudo stash in 5.8 (Alex Vandiver)
Make things work under VOS (Nicholas Clark and Paul Green)
Fix warning under Devel::Cover (Brian Cassidy)
Make tests run under Taint again
Get rid of Build.PL
|
2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980) |
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
|
2007-05-27 11:16:28 by Klaus Heinz | Files touched by this commit (2) |
Log message:
Updated to version 3.6.
Pkgsrc changes:
- The package supports installation to DESTDIR.
Changes since version 3.4:
==========================
2007-04-07 - 3.6
Include blead perl patch from Craig Berry that gives better
Module::Pluggable::Object::search_paths portability as
prompted by VMS test failures.
2007-01-29 - 3.5
Patch from Audrey Tang to prevent clobbering of $@
|
2006-12-08 15:58:15 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update p5-Module-Pluggable to 3.4.
from Changes:
2006-11-27 - 3.4
Make sure we don't fail taint checking when other
Module::Pluggable::* modules are installed.
2006-11-24 - 3.3
Few more patches from Jos Boumans to get read for CORE
2006-11-15 - 3.2
Remove Class::Inspector dependency and inline code
Prepare for assimilation into CORE
2006-07-11 - 3.1
Force Test::More version to be latest which stops it trampling on $_
Use Class::Inspector tests to check to see Package is loaded thus
preventing incompatability problems introduced by last patch.
|
2006-08-10 14:53:32 by David Brownlee | Files touched by this commit (2) |
Log message:
Update p5-Module-Pluggable from 2.8 to 3.01
2006-06-07 - 3.01
Fix from Brian Cassidy in Devel::InnerPackage
2006-06-06 - 3.0
Big refactor to split stuff up into more manageable pieces
2006-04-05 - 2.98
Allow the ability to provide the file matching regex
2006-02-06 - 2.97
Patch from Ricardo Signes to fix bug where File::Find
is not topic-safe in 5.6.1
2005-09-01 - 2.96
Patch from Alex Vandiver to sort an edge case where the package
stash to contain "::"
2005-07-30 - 2.95
Patch from Alex Vandiver to sort ::ISA::CACHE issues.
More patches from Christopher H. Laco to sort out only and except
and to fix calling search_path( add => ... ) before plugins()
2005-07-09 - 2.9 More Tainting fixes
Patches from Christopher H. Laco and Joe McMahon to do more taint fixing
Suggestion from Christopher H. Laco to do a can check before instatiating
|
2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257) |
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to \
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
2005-08-06 08:19:41 by Johnny C. Lam | Files touched by this commit (634) | |
Log message:
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
|