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.
This commit is contained in:
william 2011-09-06 00:54:47 +00:00
parent 3aefe375e7
commit 98a9fa7651
3 changed files with 23 additions and 7 deletions

View File

@ -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/

View File

@ -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

View File

@ -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