From owner-svn-ports-all@freebsd.org Wed Sep 18 07:37:57 2019 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 7A92AF5377; Wed, 18 Sep 2019 07:37:57 +0000 (UTC) (envelope-from bapt@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 46YBfF2cHHz40Pw; Wed, 18 Sep 2019 07:37:57 +0000 (UTC) (envelope-from bapt@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 3D17821B58; Wed, 18 Sep 2019 07:37:57 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8I7bvD9012979; Wed, 18 Sep 2019 07:37:57 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8I7budZ012977; Wed, 18 Sep 2019 07:37:56 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201909180737.x8I7budZ012977@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 18 Sep 2019 07:37:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512256 - head/ports-mgmt/pkg X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/ports-mgmt/pkg X-SVN-Commit-Revision: 512256 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.29 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, 18 Sep 2019 07:37:57 -0000 Author: bapt Date: Wed Sep 18 07:37:56 2019 New Revision: 512256 URL: https://svnweb.freebsd.org/changeset/ports/512256 Log: Release pkg 1.12.0 - updating: allow to use regular expession in AFFECTS: value - updating: improve the exact matching for AFFECTS: values - recommand using pkg bootstrap -f instead of pkg-static install -f to reinstall pkg itself - Add support for lua in package scripts (not documented yet) - Add support for lua in keywords definition (not documented yet) - Properly detect when base libarchive is linked to zstd and handle it. (needed an upcoming change in base) - Add a function tu lua script to append message at the run of the pkg process along with other messages - Add the missing warning about @unexec being deprecated for a while now in pkg-plist - Fix build with gmake - Ensure pkg_shutdown properly reinitialize all the closed fd to -1. - Do not crash when being passed an unsupported ABI Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Wed Sep 18 07:23:47 2019 (r512255) +++ head/ports-mgmt/pkg/Makefile Wed Sep 18 07:37:56 2019 (r512256) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.11.1 +DISTVERSION= 1.12.0 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt #MASTER_SITES= \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Wed Sep 18 07:23:47 2019 (r512255) +++ head/ports-mgmt/pkg/distinfo Wed Sep 18 07:37:56 2019 (r512256) @@ -1,3 +1,3 @@ -TIMESTAMP = 1559314706 -SHA256 (freebsd-pkg-1.11.1_GH0.tar.gz) = 7fd2ccc2cdabccda8f1aacaf101db73027116e907feecec29ca64a67f1b075f5 -SIZE (freebsd-pkg-1.11.1_GH0.tar.gz) = 3560701 +TIMESTAMP = 1568790737 +SHA256 (freebsd-pkg-1.12.0_GH0.tar.gz) = 53141c4833a9776d916fb31eff346b8877e687d54edaec59b8472b71f62ec165 +SIZE (freebsd-pkg-1.12.0_GH0.tar.gz) = 3867210