diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-09-02 14:21:59 +0800 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-09-02 14:21:59 +0800 |
commit | 024b3d5c854040aaeb6ce42268f9b8a62bc73836 (patch) | |
tree | d06c1d6d1db80702f09a6e5968719b4c6d434f28 | |
parent | c5aad18587a6352cf8b43b2a520a5f1a874659ae (diff) | |
download | freebsd-ports-gnome-024b3d5c854040aaeb6ce42268f9b8a62bc73836.tar.gz freebsd-ports-gnome-024b3d5c854040aaeb6ce42268f9b8a62bc73836.tar.zst freebsd-ports-gnome-024b3d5c854040aaeb6ce42268f9b8a62bc73836.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 |