diff options
author | osa <osa@FreeBSD.org> | 2008-12-03 16:58:58 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2008-12-03 16:58:58 +0800 |
commit | 3039971c5d40136828de14f5434fe469104bb8c7 (patch) | |
tree | c2a9eb6a73ff95de7c318ef6c7583c51a3db1260 | |
parent | f39e221025d20c33e6647bb0d52d66e625cd303f (diff) | |
download | freebsd-ports-gnome-3039971c5d40136828de14f5434fe469104bb8c7.tar.gz freebsd-ports-gnome-3039971c5d40136828de14f5434fe469104bb8c7.tar.zst freebsd-ports-gnome-3039971c5d40136828de14f5434fe469104bb8c7.zip |
Actually remoce needless patch.
Do not bump PORTREVISION.
-rw-r--r-- | www/nginx/files/patch-src::http::nginx_http.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/www/nginx/files/patch-src::http::nginx_http.c b/www/nginx/files/patch-src::http::nginx_http.c deleted file mode 100644 index e6cd2d60ff8e..000000000000 --- a/www/nginx/files/patch-src::http::nginx_http.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/http/ngx_http.c.orig 2008-03-24 16:04:02.000000000 +0300 -+++ src/http/ngx_http.c 2008-08-27 22:11:11.000000000 +0400 -@@ -558,6 +558,7 @@ - - in_addr[a].core_srv_conf = cscfp[s]; - in_addr[a].default_server = 1; -+ in_addr[a].listen_conf = &lscf[l].conf; - } - - goto found; |