diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2005-06-24 09:19:25 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2005-06-24 09:19:25 +0000 |
commit | 562d23f5c0436ad641b61530f824cac066822caa (patch) | |
tree | 1c33452cefcdb9499f95d8ae707e7450c2def06a /www/nginx | |
parent | Update bsd.port.mk's notion of the current perl version. (diff) |
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 |