From owner-svn-ports-head@freebsd.org Thu Aug 1 16:16:08 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7A130C16CF; Thu, 1 Aug 2019 16:16:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 45zwQJ2f8Mz3M0t; Thu, 1 Aug 2019 16:16:08 +0000 (UTC) (envelope-from sunpoet@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3ADBA1CDB8; Thu, 1 Aug 2019 16:16:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x71GG8Aj002396; Thu, 1 Aug 2019 16:16:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x71GG7RA002393; Thu, 1 Aug 2019 16:16:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908011616.x71GG7RA002393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Aug 2019 16:16:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507789 - head/devel/lua-posix X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/lua-posix X-SVN-Commit-Revision: 507789 X-SVN-Commit-Repository: ports 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.29 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: Thu, 01 Aug 2019 16:16:08 -0000 Author: sunpoet Date: Thu Aug 1 16:16:07 2019 New Revision: 507789 URL: https://svnweb.freebsd.org/changeset/ports/507789 Log: Update to 34.1.1 Changes: https://github.com/luaposix/luaposix/releases Modified: head/devel/lua-posix/Makefile head/devel/lua-posix/distinfo head/devel/lua-posix/pkg-plist Modified: head/devel/lua-posix/Makefile ============================================================================== --- head/devel/lua-posix/Makefile Thu Aug 1 16:16:01 2019 (r507788) +++ head/devel/lua-posix/Makefile Thu Aug 1 16:16:07 2019 (r507789) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= posix -PORTVERSION= 34.0.4 +PORTVERSION= 34.1.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} Modified: head/devel/lua-posix/distinfo ============================================================================== --- head/devel/lua-posix/distinfo Thu Aug 1 16:16:01 2019 (r507788) +++ head/devel/lua-posix/distinfo Thu Aug 1 16:16:07 2019 (r507789) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520532327 -SHA256 (luaposix-luaposix-v34.0.4_GH0.tar.gz) = eb6e7322da3013bdb3d524f68df4f5510a2efd805c06bf7cc27be6611eab7483 -SIZE (luaposix-luaposix-v34.0.4_GH0.tar.gz) = 175194 +TIMESTAMP = 1564577786 +SHA256 (luaposix-luaposix-v34.1.1_GH0.tar.gz) = 7948f4ac8b953172e928753632e37ad97cc3014df74b524fe7839f71216a7e90 +SIZE (luaposix-luaposix-v34.1.1_GH0.tar.gz) = 177685 Modified: head/devel/lua-posix/pkg-plist ============================================================================== --- head/devel/lua-posix/pkg-plist Thu Aug 1 16:16:01 2019 (r507788) +++ head/devel/lua-posix/pkg-plist Thu Aug 1 16:16:07 2019 (r507789) @@ -27,6 +27,7 @@ %%LUA_MODLIBDIR%%/posix/unistd.so %%LUA_MODLIBDIR%%/posix/utime.so %%LUA_MODSHAREDIR%%/posix/_base.lua +%%LUA_MODSHAREDIR%%/posix/_strict.lua %%LUA_MODSHAREDIR%%/posix/compat.lua %%LUA_MODSHAREDIR%%/posix/deprecated.lua %%LUA_MODSHAREDIR%%/posix/init.lua