git: c923e0d7d6c5 - main - ports-mgmt/pkg: update to 1.21.0

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Tue, 02 Apr 2024 13:30:13 UTC
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c923e0d7d6c52b93375205e4133e83b0b9d541c7

commit c923e0d7d6c52b93375205e4133e83b0b9d541c7
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-04-02 13:16:14 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-04-02 13:30:10 +0000

    ports-mgmt/pkg: update to 1.21.0
    
    Changes since latest 1.20.0
    - new event PKG_EVENT_PKG_ERRNO
    - add: only generates .pkgsave when really needed
    - repo:
      * remove the ability to create v1 repository format
      * remove ability to produce meta.{pkg,txz} unused since 1.13
      * replace packagesite.pkg with data.pkg (new extensible format)
      * keep producing packagesite.pkg for backward compatibility
      * local repository information is now located in
        /var/dbv/repos/<reponame/*
    - support job cancellation (packagekit support)
    - update bundle code to latest versions:
      * libcurl
      * sqlite
      * lua
      * libucl
    - plist keywords:
      - new @override_prefix
      - new @var key value (able to expand %%key%%)
    - scripts:
      * new variable PKG_ISCHROOTED for script to be aware if being run
        bia pkg -c
    - update:
      * prevents concurrent pkg update to compete
    - pkgbase:
      * .snap now comes after .alpha in versionning
    - key:
      * new subcommand to be able to generate signature keys
    - signatures:
      * add support ECDSA and EdDSA for all its signature mechanism
    - elfhints:
      * pkg now supports elfhints of any byte-order on FreeBSD
    - solver:
      * prevent directly in the solver the ability to remove vital or
        locked packages
    
    PR:             277978
    Exp-run:        antoine
---
 ports-mgmt/pkg/Makefile  | 3 +--
 ports-mgmt/pkg/distinfo  | 6 +++---
 ports-mgmt/pkg/pkg-plist | 2 ++
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile
index cabba7542d6b..501c82f34481 100644
--- a/ports-mgmt/pkg/Makefile
+++ b/ports-mgmt/pkg/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	pkg
-DISTVERSION=	1.20.9
+DISTVERSION=	1.21.0
 _PKG_VERSION=	${DISTVERSION}
-PORTREVISION=	1
 CATEGORIES=	ports-mgmt
 
 MAINTAINER=	pkg@FreeBSD.org
diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo
index db6e96f4be1e..2015aabae749 100644
--- a/ports-mgmt/pkg/distinfo
+++ b/ports-mgmt/pkg/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1699883946
-SHA256 (freebsd-pkg-1.20.9_GH0.tar.gz) = 3baa078201ac4adb61839e15dd22c84c20f83c9540a22f30b0cf7318dc24d1ee
-SIZE (freebsd-pkg-1.20.9_GH0.tar.gz) = 8298255
+TIMESTAMP = 1712063599
+SHA256 (freebsd-pkg-1.21.0_GH0.tar.gz) = 82b03e8d8de1da3eebb05df05264811feca8e6583fd5619806d5f5e7c1d42ddb
+SIZE (freebsd-pkg-1.21.0_GH0.tar.gz) = 16223761
diff --git a/ports-mgmt/pkg/pkg-plist b/ports-mgmt/pkg/pkg-plist
index 36ab2ee04d1e..eb0d0a1efda4 100644
--- a/ports-mgmt/pkg/pkg-plist
+++ b/ports-mgmt/pkg/pkg-plist
@@ -14,6 +14,7 @@ lib/libpkg.so.4
 libdata/pkgconfig/pkg.pc
 share/man/man3/pkg_create.3.gz
 share/man/man3/pkg_printf.3.gz
+share/man/man3/pkg_repo_create.3.gz
 share/man/man3/pkg_repos.3.gz
 share/man/man5/pkg-repository.5.gz
 share/man/man5/pkg-keywords.5.gz
@@ -34,6 +35,7 @@ share/man/man8/pkg-delete.8.gz
 share/man/man8/pkg-fetch.8.gz
 share/man/man8/pkg-info.8.gz
 share/man/man8/pkg-install.8.gz
+share/man/man8/pkg-key.8.gz
 share/man/man8/pkg-lock.8.gz
 share/man/man8/pkg-query.8.gz
 share/man/man8/pkg-register.8.gz