From owner-svn-ports-head@freebsd.org Wed Oct 12 00:18:33 2016 Return-Path: Delivered-To: svn-ports-head@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 F3C04C0E5B1; Wed, 12 Oct 2016 00:18:32 +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 CDF787F; Wed, 12 Oct 2016 00:18:32 +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 u9C0IVaU095104; Wed, 12 Oct 2016 00:18:31 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C0IV9f095100; Wed, 12 Oct 2016 00:18:31 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201610120018.u9C0IV9f095100@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Wed, 12 Oct 2016 00:18:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423809 - 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 00:18:33 -0000 Author: osa Date: Wed Oct 12 00:18:31 2016 New Revision: 423809 URL: https://svnweb.freebsd.org/changeset/ports/423809 Log: Upgrade third-party lua module from 0.10.6rc1 to 0.10.6. 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 Wed Oct 12 00:12:13 2016 (r423808) +++ head/www/nginx-devel/Makefile Wed Oct 12 00:18:31 2016 (r423809) @@ -799,7 +799,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_le LIB_DEPENDS+= libluajit-5.1.so:lang/luajit CONFIGURE_ENV+= "LUAJIT_INC=${LOCALBASE}/include/luajit-2.0" CONFIGURE_ENV+= "LUAJIT_LIB=${LOCALBASE}/lib" -NGINX_LUA_VERSION= 0.10.6rc1 +NGINX_LUA_VERSION= 0.10.6 GH_ACCOUNT+= openresty:lua GH_PROJECT+= lua-nginx-module:lua GH_TAGNAME+= v${NGINX_LUA_VERSION}:lua Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Wed Oct 12 00:12:13 2016 (r423808) +++ head/www/nginx-devel/distinfo Wed Oct 12 00:18:31 2016 (r423809) @@ -91,8 +91,8 @@ SHA256 (mongodb-mongo-c-driver-v0.3.1_GH SIZE (mongodb-mongo-c-driver-v0.3.1_GH0.tar.gz) = 53024 SHA256 (arut-nginx-let-module-v0.0.4_GH0.tar.gz) = cbf6fcddc00a7e30289134bdeace12565e000cc7d4efee2d2ebb8799d0b88270 SIZE (arut-nginx-let-module-v0.0.4_GH0.tar.gz) = 20534 -SHA256 (openresty-lua-nginx-module-v0.10.6rc1_GH0.tar.gz) = 86806a1893c775d813a58912b6f3b99b55efa7ab126ac5f28a57bc9a10b6044e -SIZE (openresty-lua-nginx-module-v0.10.6rc1_GH0.tar.gz) = 581366 +SHA256 (openresty-lua-nginx-module-v0.10.6_GH0.tar.gz) = b98c4f648589bbf3e2c3d5fd18664e7a7ef89ac083e96c8e984fa919e7a7c073 +SIZE (openresty-lua-nginx-module-v0.10.6_GH0.tar.gz) = 597217 SHA256 (openresty-memc-nginx-module-v0.16_GH0.tar.gz) = 24f3c3270831aed2d157c01ef74cb26eab26b832971fe7b9f42a03dbfac10ce4 SIZE (openresty-memc-nginx-module-v0.16_GH0.tar.gz) = 38560 SHA256 (nbs-system-naxsi-0.54_GH0.tar.gz) = 9cc2c09405bc71f78ef26a8b6d70afcea3fccbe8125df70cb0cfc480133daba5 Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Wed Oct 12 00:12:13 2016 (r423808) +++ head/www/nginx/Makefile Wed Oct 12 00:18:31 2016 (r423809) @@ -795,7 +795,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_le LIB_DEPENDS+= libluajit-5.1.so:lang/luajit CONFIGURE_ENV+= "LUAJIT_INC=${LOCALBASE}/include/luajit-2.0" CONFIGURE_ENV+= "LUAJIT_LIB=${LOCALBASE}/lib" -NGINX_LUA_VERSION= 0.10.6rc1 +NGINX_LUA_VERSION= 0.10.6 GH_ACCOUNT+= openresty:lua GH_PROJECT+= lua-nginx-module:lua GH_TAGNAME+= v${NGINX_LUA_VERSION}:lua Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Wed Oct 12 00:12:13 2016 (r423808) +++ head/www/nginx/distinfo Wed Oct 12 00:18:31 2016 (r423809) @@ -1,4 +1,4 @@ -TIMESTAMP = 1473890109 +TIMESTAMP = 1476231167 SHA256 (nginx-1.10.1.tar.gz) = 1fd35846566485e03c0e318989561c135c598323ff349c503a6c14826487a801 SIZE (nginx-1.10.1.tar.gz) = 909077 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 @@ -91,8 +91,8 @@ SHA256 (mongodb-mongo-c-driver-v0.3.1_GH SIZE (mongodb-mongo-c-driver-v0.3.1_GH0.tar.gz) = 53024 SHA256 (arut-nginx-let-module-v0.0.4_GH0.tar.gz) = cbf6fcddc00a7e30289134bdeace12565e000cc7d4efee2d2ebb8799d0b88270 SIZE (arut-nginx-let-module-v0.0.4_GH0.tar.gz) = 20534 -SHA256 (openresty-lua-nginx-module-v0.10.6rc1_GH0.tar.gz) = 86806a1893c775d813a58912b6f3b99b55efa7ab126ac5f28a57bc9a10b6044e -SIZE (openresty-lua-nginx-module-v0.10.6rc1_GH0.tar.gz) = 581366 +SHA256 (openresty-lua-nginx-module-v0.10.6_GH0.tar.gz) = b98c4f648589bbf3e2c3d5fd18664e7a7ef89ac083e96c8e984fa919e7a7c073 +SIZE (openresty-lua-nginx-module-v0.10.6_GH0.tar.gz) = 597217 SHA256 (openresty-memc-nginx-module-v0.16_GH0.tar.gz) = 24f3c3270831aed2d157c01ef74cb26eab26b832971fe7b9f42a03dbfac10ce4 SIZE (openresty-memc-nginx-module-v0.16_GH0.tar.gz) = 38560 SHA256 (nbs-system-naxsi-0.54_GH0.tar.gz) = 9cc2c09405bc71f78ef26a8b6d70afcea3fccbe8125df70cb0cfc480133daba5