diff options
author | sem <sem@FreeBSD.org> | 2004-09-02 14:21:59 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-09-02 14:21:59 +0800 |
commit | e805941299afdd82ce7aa471c038d1569be2982e (patch) | |
tree | ff9d2dfed5807b65e7830ded40915e1b78796f6b | |
parent | d887e071836088312c74c0ba22724ef271cca65a (diff) | |
download | freebsd-ports-gnome-e805941299afdd82ce7aa471c038d1569be2982e.tar.gz freebsd-ports-gnome-e805941299afdd82ce7aa471c038d1569be2982e.tar.zst freebsd-ports-gnome-e805941299afdd82ce7aa471c038d1569be2982e.zip |
Add/Delete missed files.
-rw-r--r-- | www/p5-Apache-AuthCookie/files/patch-Makefile.PL | 10 | ||||
-rw-r--r-- | www/p5-Apache-AuthCookie/files/patch-t::lib::Apache::test.pm | 0 |
2 files changed, 10 insertions, 0 deletions
diff --git a/www/p5-Apache-AuthCookie/files/patch-Makefile.PL b/www/p5-Apache-AuthCookie/files/patch-Makefile.PL new file mode 100644 index 000000000000..19c0430111ec --- /dev/null +++ b/www/p5-Apache-AuthCookie/files/patch-Makefile.PL @@ -0,0 +1,10 @@ +--- Makefile.PL.orig Fri Aug 1 17:10:09 2003 ++++ Makefile.PL Sat Mar 6 12:23:30 2004 +@@ -89,6 +89,7 @@ + } + + sub mod_perl_version { ++ eval { require Apache2 }; + eval { + require mod_perl + }; diff --git a/www/p5-Apache-AuthCookie/files/patch-t::lib::Apache::test.pm b/www/p5-Apache-AuthCookie/files/patch-t::lib::Apache::test.pm deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/www/p5-Apache-AuthCookie/files/patch-t::lib::Apache::test.pm +++ /dev/null |