From owner-svn-ports-all@freebsd.org Wed Apr 27 01:18:09 2016 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 59B1BB1D28E; Wed, 27 Apr 2016 01:18:09 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 179BA1CAD; Wed, 27 Apr 2016 01:18:09 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3R1I8ic024488; Wed, 27 Apr 2016 01:18:08 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3R1I7dN024478; Wed, 27 Apr 2016 01:18:07 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201604270118.u3R1I7dN024478@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Wed, 27 Apr 2016 01:18:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414085 - in head/www: nginx nginx-devel nginx-devel/files nginx/files rubygem-passenger 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.21 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: Wed, 27 Apr 2016 01:18:09 -0000 Author: osa Date: Wed Apr 27 01:18:07 2016 New Revision: 414085 URL: https://svnweb.freebsd.org/changeset/ports/414085 Log: Upgrade from 5.0.26 to 5.0.27: o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb head/www/nginx-devel/files/extra-patch-passenger-src-nginx_module-config head/www/nginx/Makefile head/www/nginx/distinfo head/www/nginx/files/extra-patch-passenger-build-nginx.rb head/www/nginx/files/extra-patch-passenger-src-nginx_module-config head/www/rubygem-passenger/Makefile head/www/rubygem-passenger/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Tue Apr 26 22:24:49 2016 (r414084) +++ head/www/nginx-devel/Makefile Wed Apr 27 01:18:07 2016 (r414085) @@ -785,7 +785,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_m .endif .if ${PORT_OPTIONS:MPASSENGER} -PASSENGER_VERSION= 5.0.26 +PASSENGER_VERSION= 5.0.27 MASTER_SITES+= http://s3.amazonaws.com/phusion-passenger/releases/:passenger DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger CONFIGURE_ARGS+=--add-dynamic-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/src/nginx_module Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Tue Apr 26 22:24:49 2016 (r414084) +++ head/www/nginx-devel/distinfo Wed Apr 27 01:18:07 2016 (r414085) @@ -22,8 +22,8 @@ SHA256 (mod_zip-1.1.6.tar.gz) = d30546b4 SIZE (mod_zip-1.1.6.tar.gz) = 21991 SHA256 (modsecurity-2.9.1.tar.gz) = 958cc5a7a7430f93fac0fd6f8b9aa92fc1801efce0cda797d6029d44080a9b24 SIZE (modsecurity-2.9.1.tar.gz) = 4261212 -SHA256 (passenger-5.0.26.tar.gz) = de3b63b65ff27d193096361a330d9db1dc07076c1ba9be5ecee90322d91dbbc9 -SIZE (passenger-5.0.26.tar.gz) = 5321762 +SHA256 (passenger-5.0.27.tar.gz) = 41f27a218a4beba7d251a4fb21819f87ecf37c2cea09aa3c01e40d7dc2b2532d +SIZE (passenger-5.0.27.tar.gz) = 5568686 SHA256 (nginx-sflow-module-0.9.7.tar.gz) = 508d15a43059abab08281bfa66d2dd520e2e7635d0b17043549bb331c8755b76 SIZE (nginx-sflow-module-0.9.7.tar.gz) = 27614 SHA256 (ngx_slowfs_cache-1.10.tar.gz) = 1e81453942e5b0877de1f1f06c56ae82918ea9818255cb935bcb673c95a758a1 Modified: head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb ============================================================================== --- head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb Tue Apr 26 22:24:49 2016 (r414084) +++ head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb Wed Apr 27 01:18:07 2016 (r414085) @@ -1,5 +1,5 @@ ---- ../passenger-5.0.26/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400 -+++ ../passenger-5.0.26/build/nginx.rb 2015-09-26 02:05:27.664684000 +0300 +--- ../passenger-5.0.27/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400 ++++ ../passenger-5.0.27/build/nginx.rb 2015-09-26 02:05:27.664684000 +0300 @@ -32,6 +32,7 @@ desc "Build Nginx support files" task :nginx => [ Modified: head/www/nginx-devel/files/extra-patch-passenger-src-nginx_module-config ============================================================================== --- head/www/nginx-devel/files/extra-patch-passenger-src-nginx_module-config Tue Apr 26 22:24:49 2016 (r414084) +++ head/www/nginx-devel/files/extra-patch-passenger-src-nginx_module-config Wed Apr 27 01:18:07 2016 (r414085) @@ -1,5 +1,5 @@ ---- ../passenger-5.0.26/src/nginx_module/config.orig 2016-03-04 17:28:49.527086000 -0500 -+++ ../passenger-5.0.26/src/nginx_module/config 2016-03-04 17:29:16.364138000 -0500 +--- ../passenger-5.0.27/src/nginx_module/config.orig 2016-03-04 17:28:49.527086000 -0500 ++++ ../passenger-5.0.27/src/nginx_module/config 2016-03-04 17:29:16.364138000 -0500 @@ -20,6 +20,10 @@ if ! cd $ngx_addon_dir; then exit 1 Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Tue Apr 26 22:24:49 2016 (r414084) +++ head/www/nginx/Makefile Wed Apr 27 01:18:07 2016 (r414085) @@ -785,7 +785,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_m .endif .if ${PORT_OPTIONS:MPASSENGER} -PASSENGER_VERSION= 5.0.26 +PASSENGER_VERSION= 5.0.27 MASTER_SITES+= http://s3.amazonaws.com/phusion-passenger/releases/:passenger DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger CONFIGURE_ARGS+=--add-dynamic-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/src/nginx_module Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Tue Apr 26 22:24:49 2016 (r414084) +++ head/www/nginx/distinfo Wed Apr 27 01:18:07 2016 (r414085) @@ -22,8 +22,8 @@ SHA256 (mod_zip-1.1.6.tar.gz) = d30546b4 SIZE (mod_zip-1.1.6.tar.gz) = 21991 SHA256 (modsecurity-2.9.1.tar.gz) = 958cc5a7a7430f93fac0fd6f8b9aa92fc1801efce0cda797d6029d44080a9b24 SIZE (modsecurity-2.9.1.tar.gz) = 4261212 -SHA256 (passenger-5.0.26.tar.gz) = de3b63b65ff27d193096361a330d9db1dc07076c1ba9be5ecee90322d91dbbc9 -SIZE (passenger-5.0.26.tar.gz) = 5321762 +SHA256 (passenger-5.0.27.tar.gz) = 41f27a218a4beba7d251a4fb21819f87ecf37c2cea09aa3c01e40d7dc2b2532d +SIZE (passenger-5.0.27.tar.gz) = 5568686 SHA256 (nginx-sflow-module-0.9.7.tar.gz) = 508d15a43059abab08281bfa66d2dd520e2e7635d0b17043549bb331c8755b76 SIZE (nginx-sflow-module-0.9.7.tar.gz) = 27614 SHA256 (ngx_slowfs_cache-1.10.tar.gz) = 1e81453942e5b0877de1f1f06c56ae82918ea9818255cb935bcb673c95a758a1 Modified: head/www/nginx/files/extra-patch-passenger-build-nginx.rb ============================================================================== --- head/www/nginx/files/extra-patch-passenger-build-nginx.rb Tue Apr 26 22:24:49 2016 (r414084) +++ head/www/nginx/files/extra-patch-passenger-build-nginx.rb Wed Apr 27 01:18:07 2016 (r414085) @@ -1,5 +1,5 @@ ---- ../passenger-5.0.26/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400 -+++ ../passenger-5.0.26/build/nginx.rb 2015-09-26 02:05:27.664684000 +0300 +--- ../passenger-5.0.27/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400 ++++ ../passenger-5.0.27/build/nginx.rb 2015-09-26 02:05:27.664684000 +0300 @@ -32,6 +32,7 @@ desc "Build Nginx support files" task :nginx => [ Modified: head/www/nginx/files/extra-patch-passenger-src-nginx_module-config ============================================================================== --- head/www/nginx/files/extra-patch-passenger-src-nginx_module-config Tue Apr 26 22:24:49 2016 (r414084) +++ head/www/nginx/files/extra-patch-passenger-src-nginx_module-config Wed Apr 27 01:18:07 2016 (r414085) @@ -1,5 +1,5 @@ ---- ../passenger-5.0.26/src/nginx_module/config.orig 2016-03-04 17:28:49.527086000 -0500 -+++ ../passenger-5.0.26/src/nginx_module/config 2016-03-04 17:29:16.364138000 -0500 +--- ../passenger-5.0.27/src/nginx_module/config.orig 2016-03-04 17:28:49.527086000 -0500 ++++ ../passenger-5.0.27/src/nginx_module/config 2016-03-04 17:29:16.364138000 -0500 @@ -20,6 +20,10 @@ if ! cd $ngx_addon_dir; then exit 1 Modified: head/www/rubygem-passenger/Makefile ============================================================================== --- head/www/rubygem-passenger/Makefile Tue Apr 26 22:24:49 2016 (r414084) +++ head/www/rubygem-passenger/Makefile Wed Apr 27 01:18:07 2016 (r414085) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= passenger -PORTVERSION= 5.0.26 +PORTVERSION= 5.0.27 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMEPREFIX= rubygem- @@ -27,6 +27,7 @@ USE_RUBY= yes USE_RAKE= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NOPORTDOCS= yes .include Modified: head/www/rubygem-passenger/distinfo ============================================================================== --- head/www/rubygem-passenger/distinfo Tue Apr 26 22:24:49 2016 (r414084) +++ head/www/rubygem-passenger/distinfo Wed Apr 27 01:18:07 2016 (r414085) @@ -1,2 +1,2 @@ -SHA256 (rubygem/passenger-5.0.26.gem) = 6d1be5d4d79ac2bac2b55aa2999c4fc2f0faac46a1d79f5839e4153b1b7561cb -SIZE (rubygem/passenger-5.0.26.gem) = 5331968 +SHA256 (rubygem/passenger-5.0.27.gem) = c3e6656f4f85ffef02089d3a90dc7896d9686b2077a243d4c5a6024225d9409f +SIZE (rubygem/passenger-5.0.27.gem) = 5579264