diff options
author | alex <alex@FreeBSD.org> | 2001-05-09 17:54:31 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-05-09 17:54:31 +0800 |
commit | d355d6d600f6cfdefca0b3df9f8ae9fe84b5ddac (patch) | |
tree | 7f847152a58f24e7cd3f0d01e13cb6c94374caf8 /www | |
parent | a44976ee979728df6a77658b2c3bf58ec698c190 (diff) | |
download | freebsd-ports-gnome-d355d6d600f6cfdefca0b3df9f8ae9fe84b5ddac.tar.gz freebsd-ports-gnome-d355d6d600f6cfdefca0b3df9f8ae9fe84b5ddac.tar.zst freebsd-ports-gnome-d355d6d600f6cfdefca0b3df9f8ae9fe84b5ddac.zip |
- Update to 1.018
- plist fixes
PR: 27030
Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-Filter/Makefile | 2 | ||||
-rw-r--r-- | www/p5-Apache-Filter/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Apache-Filter/files/patch-Makefile.PL | 20 | ||||
-rw-r--r-- | www/p5-Apache-Filter/pkg-plist | 4 |
4 files changed, 19 insertions, 9 deletions
diff --git a/www/p5-Apache-Filter/Makefile b/www/p5-Apache-Filter/Makefile index 05bf7531737d..298c1ad2b976 100644 --- a/www/p5-Apache-Filter/Makefile +++ b/www/p5-Apache-Filter/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Apache-Filter -PORTVERSION= 1.016 +PORTVERSION= 1.018 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache diff --git a/www/p5-Apache-Filter/distinfo b/www/p5-Apache-Filter/distinfo index dd09d5447e38..cbbaf3136f54 100644 --- a/www/p5-Apache-Filter/distinfo +++ b/www/p5-Apache-Filter/distinfo @@ -1 +1 @@ -MD5 (Apache-Filter-1.016.tar.gz) = bff9089882d3f9834fafa1822a4f37f6 +MD5 (Apache-Filter-1.018.tar.gz) = ac3bb8ab1bda2e247d35a1bb5ab33fe7 diff --git a/www/p5-Apache-Filter/files/patch-Makefile.PL b/www/p5-Apache-Filter/files/patch-Makefile.PL index 0bb031f28800..8668c4982fef 100644 --- a/www/p5-Apache-Filter/files/patch-Makefile.PL +++ b/www/p5-Apache-Filter/files/patch-Makefile.PL @@ -1,16 +1,26 @@ ---- Makefile.PL.orig Mon Apr 2 16:06:30 2001 -+++ Makefile.PL Mon Apr 2 16:06:59 2001 -@@ -1,13 +1,4 @@ +--- Makefile.PL.orig Wed May 2 15:21:00 2001 ++++ Makefile.PL Wed May 2 15:21:25 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; +-use Apache::test qw(have_httpd); - -my %params = Apache::test->get_test_params(); -chomp (my $cwd = `pwd`); -Apache::test->write_httpd_conf - (%params, - include => do {local $/; <DATA>}); --*MY::test = sub { Apache::test->MM_test(%params) }; +-*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`); ++# Apache::test->write_httpd_conf ++# (%params, ++# include => do {local $/; <DATA>}); ++# *MY::test = sub { Apache::test->MM_test(%params) } if have_httpd(); my $module = 'Apache::Filter'; my ($name, $dir); diff --git a/www/p5-Apache-Filter/pkg-plist b/www/p5-Apache-Filter/pkg-plist index 60c3b5552e76..b39412856f38 100644 --- a/www/p5-Apache-Filter/pkg-plist +++ b/www/p5-Apache-Filter/pkg-plist @@ -1,7 +1,7 @@ lib/perl5/site_perl/%%PERL_VER%%/Apache/PerlRunFilter.pm lib/perl5/site_perl/%%PERL_VER%%/Apache/Filter.pm lib/perl5/site_perl/%%PERL_VER%%/Apache/RegistryFilter.pm -@unexec rmdir lib/perl5/site_perl/%%PERL_VER%%/Apache 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Apache 2>/dev/null || true lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Filter/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Filter -@unexec rmdir lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true |