git: 6f402834a7b2 - main - ports-mgmt/pkg-devel: update to 1.17.99.10

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Fri, 27 May 2022 08:58:00 UTC
The branch main has been updated by bapt:

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

commit 6f402834a7b2032b091d4c99751a45682af9d927
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-05-27 08:53:37 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-05-27 08:57:56 +0000

    ports-mgmt/pkg-devel: update to 1.17.99.10
    
    Changes from 1.17.99.9 to 1.17.99.10
    - greatly improve test coverage
    - many improvements in error handling for pkg fetch
    - Remove the deprecated pkg_get() function from the API
    - prevent @config files to be verified from pkg checksums checking
    - Remove ftp(s):// support
    - add tcp:// protocol support which allows to server packages form inetd
      and secure it via spiped for example
    - triggers can now be trigger when empty directories are added/removed
    - Add "orphans" aliases
    - speed up pkg which
    - Reduce the possibility to have a temporary file during package extraction
      which exceed NAME_MAX (maxium file name length)
    - If the pattern has a '/' in it, it now search origin and all other categories
      as well
      for example graphics/zathura and print/zathura will both match the zathura
      package
    - If the pattern has a '/' in it and a @ it will also search for the flavor
      <category>/<portname>@<flavor>
      # pkg install "editors/vim@tiny" # will install the vim-tiny package
      $ pkg search -g "editors/vim@*"
      vim                            Improved version of the vi editor (console flavor)
      vim-gtk2                       Improved version of the vi editor (gtk2 flavor)
      vim-gtk3                       Improved version of the vi editor (gtk3 flavor)
      vim-motif                      Improved version of the vi editor (motif flavor)
      vim-tiny                       Improved version of the vi editor (tiny flavor)
      vim-x11                        Improved version of the vi editor (x11 flavor)
    - portability: build and run on alpine (musl)
---
 ports-mgmt/pkg-devel/Makefile | 5 ++---
 ports-mgmt/pkg-devel/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile
index 2beaad8d5d37..2dd9124567ae 100644
--- a/ports-mgmt/pkg-devel/Makefile
+++ b/ports-mgmt/pkg-devel/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	pkg
-DISTVERSION=	1.17.99.9
-PORTREVISION=	1
+DISTVERSION=	1.17.99.10
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 PKGNAMESUFFIX=	-devel
@@ -12,7 +11,7 @@ LICENSE=	BSD2CLAUSE
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	freebsd
-GH_TAGNAME=	79246a32
+GH_TAGNAME=	23e097c7
 
 CFLAGS+=	-O0 -g -Wno-error
 USE_LDCONFIG=	${PREFIX}/lib/compat/pkg
diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo
index fef1a94f802e..5effcb6e7c94 100644
--- a/ports-mgmt/pkg-devel/distinfo
+++ b/ports-mgmt/pkg-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1636711812
-SHA256 (freebsd-pkg-1.17.99.9-79246a32_GH0.tar.gz) = 0f7f75f11023ec23dedcd75b52f90c2102c0f4078d7cbf35b7ed3ffa2f3f4c93
-SIZE (freebsd-pkg-1.17.99.9-79246a32_GH0.tar.gz) = 3894636
+TIMESTAMP = 1653641320
+SHA256 (freebsd-pkg-1.17.99.10-23e097c7_GH0.tar.gz) = 5de7b4ec3db37fe4397375133bf230f4b9483f3406fe8d1f009a3573800696a6
+SIZE (freebsd-pkg-1.17.99.10-23e097c7_GH0.tar.gz) = 4020768