Add one more WWW site to pkg-descr file.

Remove -DNGX_DEBUG_MALLOC flag.		(*)
Bump PORTREVISION.

Requested by:	Maxim Dounin aka mdounin at mdounin dot ru (*)
This commit is contained in:
Sergey A. Osokin 2012-04-25 17:01:38 +00:00
parent 10fae75e84
commit b837a78b12
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295511
4 changed files with 6 additions and 2 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= nginx
PORTVERSION= 1.2.0
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://nginx.org/download/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
@ -139,7 +140,7 @@ IGNORE= requires at least HTTP_MODULE or MAIL_MODULE to \
.endif
.if defined(WITH_DEBUG)
CFLAGS+= -g -DNGX_DEBUG_MALLOC
CFLAGS+= -g
STRIP= #do not strip if nginx with debug information
.endif

View file

@ -6,3 +6,4 @@ load balancing, compression, request throttling, connection multiplexing and
reuse, SSL offload and HTTP media streaming.
WWW: http://nginx.org/
WWW: http://nginx.com/

View file

@ -7,6 +7,7 @@
PORTNAME= nginx
PORTVERSION= 1.2.0
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= http://nginx.org/download/
@ -139,7 +140,7 @@ IGNORE= requires at least HTTP_MODULE or MAIL_MODULE to \
.endif
.if defined(WITH_DEBUG)
CFLAGS+= -g -DNGX_DEBUG_MALLOC
CFLAGS+= -g
STRIP= #do not strip if nginx with debug information
.endif

View file

@ -6,3 +6,4 @@ load balancing, compression, request throttling, connection multiplexing and
reuse, SSL offload and HTTP media streaming.
WWW: http://nginx.org/
WWW: http://nginx.com/