From owner-svn-ports-all@freebsd.org Mon Aug 31 22:12:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72B8D9C61D0; Mon, 31 Aug 2015 22:12:32 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63CC5D21; Mon, 31 Aug 2015 22:12:32 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7VMCWut023399; Mon, 31 Aug 2015 22:12:32 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7VMCVnE023395; Mon, 31 Aug 2015 22:12:31 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201508312212.t7VMCVnE023395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Mon, 31 Aug 2015 22:12:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395733 - in head/www: nginx nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 22:12:32 -0000 Author: osa Date: Mon Aug 31 22:12:30 2015 New Revision: 395733 URL: https://svnweb.freebsd.org/changeset/ports/395733 Log: Add third-party shibboleth module, https://github.com/nginx-shib/nginx-http-shibboleth. Submitted by: Guy Antony Halse (via private mail) Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Mon Aug 31 21:56:06 2015 (r395732) +++ head/www/nginx-devel/Makefile Mon Aug 31 22:12:30 2015 (r395733) @@ -105,6 +105,7 @@ OPTIONS_DEFINE= \ RTMP \ SET_MISC \ SFLOW \ + SHIBBOLETH \ SLOWFS_CACHE \ SMALL_LIGHT \ SRCACHE \ @@ -201,6 +202,7 @@ REDIS2_DESC= 3rd party redis2 module RTMP_DESC= 3rd party rtmp module SET_MISC_DESC= 3rd party set_misc module SFLOW_DESC= 3rd party sflow module +SHIBBOLETH_DESC= 3rd party shibboleth module SLOWFS_CACHE_DESC= 3rd party slowfs_cache module SMALL_LIGHT_DESC= 3rd party small_light module SRCACHE_DESC= 3rd party srcache module @@ -775,6 +777,15 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch- ${PATCHDIR}/extra-patch-ngx_http_sflow_module.c .endif +.if ${PORT_OPTIONS:MSHIBBOLETH} +RUN_DEPENDS+= ${LOCALBASE}/sbin/shibd:${PORTSDIR}/security/shibboleth2-sp/ +GIT_SHIBBOLETH_VERSION= 20150121 +GH_ACCOUNT+= nginx-shib:shib +GH_PROJECT+= nginx-http-shibboleth:shib +GH_TAGNAME+= v${GIT_SHIBBOLETH_VERSION}:shib +CONFIGURE_ARGS+=--add-module=${WRKSRC_shib} +.endif + .if ${PORT_OPTIONS:MSLOWFS_CACHE} NGINX_SLOWFS_CACHE_VERSION= 1.10 MASTER_SITES+= http://labs.frickle.com/files/:slowfs_cache Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Mon Aug 31 21:56:06 2015 (r395732) +++ head/www/nginx-devel/distinfo Mon Aug 31 22:12:30 2015 (r395733) @@ -116,5 +116,7 @@ SHA256 (calio-form-input-nginx-module-v0 SIZE (calio-form-input-nginx-module-v0.07_GH0.tar.gz) = 10563 SHA256 (calio-iconv-nginx-module-v0.10_GH0.tar.gz) = 88e326eba7fdf9fd2376b1ba033b48cb0eee45136528cf5430ac9340088ce324 SIZE (calio-iconv-nginx-module-v0.10_GH0.tar.gz) = 12513 +SHA256 (nginx-shib-nginx-http-shibboleth-v20150121_GH0.tar.gz) = e38a19bb4d30e5487c013c4b6b3e3d5b96de82d63b776471cc2c381a5d00374d +SIZE (nginx-shib-nginx-http-shibboleth-v20150121_GH0.tar.gz) = 10106 SHA256 (patch.http2-v3_1.9.4.txt) = 6fced0feb2511a8078e770672b77f07fa94e607aa76899f64715b66d726085af SIZE (patch.http2-v3_1.9.4.txt) = 314486 Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Mon Aug 31 21:56:06 2015 (r395732) +++ head/www/nginx/Makefile Mon Aug 31 22:12:30 2015 (r395733) @@ -102,6 +102,7 @@ OPTIONS_DEFINE= \ RTMP \ SET_MISC \ SFLOW \ + SHIBBOLETH \ SLOWFS_CACHE \ SMALL_LIGHT \ SRCACHE \ @@ -194,6 +195,7 @@ REDIS2_DESC= 3rd party redis2 module RTMP_DESC= 3rd party rtmp module SET_MISC_DESC= 3rd party set_misc module SFLOW_DESC= 3rd party sflow module +SHIBBOLETH_DESC= 3rd party shibboleth module SLOWFS_CACHE_DESC= 3rd party slowfs_cache module SMALL_LIGHT_DESC= 3rd party small_light module SRCACHE_DESC= 3rd party srcache module @@ -758,6 +760,15 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch- ${PATCHDIR}/extra-patch-ngx_http_sflow_module.c .endif +.if ${PORT_OPTIONS:MSHIBBOLETH} +RUN_DEPENDS+= ${LOCALBASE}/sbin/shibd:${PORTSDIR}/security/shibboleth2-sp/ +GIT_SHIBBOLETH_VERSION= 20150121 +GH_ACCOUNT+= nginx-shib:shib +GH_PROJECT+= nginx-http-shibboleth:shib +GH_TAGNAME+= v${GIT_SHIBBOLETH_VERSION}:shib +CONFIGURE_ARGS+=--add-module=${WRKSRC_shib} +.endif + .if ${PORT_OPTIONS:MSLOWFS_CACHE} NGINX_SLOWFS_CACHE_VERSION= 1.10 MASTER_SITES+= http://labs.frickle.com/files/:slowfs_cache Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Mon Aug 31 21:56:06 2015 (r395732) +++ head/www/nginx/distinfo Mon Aug 31 22:12:30 2015 (r395733) @@ -114,3 +114,5 @@ SHA256 (calio-form-input-nginx-module-v0 SIZE (calio-form-input-nginx-module-v0.07_GH0.tar.gz) = 10563 SHA256 (calio-iconv-nginx-module-v0.10_GH0.tar.gz) = 88e326eba7fdf9fd2376b1ba033b48cb0eee45136528cf5430ac9340088ce324 SIZE (calio-iconv-nginx-module-v0.10_GH0.tar.gz) = 12513 +SHA256 (nginx-shib-nginx-http-shibboleth-v20150121_GH0.tar.gz) = e38a19bb4d30e5487c013c4b6b3e3d5b96de82d63b776471cc2c381a5d00374d +SIZE (nginx-shib-nginx-http-shibboleth-v20150121_GH0.tar.gz) = 10106