pkgsrc/www/p5-Apache-Test/Makefile
sno 77fa1a4577 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>]
2010-03-15 19:34:08 +00:00

24 lines
583 B
Makefile

# $NetBSD: Makefile,v 1.14 2010/03/15 19:34:08 sno Exp $
#
DISTNAME= Apache-Test-1.31
PKGNAME= p5-${DISTNAME}
#PKGREVISION= 1
SVR4_PKGNAME= p5apt
CATEGORIES= www perl5
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
CONFLICTS+= ap2-perl-[0-9]*
USE_LANGUAGES= # none
PERL5_PACKLIST= auto/Apache/Test/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"