summaryrefslogtreecommitdiff
path: root/www/p5-Apache-Reload
AgeCommit message (Collapse)AuthorFilesLines
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2011-04-14p5-Apache-Reload is now part of ap2-perladam1-9/+4
2011-04-04Changes 0.11:adam2-15/+13
* 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).
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
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-07-12Fix broken build: needs to include ap-perl or ap2-perl's bl3.dholland1-1/+7
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
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-09-13Update from version 0.07nb2 to 0.10, discussed with maintainer.he2-8/+14
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.
2008-06-20Add DESTDIR support.joerg1-1/+2
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 checksums.wiz1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
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.
2004-02-20Import p5-Apache-Reload from pkgsrc-wip. Packaged by Hiramatsuminskim4-0/+25
Yoshifumi and slightly modified by me. Apache::Reload reloads perl modules only if they are changed.