diff --git a/www/p5-Apache-Filter/Makefile b/www/p5-Apache-Filter/Makefile index 298c1ad2b976..df1202dd053a 100644 --- a/www/p5-Apache-Filter/Makefile +++ b/www/p5-Apache-Filter/Makefile @@ -7,6 +7,7 @@ PORTNAME= Apache-Filter PORTVERSION= 1.018 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache diff --git a/www/p5-Apache-Filter/files/patch-Makefile.PL b/www/p5-Apache-Filter/files/patch-Makefile.PL index 8668c4982fef..1261ef856402 100644 --- a/www/p5-Apache-Filter/files/patch-Makefile.PL +++ b/www/p5-Apache-Filter/files/patch-Makefile.PL @@ -1,10 +1,11 @@ ---- Makefile.PL.orig Wed May 2 15:21:00 2001 -+++ Makefile.PL Wed May 2 15:21:25 2001 +--- Makefile.PL.orig Sun Apr 8 15:24:25 2001 ++++ Makefile.PL Sat May 26 15:36:16 2001 @@ -1,14 +1,14 @@ use strict; use ExtUtils::MakeMaker; -use lib 't/lib'; # distributed here until changes are incorporated into the real version --use Apache::test qw(have_httpd); ++# use lib 't/lib'; # distributed here until changes are incorporated into the real version + use Apache::test qw(have_httpd); - -my %params = Apache::test->get_test_params(); -chomp (my $cwd = `pwd`); @@ -12,8 +13,6 @@ - (%params, - include => do {local $/; }); -*MY::test = sub { Apache::test->MM_test(%params) } if have_httpd(); -+# use lib 't/lib'; # distributed here until changes are incorporated into the real version -+# use Apache::test qw(have_httpd); +# +# my %params = Apache::test->get_test_params(); +# chomp (my $cwd = `pwd`); @@ -24,3 +23,13 @@ my $module = 'Apache::Filter'; my ($name, $dir); +@@ -28,9 +28,6 @@ + ), + }, + 'clean' => {FILES => "t/httpd t/httpd.conf t/error_log"}, +- 'PREREQ_PM' => { +- have_httpd() ? ('mod_perl' => '1.24_01') : (), +- }, + ); + + ##################################################################