Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
are called p5-*.
I hope that's all of them.
|
|
|
|
|
|
* Ignore require-hooks which exist in %INC
* Reloads by file, not module name
* Add a no Apache::Reload directive which skips reloading for modules that have
it included (useful for Moose compatibility).
|
|
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!
|
|
|
|
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=...").
|
|
Pkgsrc changes:
o Revert MAINTAINER to pkgsrc-users@ as directed by maintainer
o Allow this package to work both with apache13 and newer versions
o Add HOMEPAGE using search.cpan.org
o (Committed even though I could not get "make test" going.)
Upstream changes:
0.10 February 25, 2008
Add make disttest procedure to RELEASE document - fred
Check for Apache::Test version 1.30, needed to run tests - fred
Apache::Reload and Apache2::Reload bundled for CPAN release
This release incorporates unreleased changes in 0.08 and 0.09
[Fred Moyer <fred@redhotpenguin.com>]
0.09
Apache2::Reload was part of mod_perl2 core in this version
0.08
Remove modified modules before reloading them [Javier Ureuen Val]
Imported from v0.07 into ASF SVN [Philip M. Gollucci <pgollucci@p6m7g8.com>]
Matt Sergeant <matt@sergeant.org> has donated Apache-Reload to the ASF.
|
|
|
|
can handle packages having no PLIST files.
|
|
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
|
|
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}. There is no change to the binary
packages.
|
|
|
|
|
|
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
|
|
Yoshifumi and slightly modified by me.
Apache::Reload reloads perl modules only if they are changed.
|