From 98a9fa7651fe2f899387eb9838f5a63fc297094e Mon Sep 17 00:00:00 2001 From: william Date: Tue, 6 Sep 2011 00:54:47 +0000 Subject: [PATCH] Long overdue update to nginx-1.0.5 Includes the manpage diff to remove a nonexistent Xr that was suggested by jirib on ports@ ages ago ok rpointel jasper jeremy (passenger FLAVOR) thanks very much to the okayers for testing multiple diffs I never got around to committing. --- www/nginx/Makefile | 4 ++-- www/nginx/distinfo | 10 +++++----- www/nginx/patches/patch-man_nginx_8 | 16 ++++++++++++++++ 3 files changed, 23 insertions(+), 7 deletions(-) create mode 100644 www/nginx/patches/patch-man_nginx_8 diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 5e699e13974..e537cf5a725 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.42 2011/06/14 03:08:05 william Exp $ +# $OpenBSD: Makefile,v 1.43 2011/09/06 00:54:47 william Exp $ COMMENT= robust and small HTTP server and mail proxy server -DISTNAME= nginx-1.0.4 +DISTNAME= nginx-1.0.5 CATEGORIES= www HOMEPAGE= http://nginx.org/ diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 2eefe235071..b874dfd27db 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,5 +1,5 @@ -MD5 (nginx-1.0.4.tar.gz) = 0j9uawe1esBh55Cx7WS7mA== -RMD160 (nginx-1.0.4.tar.gz) = N4swPtkdx2zaEvKYSybDqukzdZk= -SHA1 (nginx-1.0.4.tar.gz) = BJa3N35YMRZJfxhFMAPLoyaUF+k= -SHA256 (nginx-1.0.4.tar.gz) = /1T33uo9xp2kZ/O0wsgWfVlnoJZFEUjtNi4g+wID8EM= -SIZE (nginx-1.0.4.tar.gz) = 661444 +MD5 (nginx-1.0.5.tar.gz) = Nzx3YafGgrkrFkyO49bSQw== +RMD160 (nginx-1.0.5.tar.gz) = Df/Zf8WbcG4RMS8l95N7enSstWw= +SHA1 (nginx-1.0.5.tar.gz) = NEGLuMqt6aEgTG3a/Die3s4FJhc= +SHA256 (nginx-1.0.5.tar.gz) = uMbfTlWkFCW1e6DeXtioRyLc6w63+7QSP3+PMUdjyN8= +SIZE (nginx-1.0.5.tar.gz) = 662122 diff --git a/www/nginx/patches/patch-man_nginx_8 b/www/nginx/patches/patch-man_nginx_8 new file mode 100644 index 00000000000..217f5f0423d --- /dev/null +++ b/www/nginx/patches/patch-man_nginx_8 @@ -0,0 +1,16 @@ +$OpenBSD: patch-man_nginx_8,v 1.1 2011/09/06 00:54:47 william Exp $ + +Remove nonexistent reference until upstream creates it. + + +--- man/nginx.8.orig Fri Jul 1 22:55:04 2011 ++++ man/nginx.8 Fri Jul 1 22:55:15 2011 +@@ -176,8 +176,6 @@ nginx -t -c ~/mynginx.conf -g "pid /var/run/mynginx.pi + Test configuration file + .Pa ~/mynginx.conf + with global directives for PID and quantity of worker processes. +-.Sh SEE ALSO +-.Xr nginx.conf 5 + .Sh HISTORY + Development of + .Nm