diff options
author | osa <osa@FreeBSD.org> | 2006-12-05 17:20:22 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2006-12-05 17:20:22 +0800 |
commit | 3c724aca2a7bef8f7d35a83db7c3dbda35c0dfe2 (patch) | |
tree | 8cb01b884d53e596bb091eb8ac21cd1e49cc397e /www | |
parent | d17432a80f784af244478ac2fbf84140327059bc (diff) | |
download | freebsd-ports-gnome-3c724aca2a7bef8f7d35a83db7c3dbda35c0dfe2.tar.gz freebsd-ports-gnome-3c724aca2a7bef8f7d35a83db7c3dbda35c0dfe2.tar.zst freebsd-ports-gnome-3c724aca2a7bef8f7d35a83db7c3dbda35c0dfe2.zip |
Update to 0.5.0.
Include NGX_DEBUG_MALLOC into WITH_DEBUG knob. [*]
Submitted by: Anton Yuzhaninov <citrin at citrin dot ru> [*]
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx-devel/Makefile | 4 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 6 | ||||
-rw-r--r-- | www/nginx/Makefile | 4 | ||||
-rw-r--r-- | www/nginx/distinfo | 6 |
4 files changed, 10 insertions, 10 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index fe8f18b965b1..ef1b6ad880fe 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.4.14 +PORTVERSION= 0.5.0 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} @@ -42,7 +42,7 @@ CONFIGURE_ARGS+=--prefix=${PREFIX}/etc/nginx \ --user=${WWWOWN} --group=${WWWGRP} .if defined(WITH_DEBUG) -CFLAGS+= -g +CFLAGS+= -g -DNGX_DEBUG_MALLOC CONFIGURE_ARGS+=--with-debug STRIP= #do not strip if nginx with debug information .endif diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 385ac5a725bc..1bedefe6c1c8 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (nginx-0.4.14.tar.gz) = 2a681881f8f899609fb0771d07266236 -SHA256 (nginx-0.4.14.tar.gz) = de916da2e01835cafe6fc90457ca14bcd065814b0f920d783aeb57efbbe4539e -SIZE (nginx-0.4.14.tar.gz) = 440675 +MD5 (nginx-0.5.0.tar.gz) = 94bf8a6bab524e90aa90d0c75fb90693 +SHA256 (nginx-0.5.0.tar.gz) = ab2c35bb569c1605338f6b39e9efa5e98f7d049ef452d0a6d1e57d7f2ca4d5d1 +SIZE (nginx-0.5.0.tar.gz) = 439917 diff --git a/www/nginx/Makefile b/www/nginx/Makefile index fe8f18b965b1..ef1b6ad880fe 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.4.14 +PORTVERSION= 0.5.0 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} @@ -42,7 +42,7 @@ CONFIGURE_ARGS+=--prefix=${PREFIX}/etc/nginx \ --user=${WWWOWN} --group=${WWWGRP} .if defined(WITH_DEBUG) -CFLAGS+= -g +CFLAGS+= -g -DNGX_DEBUG_MALLOC CONFIGURE_ARGS+=--with-debug STRIP= #do not strip if nginx with debug information .endif diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 385ac5a725bc..1bedefe6c1c8 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,3 +1,3 @@ -MD5 (nginx-0.4.14.tar.gz) = 2a681881f8f899609fb0771d07266236 -SHA256 (nginx-0.4.14.tar.gz) = de916da2e01835cafe6fc90457ca14bcd065814b0f920d783aeb57efbbe4539e -SIZE (nginx-0.4.14.tar.gz) = 440675 +MD5 (nginx-0.5.0.tar.gz) = 94bf8a6bab524e90aa90d0c75fb90693 +SHA256 (nginx-0.5.0.tar.gz) = ab2c35bb569c1605338f6b39e9efa5e98f7d049ef452d0a6d1e57d7f2ca4d5d1 +SIZE (nginx-0.5.0.tar.gz) = 439917 |