From owner-svn-ports-all@freebsd.org Thu Jun 25 14:51:47 2020 Return-Path: Delivered-To: svn-ports-all@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 F1E5B35C2FD; Thu, 25 Jun 2020 14:51:47 +0000 (UTC) (envelope-from manu@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49t2z75x4cz48vV; Thu, 25 Jun 2020 14:51:47 +0000 (UTC) (envelope-from manu@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 C6C4124C8A; Thu, 25 Jun 2020 14:51:47 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05PEplZ2001433; Thu, 25 Jun 2020 14:51:47 GMT (envelope-from manu@FreeBSD.org) Received: (from manu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05PEploh001432; Thu, 25 Jun 2020 14:51:47 GMT (envelope-from manu@FreeBSD.org) Message-Id: <202006251451.05PEploh001432@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: manu set sender to manu@FreeBSD.org using -f From: Emmanuel Vadot Date: Thu, 25 Jun 2020 14:51:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r540396 - head/ports-mgmt/pkg-devel X-SVN-Group: ports-head X-SVN-Commit-Author: manu X-SVN-Commit-Paths: head/ports-mgmt/pkg-devel X-SVN-Commit-Revision: 540396 X-SVN-Commit-Repository: ports 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.33 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: Thu, 25 Jun 2020 14:51:48 -0000 Author: manu Date: Thu Jun 25 14:51:47 2020 New Revision: 540396 URL: https://svnweb.freebsd.org/changeset/ports/540396 Log: Update to 1.14.99.2 Changes from 1.14.99.1 to 1.14.99.2: - Fix hanging if a script spawn a process and it still run after the scripts finish - Prevent potential hang with lua scripts - For http mirror first try to get the list from the full path and then fallback on the root one if we didn't find anything. - Add a debug message if obtaining the lock fails Approved by: bapt Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Thu Jun 25 14:25:00 2020 (r540395) +++ head/ports-mgmt/pkg-devel/Makefile Thu Jun 25 14:51:47 2020 (r540396) @@ -2,7 +2,7 @@ PORTNAME= pkg DISTVERSION= 1.14.99.1 -PORTREVISION= 1 +PORTREVISION= 2 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt PKGNAMESUFFIX= -devel @@ -14,7 +14,7 @@ LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 3ea3c500 +GH_TAGNAME= 393d117d CFLAGS+= -O0 -g -Wno-error USE_LDCONFIG= ${PREFIX}/lib/compat/pkg Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Thu Jun 25 14:25:00 2020 (r540395) +++ head/ports-mgmt/pkg-devel/distinfo Thu Jun 25 14:51:47 2020 (r540396) @@ -1,3 +1,3 @@ -TIMESTAMP = 1587972886 -SHA256 (freebsd-pkg-1.14.99.1-3ea3c500_GH0.tar.gz) = 42dcbf90c4dd6fc021e06ce592e4c5acfdb9dc894049f53428bd6542584a8f0a -SIZE (freebsd-pkg-1.14.99.1-3ea3c500_GH0.tar.gz) = 3800345 +TIMESTAMP = 1593096562 +SHA256 (freebsd-pkg-1.14.99.1-393d117d_GH0.tar.gz) = bea3daad19c1d232a8a219e6f9670f662700ea7b3a82e7147f19fae1ab85ff0e +SIZE (freebsd-pkg-1.14.99.1-393d117d_GH0.tar.gz) = 3800623