summaryrefslogtreecommitdiff
path: root/www/p5-Apache-Test
diff options
context:
space:
mode:
authorcube <cube>2006-04-19 17:17:24 +0000
committercube <cube>2006-04-19 17:17:24 +0000
commitce155b31662042466b08fbc1ace019c73b281f0e (patch)
tree84e71a1a2376b068cf69fc2551af93a12ddecb93 /www/p5-Apache-Test
parenta1f9f844a8494a5545eae39a50d0d318405110c2 (diff)
downloadpkgsrc-ce155b31662042466b08fbc1ace019c73b281f0e.tar.gz
Update to version 1.28. Register conflict with ap2-perl.
1.28 - February 22, 2006 - add need_imagemap() and have_imagemap() to check for mod_imap or mod_imagemap (Colm MacCárthaigh) - shortcuts like need_cgi() and need_php() no longer spit out bogus skip messages (Geoffrey Young) - Adjust Apache::TestConfig::untaint_path() to handle relative paths that don't start with /. (Stas) - If perlpath is longer than 62 chars, some shells on certain platforms won't be able to run the shebang line, so when seeing a long perlpath use the eval workaround (Mike Smith) - Location of the pid file is now configurable via the command line -t_pid_file option (Joe Orton) - remove the mod_perl.pm entry from %INC after Apache::Test finishes initializing itself. Because both mp1 and mp2 share the entry, leaving it around means that Apache::Test might prevent later modules from loading the real mod_perl module they're interested in, leading to bad things (Geoffrey Young) - use which("cover") to find the cover utility from Devel::Cover and run it only if found. (Stas) - Devel::Cover magic is now fully integrated. no more modperl_extra.pl or extra.conf.in fiddling - 'make testcover' should be all you need to do now (Geoffrey Young) - Implemented a magic @NextAvailablePort@ to be used in config files to automatically allocate the next available port (Stas) - Adjust Apache::TestConfig::add_inc to add lib/ in separate call to lib::->import at the very end of @INC manipulation to ensure it'll be on top of @INC. For some reason lib has changed to add directories in a different order than it did before. (Stas)
Diffstat (limited to 'www/p5-Apache-Test')
-rw-r--r--www/p5-Apache-Test/Makefile6
-rw-r--r--www/p5-Apache-Test/distinfo8
2 files changed, 8 insertions, 6 deletions
diff --git a/www/p5-Apache-Test/Makefile b/www/p5-Apache-Test/Makefile
index 73630b8b2e9..c2f67c54405 100644
--- a/www/p5-Apache-Test/Makefile
+++ b/www/p5-Apache-Test/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2005/11/23 22:19:50 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2006/04/19 17:17:24 cube Exp $
#
-DISTNAME= Apache-Test-1.27
+DISTNAME= Apache-Test-1.28
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5apt
CATEGORIES= www perl5
@@ -11,6 +11,8 @@ MAINTAINER= adam@migus.org
HOMEPAGE= http://search.cpan.org/dist/Apache-Test/
COMMENT= Wrapper for Test.pm to test an Apache server
+CONFLICTS+= ap2-perl-[0-9]*
+
PERL5_PACKLIST= auto/Apache/Test/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/www/p5-Apache-Test/distinfo b/www/p5-Apache-Test/distinfo
index e9892b98d57..0c57575394d 100644
--- a/www/p5-Apache-Test/distinfo
+++ b/www/p5-Apache-Test/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2005/11/23 22:19:50 wiz Exp $
+$NetBSD: distinfo,v 1.5 2006/04/19 17:17:24 cube Exp $
-SHA1 (Apache-Test-1.27.tar.gz) = fb8eef67f7bb3870255fdd6aa0e5a9fbf4ffe77e
-RMD160 (Apache-Test-1.27.tar.gz) = efbd406fd1d9006770d0063056f77a47f61a844b
-Size (Apache-Test-1.27.tar.gz) = 147015 bytes
+SHA1 (Apache-Test-1.28.tar.gz) = d7614aea5a8d391edfd5d46d40c1d4c577311650
+RMD160 (Apache-Test-1.28.tar.gz) = 4d937baef75b563cdfddc98eb6eeb3bed26a3c86
+Size (Apache-Test-1.28.tar.gz) = 149856 bytes