From 562d23f5c0436ad641b61530f824cac066822caa Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Fri, 24 Jun 2005 09:19:25 +0000 Subject: 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. --- www/nginx-devel/Makefile | 14 +++++++++----- www/nginx-devel/distinfo | 4 ++-- 2 files changed, 11 insertions(+), 7 deletions(-) (limited to 'www/nginx-devel') diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index f5470fdb7f28..345f71a812a2 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/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-devel/distinfo b/www/nginx-devel/distinfo index 35b74648a73e..e278c8e49753 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/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 -- cgit v1.2.3