diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2009-05-19 05:13:38 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2009-05-19 05:13:38 +0000 |
commit | ed0fc6cca0ee4a035e37573418f61811ede99388 (patch) | |
tree | 853951db4528c710a0d714f43be518f65aad0b33 | |
parent | - Fix dependency on p5-DBD-LDAP (diff) |
Update from 0.6.36 to 0.6.37.
Expand WWWOWN variable in rc script.
(*) Issue found by: demon
<ChangeLog>
*) Feature: Microsoft specific "AUTH LOGIN with User Name" mode support
in mail proxy server.
Thanks to Maxim Dounin.
*) Bugfix: nginx could not be built on platforms different from i386,
amd64, sparc, and ppc; the bug had appeared in 0.6.36.
</ChangeLog>
Notes
Notes:
svn path=/head/; revision=234185
-rw-r--r-- | www/nginx/Makefile | 4 | ||||
-rw-r--r-- | www/nginx/distinfo | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index a9056724d61e..b079b3402d82 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.6.36 +PORTVERSION= 0.6.37 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} @@ -50,6 +50,8 @@ HTTP_PORT?= 80 CONFLICTS?= nginx-devel-0.* USE_RC_SUBR= nginx.sh +SUB_LIST+= RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX} WWWOWN=${WWWOWN} + HAS_CONFIGURE= yes CONFIGURE_ARGS+=--prefix=${ETCDIR} \ --with-cc-opt="-I ${LOCALBASE}/include" \ diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 682076baaa2b..772795c5288e 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,6 +1,6 @@ -MD5 (nginx-0.6.36.tar.gz) = 15cce6102a2efcf4d4acde9bb71ea6d3 -SHA256 (nginx-0.6.36.tar.gz) = 31c1afbb087e650d638000128621b514d21d412feb9cac42272a5fb287dbaec5 -SIZE (nginx-0.6.36.tar.gz) = 528425 +MD5 (nginx-0.6.37.tar.gz) = 6bcb1e469fd1f86c11f187be4bfa7dc9 +SHA256 (nginx-0.6.37.tar.gz) = 6abbb2c0396630771b1b1514cf3c28f95e1cf811b4ff462f754d97818456d405 +SIZE (nginx-0.6.37.tar.gz) = 528754 MD5 (nginx-accesskey-2.0.3.tar.gz) = 9b5304346d5139b1841f5baa01ab0cbe SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632 |