pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Apache-Reload Update from version 0.07nb2 to 0....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3dd5f7bfb88
branches:  trunk
changeset: 547192:c3dd5f7bfb88
user:      he <he%pkgsrc.org@localhost>
date:      Sat Sep 13 18:17:17 2008 +0000

description:
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@localhost>]

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@localhost>]

    Matt Sergeant <matt%sergeant.org@localhost> has donated Apache-Reload to the ASF.

diffstat:

 www/p5-Apache-Reload/Makefile |  14 ++++++++++----
 www/p5-Apache-Reload/distinfo |   8 ++++----
 2 files changed, 14 insertions(+), 8 deletions(-)

diffs (47 lines):

diff -r 07fa54749648 -r c3dd5f7bfb88 www/p5-Apache-Reload/Makefile
--- a/www/p5-Apache-Reload/Makefile     Sat Sep 13 18:15:02 2008 +0000
+++ b/www/p5-Apache-Reload/Makefile     Sat Sep 13 18:17:17 2008 +0000
@@ -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@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Apache-Reload/
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 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"
diff -r 07fa54749648 -r c3dd5f7bfb88 www/p5-Apache-Reload/distinfo
--- a/www/p5-Apache-Reload/distinfo     Sat Sep 13 18:15:02 2008 +0000
+++ b/www/p5-Apache-Reload/distinfo     Sat Sep 13 18:17:17 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 14:08:35 wiz Exp $
+$NetBSD: distinfo,v 1.3 2008/09/13 18:17:17 he Exp $
 
-SHA1 (Apache-Reload-0.07.tar.gz) = 7f7faf9b349000a01bd309c5b75d5181d56cf5a5
-RMD160 (Apache-Reload-0.07.tar.gz) = 1ebcfe5e6f6d9c6d93d8ca680fecd25e7e20f35e
-Size (Apache-Reload-0.07.tar.gz) = 3266 bytes
+SHA1 (Apache-Reload-0.10.tar.gz) = dcac8fcc6d28adef88a8bfc205f2a035d0370618
+RMD160 (Apache-Reload-0.10.tar.gz) = db46e221523d25a9dfc0df2ef52266f00a0f5e1b
+Size (Apache-Reload-0.10.tar.gz) = 17441 bytes



Home | Main Index | Thread Index | Old Index