- update to newest available version (0.7.66),
changelog at http://nginx.org/en/CHANGES-0.7 - many bugfixes! - VARBASE re-added to BUILD_DEFS (to silence pkglint)
This commit is contained in:
parent
f5b023006e
commit
3ed1d96dc2
3 changed files with 8 additions and 12 deletions
|
@ -11,6 +11,5 @@ The sources are licensed under a BSD-like license.
|
|||
|
||||
===========================================================================
|
||||
NOTE!
|
||||
This is stable nginx branch. For newest available (devel) see www/nginx.
|
||||
This is stable nginx branch. For newest available (devel) see www/nginx.
|
||||
===========================================================================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.28 2010/06/04 10:04:39 anielski Exp $
|
||||
# $NetBSD: Makefile,v 1.29 2010/06/08 16:06:56 anielski Exp $
|
||||
|
||||
DISTNAME= nginx-0.7.65
|
||||
DISTNAME= nginx-0.7.66
|
||||
DISTFILES= ${DEFAULT_DISTFILES}
|
||||
#PKGREVISION= 3
|
||||
CATEGORIES= www
|
||||
|
@ -64,7 +64,7 @@ INSTALLATION_DIRS= sbin share/examples/nginx/conf share/examples/nginx/html
|
|||
OWN_DIRS= ${NGINX_LOGDIR}
|
||||
OWN_DIRS_PERMS+= ${NGINX_DATADIR} ${NGINX_USER} ${NGINX_GROUP} 0700
|
||||
|
||||
BUILD_DEFS+= NGINX_DATADIR NGINX_LOGDIR NGINX_PIDDIR
|
||||
BUILD_DEFS+= NGINX_DATADIR NGINX_LOGDIR NGINX_PIDDIR VARBASE
|
||||
|
||||
BUILD_TARGET= build
|
||||
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.20 2010/06/04 10:04:39 anielski Exp $
|
||||
$NetBSD: distinfo,v 1.21 2010/06/08 16:06:56 anielski Exp $
|
||||
|
||||
SHA1 (nginx-0.7.65.tar.gz) = f2dcc8e015903ff1277e6fa427f9b7911c4f35ce
|
||||
RMD160 (nginx-0.7.65.tar.gz) = c03386b135ec4d72d2997b19ea70b28aeaa7a6da
|
||||
Size (nginx-0.7.65.tar.gz) = 604451 bytes
|
||||
SHA1 (uwsgi-0.9.4.3.tar.gz) = 8271fe6f612176ce1a75d3363b5a63e395cc6830
|
||||
RMD160 (uwsgi-0.9.4.3.tar.gz) = d03be633473924239bac1f8861e0c8b293afe635
|
||||
Size (uwsgi-0.9.4.3.tar.gz) = 82312 bytes
|
||||
SHA1 (nginx-0.7.66.tar.gz) = 4978dbb269fbba8b98ac289d039854b81acc7b06
|
||||
RMD160 (nginx-0.7.66.tar.gz) = 88b55fadfa5aca7ebacd6e8ba7442f2b49a14b79
|
||||
Size (nginx-0.7.66.tar.gz) = 608376 bytes
|
||||
SHA1 (patch-aa) = 1ef1a800f0d7dffe182b8a74f115105ded205f8e
|
||||
|
|
Loading…
Reference in a new issue