mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -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
|
||||
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue