summaryrefslogtreecommitdiff
path: root/www/p5-Apache-Reload/Makefile
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2008-09-13 18:17:17 +0000
committerhe <he@pkgsrc.org>2008-09-13 18:17:17 +0000
commit9cd2d6545c1f962a638005b2b619785a987a0f20 (patch)
treeccd054f4ddf20a3265a0461a0474da28c6b5c85b /www/p5-Apache-Reload/Makefile
parent924b69f1491a870df515210f18c3f043fc78a4a9 (diff)
downloadpkgsrc-9cd2d6545c1f962a638005b2b619785a987a0f20.tar.gz
Update from version 0.07nb2 to 0.10, discussed with maintainer.
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.
Diffstat (limited to 'www/p5-Apache-Reload/Makefile')
-rw-r--r--www/p5-Apache-Reload/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/www/p5-Apache-Reload/Makefile b/www/p5-Apache-Reload/Makefile
index d835c98c314..55179e02a9a 100644
--- a/www/p5-Apache-Reload/Makefile
+++ b/www/p5-Apache-Reload/Makefile
@@ -1,20 +1,26 @@
-# $NetBSD: Makefile,v 1.6 2008/06/20 01:09:41 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2008/09/13 18:17:17 he Exp $
#
-DISTNAME= Apache-Reload-0.07
+DISTNAME= Apache-Reload-0.10
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5arl
-PKGREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
-MAINTAINER= hiramatu@boreas.dti.ne.jp
+HOMEPAGE= http://search.cpan.org/dist/Apache-Reload/
+MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Perl5 module to reload changed modules
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
+.include "../../mk/apache.mk"
+
+.if (${PKG_APACHE} == "apache13")
PERL5_PACKLIST= auto/Apache/Reload/.packlist
+.else
+PERL5_PACKLIST= auto/Apache2/Reload/.packlist
+.endif
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"