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/apache13-ssl/files/patch-FixPatch | |
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@
Diffstat (limited to 'www/apache13-ssl/files/patch-FixPatch')
-rw-r--r-- | www/apache13-ssl/files/patch-FixPatch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/www/apache13-ssl/files/patch-FixPatch b/www/apache13-ssl/files/patch-FixPatch deleted file mode 100644 index 1c293818bb9a..000000000000 --- a/www/apache13-ssl/files/patch-FixPatch +++ /dev/null @@ -1,18 +0,0 @@ ---- FixPatch.orig Sun May 23 13:34:08 1999 -+++ FixPatch Mon May 31 09:03:49 1999 -@@ -112,13 +112,6 @@ - echo "Your version of patch is out-of-date. You need patch 2.1 or 2.5." - fi - --echo -n "Do you want me to apply the fixed-up Apache-SSL patch for you? [n] " --read ans --echo $ans | grep -i "^[ \t]*y" >/dev/null --if [ $? = 0 ]; then -- patch -p1 <SSLpatch.fixed-up --else -- echo "OK, I won't apply the fixed-up patch. I've left it in SSLpatch.fixed-up"; --fi -+patch -p1 <SSLpatch.fixed-up - - exit - |