aboutsummaryrefslogtreecommitdiffstats
path: root/www/nginx/Makefile
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2015-01-05 00:03:29 +0800
committerosa <osa@FreeBSD.org>2015-01-05 00:03:29 +0800
commit063cbedfe1f40046c4fcbfa862f0e3bc15becdd1 (patch)
tree4da00f28e060785e81aaed9ccddeed7b3782cf34 /www/nginx/Makefile
parente3e15346747dff96737b3094ab0b4feab19000e7 (diff)
downloadfreebsd-ports-gnome-063cbedfe1f40046c4fcbfa862f0e3bc15becdd1.tar.gz
freebsd-ports-gnome-063cbedfe1f40046c4fcbfa862f0e3bc15becdd1.tar.zst
freebsd-ports-gnome-063cbedfe1f40046c4fcbfa862f0e3bc15becdd1.zip
Upgrade third-party rtmp module from 1.1.5 to 1.1.6.
Remove necessary patch for the module.
Diffstat (limited to 'www/nginx/Makefile')
-rw-r--r--www/nginx/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 3d1853ecbac9..2dcdac1335b9 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -701,11 +701,10 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/openresty-redis2-nginx-module-${GIT_REDIS
.endif
.if ${PORT_OPTIONS:MRTMP}
-NGINX_RTMP_VERSION= 1.1.5
+NGINX_RTMP_VERSION= 1.1.6
MASTER_SITES+= https://github.com/arut/nginx-rtmp-module/archive/v${NGINX_RTMP_VERSION}/:rtmp
DISTFILES+= rtmp-nginx-module-v${NGINX_RTMP_VERSION}.tar.gz:rtmp
CONFIGURE_ARGS+=--add-module=${WRKDIR}/nginx-rtmp-module-${NGINX_RTMP_VERSION}
-EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-arut-rtmp-module
.endif
.if ${PORT_OPTIONS:MSET_MISC}