aboutsummaryrefslogtreecommitdiffstats
path: root/www/nginx/Makefile
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2009-12-24 05:23:46 +0800
committerosa <osa@FreeBSD.org>2009-12-24 05:23:46 +0800
commita45adf567ffcd9c158919a5e33c77c568d5e3fe9 (patch)
tree6ac9a235bde32d50429223d610cbf6a43529dfc0 /www/nginx/Makefile
parent3c230646c40c04a4441181de79ff1b9701476014 (diff)
downloadfreebsd-ports-gnome-a45adf567ffcd9c158919a5e33c77c568d5e3fe9.tar.gz
freebsd-ports-gnome-a45adf567ffcd9c158919a5e33c77c568d5e3fe9.tar.zst
freebsd-ports-gnome-a45adf567ffcd9c158919a5e33c77c568d5e3fe9.zip
Update http_redis module from 0.2.0 to 0.3.0.
Remove needless extra patch. Do not bump PORTREVISION.
Diffstat (limited to 'www/nginx/Makefile')
-rw-r--r--www/nginx/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 93475f686e12..5ad87ce53739 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -220,7 +220,7 @@ CONFIGURE_ARGS+=--with-http_realip_module
.endif
.if defined(WITH_HTTP_REDIS_MODULE)
-NGINX_REDIS_MODULE_VERSION= 0.2.0
+NGINX_REDIS_MODULE_VERSION= 0.3.0
MASTER_SITES+= ${MASTER_SITE_LOCAL:S/$/:redis/}
MASTER_SITE_SUBDIR+= osa/:redis
DISTFILES+= ngx_http_redis-${NGINX_REDIS_MODULE_VERSION}.tar.gz:redis
@@ -385,10 +385,6 @@ post-patch:
@${PATCH} ${PATCH_ARGS} < \
${PATCHDIR}/extra-patch-ngx_http_notice_module.c
.endif
-.if defined(WITH_HTTP_REDIS_MODULE)
- @${PATCH} ${PATCH_ARGS} < \
- ${PATCHDIR}/extra-patch-ngx_http_redis_module.c
-.endif
.if defined(WITH_HTTP_UPLOAD_PROGRESS)
@${PATCH} ${PATCH_ARGS} < \
${PATCHDIR}/extra-patch-ngx_http_uploadprogress_module.c