diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2013-08-16 18:52:54 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2013-08-16 18:52:54 +0000 |
commit | 939927df17eacb2d0e74e3e4e984487da7053b23 (patch) | |
tree | 82b1b504e54e45b4cbfbb756a85c44ed0f46650f /www/nginx-devel | |
parent | e8eafe72c4d4ba0436d94b23321fdc0027e64926 (diff) | |
download | ports-939927df17eacb2d0e74e3e4e984487da7053b23.tar.gz ports-939927df17eacb2d0e74e3e4e984487da7053b23.zip |
Notes
Diffstat (limited to 'www/nginx-devel')
-rw-r--r-- | www/nginx-devel/Makefile | 9 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 4 |
2 files changed, 9 insertions, 4 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 09a661e4fbd2..1338dc4c4fcf 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.3 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= ${MASTER_SITE_LOCAL} @@ -536,6 +536,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_upstream.h .endif .if ${PORT_OPTIONS:MHTTP_UPSTREAM_STICKY} +IGNORE= HTTP_UPSTREAM_STICKY: update require USE_HTTP_SSL= yes NGINX_UPSTREAM_STICKY_VERSION= 1.1 MASTER_SITES+= http://nginx-sticky-module.googlecode.com/files/:upstreamsticky @@ -556,6 +557,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/mod_zip-${NGINX_ZIP_VERSION} .endif .if ${PORT_OPTIONS:MDRIZZLE} +IGNORE= DRIZZLE: update require LIB_DEPENDS+= drizzle:${PORTSDIR}/databases/libdrizzle NGINX_DRIZZLE_VERSION= 0.1.5 GIT_DRIZZLE_VERSION= 0-g943c915 @@ -668,6 +670,7 @@ CFLAGS+= -DNDEBUG .endif .if ${PORT_OPTIONS:MPOSTGRES} +IGNORE= POSTGRES: update require USE_PGSQL= yes NGINX_POSTGRES_VERSION= 0.9 MASTER_SITES+= http://labs.frickle.com/files/:postgres @@ -704,6 +707,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/agentzh-redis2-nginx-module-${GIT_REDIS2_ .endif .if ${PORT_OPTIONS:MRTMP} +IGNORE= RTMP: update require NGINX_RTMP_VERSION= 1.0.1 GIT_RTMP_VERSION= 0-g421d9ff FETCH_ARGS= -pRr @@ -755,13 +759,14 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_supervisord-${NGINX_SUPERVISORD_VERSI .endif .if ${PORT_OPTIONS:MSYSLOG_SUPPORT} -IGNORE= update require +IGNORE= SYSLOG: update require NGINX_SYSLOG_SUPPORT_FACILITY?= LOG_DAEMON CONFIGURE_ARGS+=--with-syslog --with-syslog-facility=${NGINX_SYSLOG_SUPPORT_FACILITY} EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-syslog_support .endif .if ${PORT_OPTIONS:MTCP_PROXY} +IGNORE= TCP_PROXY: update require NGINX_TCP_PROXY_VERSION= 0.26 GIT_TCP_PROXY_VERSION= 0-gb83e5a6 FETCH_ARGS= -pRr diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index e4c5f144ac18..796f8de1b580 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.5.2.tar.gz) = 90c2296920e52d56f3c6ba0f46f8ab33d2a78161001407c542c268db66078324 -SIZE (nginx-1.5.2.tar.gz) = 769040 +SHA256 (nginx-1.5.3.tar.gz) = edcdf2030750b4eb1ba8cd79365c16a3e33e6136b7fdd8a1a7b4082397f4e92b +SIZE (nginx-1.5.3.tar.gz) = 769755 SHA256 (giom-nginx_accept_language_module-02262ce.tar.gz) = 3191f4caa70d9a8942c4f10b6abaaa96af451991d4b5e1e3d7b991376b00bf0c SIZE (giom-nginx_accept_language_module-02262ce.tar.gz) = 3398 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 |