summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-03-15 19:34:08 +0000
committersno <sno@pkgsrc.org>2010-03-15 19:34:08 +0000
commit77fa1a4577801a1bb979b05c6bb870e85d24e7dd (patch)
tree2ecac4491929b4c9c587b2de118e84e0c8d4f903 /www
parentd5dfec793277b1595bea68d00f251a6c1cf8c7df (diff)
downloadpkgsrc-77fa1a4577801a1bb979b05c6bb870e85d24e7dd.tar.gz
Updating www/p5-Apache-Test from 1.30nb1 to 1.31
pkgsrc changes: - Add license definition Upstream changes: 1.31 February 24, 2010 * Modify need_cgi so that it looks for cgi.c instead of cgi. This is a fix for the case insensitive filesystem correction listed below. [Phillipe M. Chiasson] * t/next_available_port.t doesn't need mod_cgid, use need_cgi instead of need_module('mod_cgi.c') [Philippe M. Chiasson] * PR: 21554 Load mod_apreq2.so if it is available [Derek Price, <derek@ximbiot.com>] * Add conditional to ignore IfVersion directive if mod_version is not built. [Adam Prime <adam.prime@utoronto.ca>, Fred Moyer <phred@apache.org>] * PR: 41239 t/TEST -ping does not return a valid return code to the calling shell [ozw1z5rd <alessio.palma@staff.dada.net>] * Prevent infinite loop when no default apxs or httpd is present and repeated attempts to run the test suite under an automated harness (such as a cpan smoke test). Issue reported by CORION and ANDK, PR: 12911 [Fred Moyer <phred@apache.org>] * Use need_module('mod_cgi.c') and need_module('mod_cgid.c') in t/next_available_port.t instead of need_cgi. On case insensitive file systems such as OS X, need_cgi will fulfill the requirement with cgi.pm, when mod_cgi.c is the desired requirement. [Fred Moyer <phred@apache.org>] * Fix overridden get_basic_credentials test when using NTLM authentication [Rick Frankel <cpan@rickster.com>] * Work around a bug introduced in libwww-perl in version 5.820 for httpd's credentials [Gunnar Wolf <gwolf@gwolf.org>, Niko Tyni <ntyni@debian.org>] * Make Apache::TestConfig::untaint_path tolerate undefined arguments [Torsten Foertsch <torsten.foertsch@gmx.net] * Inherit LoadFile directives from the global httpd.conf [Torsten Foertsch <torsten.foertsch@gmx.net] * Don't overwrite php.ini if it already exists PR: 32994 [MAHEX <MAHEX@cpan.org>]
Diffstat (limited to 'www')
-rw-r--r--www/p5-Apache-Test/Makefile7
-rw-r--r--www/p5-Apache-Test/distinfo8
2 files changed, 8 insertions, 7 deletions
diff --git a/www/p5-Apache-Test/Makefile b/www/p5-Apache-Test/Makefile
index 7fe688ba4b1..9317e7a4a35 100644
--- a/www/p5-Apache-Test/Makefile
+++ b/www/p5-Apache-Test/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2008/10/19 19:19:06 he Exp $
+# $NetBSD: Makefile,v 1.14 2010/03/15 19:34:08 sno Exp $
#
-DISTNAME= Apache-Test-1.30
+DISTNAME= Apache-Test-1.31
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+#PKGREVISION= 1
SVR4_PKGNAME= p5apt
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
@@ -11,6 +11,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
MAINTAINER= adam@migus.org
HOMEPAGE= http://search.cpan.org/dist/Apache-Test/
COMMENT= Wrapper for Test.pm to test an Apache server
+LICENSE= apache-2.0
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/www/p5-Apache-Test/distinfo b/www/p5-Apache-Test/distinfo
index d6b7ad72f87..73e314e28cd 100644
--- a/www/p5-Apache-Test/distinfo
+++ b/www/p5-Apache-Test/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2008/04/23 21:25:59 wiz Exp $
+$NetBSD: distinfo,v 1.8 2010/03/15 19:34:08 sno Exp $
-SHA1 (Apache-Test-1.30.tar.gz) = b7dd016d2389fdfe3de7d44282bb06b65e705888
-RMD160 (Apache-Test-1.30.tar.gz) = 8fca3ec211851f7390ecc6c5f8371b407faa862e
-Size (Apache-Test-1.30.tar.gz) = 150711 bytes
+SHA1 (Apache-Test-1.31.tar.gz) = 8e172acf664b599e3beaec48bc97e833e088ce31
+RMD160 (Apache-Test-1.31.tar.gz) = d1bf321ef9f0ec585f8fc8d2b23d34a9fa402c55
+Size (Apache-Test-1.31.tar.gz) = 152080 bytes