diff options
author | osa <osa@FreeBSD.org> | 2005-06-24 17:19:25 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2005-06-24 17:19:25 +0800 |
commit | 1ff6a166d975337978120ed687bb496371e8eafd (patch) | |
tree | 242f5f4c34134d060a55de881055c774410dae66 /www/nginx | |
parent | 35ab8f53a4bb459dae23108f652d31d5b91688e3 (diff) | |
download | freebsd-ports-gnome-1ff6a166d975337978120ed687bb496371e8eafd.tar.gz freebsd-ports-gnome-1ff6a166d975337978120ed687bb496371e8eafd.tar.zst freebsd-ports-gnome-1ff6a166d975337978120ed687bb496371e8eafd.zip |
Update to 0.1.37.
Add one more knob: WITH_DEBUG.
Fix whitespaces for PLIST_SUB directives.
Use '+=' instead of '=' for PKGNAMESUFFIX for prevent
some future modifications in the name and suffixes.
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 14 | ||||
-rw-r--r-- | www/nginx/distinfo | 4 |
2 files changed, 11 insertions, 7 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index f5470fdb7f28..345f71a812a2 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.1.36 +PORTVERSION= 0.1.37 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ @@ -36,13 +36,17 @@ CONFIGURE_ARGS+=--prefix=${PREFIX}/etc/nginx \ --with-http_stub_status_module \ --user=${WWWOWN} --group=${WWWGRP} +.if defined(WITH_DEBUG) +CONFIGURE_ARGS+=--with-debug +.endif + .if defined(WITH_OPENSSL_MODULE) USE_OPENSSL= yes CONFIGURE_ARGS+=--with-http_ssl_module .endif .if defined(WITHOUT_HTTP_REWRITE_MODULE) || defined(WITHOUT_PCRE) -PKGNAMESUFFIX= -nopcre +PKGNAMESUFFIX+= -nopcre CONFIGURE_ARGS+=--without-http_rewrite_module \ --without-pcre .else @@ -50,15 +54,15 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre .endif .if defined(WITHOUT_WWW) -PLIST_SUB+= WWWDATA="@comment " +PLIST_SUB+= WWWDATA="@comment " .else -PLIST_SUB+= WWWDATA="" +PLIST_SUB+= WWWDATA="" .endif .if defined(STOP_BEFORE_REMOVE) PLIST_SUB+= STOP_BEFORE_REMOVE="" .else -PLIST_SUB+= STOP_BEFORE_REMOVE="@comment " +PLIST_SUB+= STOP_BEFORE_REMOVE="@comment " .endif .if defined(START_AFTER_INSTALL) diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 35b74648a73e..e278c8e49753 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,2 +1,2 @@ -MD5 (nginx-0.1.36.tar.gz) = 156b4f9657ec03afec41ddd3cab6ad07 -SIZE (nginx-0.1.36.tar.gz) = 297853 +MD5 (nginx-0.1.37.tar.gz) = 200dfa108e45e26eaf2697613f30ee4a +SIZE (nginx-0.1.37.tar.gz) = 298187 |