diff options
author | joerg <joerg@pkgsrc.org> | 2011-06-10 10:36:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-06-10 10:36:18 +0000 |
commit | 9b2975d49edee1480c46cfda7e715cef43f77b04 (patch) | |
tree | aaff025ef6a1d36e5ae6737e0a685522e3c49e0b /www | |
parent | c28fc091702562a8408276df9757da02476e9080 (diff) | |
download | pkgsrc-9b2975d49edee1480c46cfda7e715cef43f77b04.tar.gz |
Update to nginx-1.0.4 on the release branch. Many bug fixes, improvements
for dealing with many clients under load, support for in-unmodified-since
and a shiny new manual page.
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx/Makefile | 8 | ||||
-rw-r--r-- | www/nginx/PLIST | 3 | ||||
-rw-r--r-- | www/nginx/distinfo | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 49bf6b2efd0..d0446318ce5 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2010/11/13 22:30:56 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2011/06/10 10:36:18 joerg Exp $ -DISTNAME= nginx-0.8.53 +DISTNAME= nginx-1.0.4 DISTFILES= ${DEFAULT_DISTFILES} CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ @@ -60,7 +60,8 @@ CONF_FILES+= ${EGDIR}/conf/${file} ${PKG_SYSCONFDIR}/${file} RCD_SCRIPTS= nginx -INSTALLATION_DIRS= sbin share/examples/nginx/conf share/examples/nginx/html +INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin share/examples/nginx/conf \ + share/examples/nginx/html MAKE_DIRS+= ${NGINX_PIDDIR} OWN_DIRS= ${NGINX_LOGDIR} OWN_DIRS_PERMS+= ${NGINX_DATADIR} ${NGINX_USER} ${NGINX_GROUP} 0700 @@ -88,6 +89,7 @@ do-install: .endfor ${INSTALL_DATA} ${WRKSRC}/html/50x.html ${DESTDIR}${EGDIR}/html/50x.html ${INSTALL_DATA} ${WRKSRC}/html/index.html ${DESTDIR}${EGDIR}/html/index.html + ${INSTALL_MAN} ${WRKSRC}/man/nginx.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8 .include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/nginx/PLIST b/www/nginx/PLIST index eccddb883f0..82a6ef72da1 100644 --- a/www/nginx/PLIST +++ b/www/nginx/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.4 2010/06/15 20:05:48 joerg Exp $ +@comment $NetBSD: PLIST,v 1.5 2011/06/10 10:36:18 joerg Exp $ +man/man8/nginx.8 sbin/nginx share/examples/nginx/conf/fastcgi.conf share/examples/nginx/conf/fastcgi_params diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 6e0cdee6f68..cee91ad19da 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.12 2010/11/13 22:30:56 joerg Exp $ +$NetBSD: distinfo,v 1.13 2011/06/10 10:36:18 joerg Exp $ -SHA1 (nginx-0.8.53.tar.gz) = 9bf78f55ef41aa54ab1c5caad94756d8e3e13aec -RMD160 (nginx-0.8.53.tar.gz) = 2af0c8e108a68a3936aeca646d33ceaf0f1d56c8 -Size (nginx-0.8.53.tar.gz) = 649835 bytes +SHA1 (nginx-1.0.4.tar.gz) = 0496b7377e583116497f18453003cba3269417e9 +RMD160 (nginx-1.0.4.tar.gz) = 378b303ed91dc76cda12f2984b26c3aae9337599 +Size (nginx-1.0.4.tar.gz) = 661444 bytes SHA1 (patch-aa) = 1ef1a800f0d7dffe182b8a74f115105ded205f8e SHA1 (patch-ab) = 6f20ef8ac9a042faf7e22770de7c16b351cb1191 |