diff options
author | osa <osa@FreeBSD.org> | 2015-12-11 21:01:22 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2015-12-11 21:01:22 +0800 |
commit | 5ac52f4c81df8395ecef63eae08f514e1141c8b1 (patch) | |
tree | 714a24bc482cb6650253419c08a51e319b60e81c /www/nginx/Makefile | |
parent | 4df979fd69bcfed34344aa9a8864dd4e3e014b76 (diff) | |
download | freebsd-ports-gnome-5ac52f4c81df8395ecef63eae08f514e1141c8b1.tar.gz freebsd-ports-gnome-5ac52f4c81df8395ecef63eae08f514e1141c8b1.tar.zst freebsd-ports-gnome-5ac52f4c81df8395ecef63eae08f514e1141c8b1.zip |
Upgrade third party push_stream module from 0.3.5 to 0.5.1.
PR: 205233
Diffstat (limited to 'www/nginx/Makefile')
-rw-r--r-- | www/nginx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index ec021e386427..56193a7508a6 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -504,7 +504,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_push} .endif .if ${PORT_OPTIONS:MHTTP_PUSH_STREAM} -NGINX_PUSH_STREAM_VERSION= 0.3.5 +NGINX_PUSH_STREAM_VERSION= 0.5.1 GH_ACCOUNT+= wandenberg:pushstream GH_PROJECT+= nginx-push-stream-module:pushstream GH_TAGNAME+= ${NGINX_PUSH_STREAM_VERSION}:pushstream |