diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
commit | 2c96f26a12ae4d0474c70d61c6cab483c2865f49 (patch) | |
tree | 3d7591c78a947273efae6c582aacdca524e69528 /www/p5-Apache-Compress/files/patch-Makefile.PL | |
parent | - Move all the fetching into fetch phase (diff) |
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 )
with hat apache@
Notes
Notes:
svn path=/head/; revision=288378
Diffstat (limited to 'www/p5-Apache-Compress/files/patch-Makefile.PL')
-rw-r--r-- | www/p5-Apache-Compress/files/patch-Makefile.PL | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/www/p5-Apache-Compress/files/patch-Makefile.PL b/www/p5-Apache-Compress/files/patch-Makefile.PL deleted file mode 100644 index 261839428413..000000000000 --- a/www/p5-Apache-Compress/files/patch-Makefile.PL +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile.PL.orig Tue Sep 9 20:16:44 2003 -+++ Makefile.PL Tue Sep 9 20:17:08 2003 -@@ -2,12 +2,12 @@ - use lib 't/lib'; # distributed here until changes are incorporated into the real version - use Apache::test; - --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 %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 $module = 'Apache::Compress'; - my ($name, $dir); |