git: 6723c785931b - main - ports-mgmt/pkg: update to 1.19.0

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Sun, 11 Dec 2022 18:36:02 UTC
The branch main has been updated by bapt:

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

commit 6723c785931b141a93e35b6136c403cb59434882
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-12-11 18:28:23 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-12-11 18:34:09 +0000

    ports-mgmt/pkg: update to 1.19.0
    
    Changes:
    - rework file extraction to solve edge cases happening sometime when a file
      in a package becomes a directory in a new package or vice versa
    - update bundled lua to 5.4.4 and sqlite to 3.40 and linenoise to latest
      versionautoremove will not remove anything anymore which is required
      by another installed package via provides or via shlibs_provides.
    - Accept '~' in the version or the name of a package
    - delete now handles properly provides/requires (and shlibs equivalent)
    - (r)query now have new operators: =~ ==~ and !=~ (case insensitivity)
    - (r)query is now stricter regarding command line validation
    - pkg-backup command has been removed (prefer pkg shell ".dump" instead)
    - fix regressions in pkg lock
    - fix pkg annotate --modify
---
 ports-mgmt/pkg/Makefile  | 6 +-----
 ports-mgmt/pkg/distinfo  | 6 +++---
 ports-mgmt/pkg/pkg-plist | 1 -
 3 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile
index 79222e20448f..6fa9ee88487f 100644
--- a/ports-mgmt/pkg/Makefile
+++ b/ports-mgmt/pkg/Makefile
@@ -1,11 +1,7 @@
 PORTNAME=	pkg
-DISTVERSION=	1.18.4
+DISTVERSION=	1.19.0
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
-#MASTER_SITES=	\
-#		http://files.etoilebsd.net/${PORTNAME}/ \
-#		LOCAL/portmgr \
-#		http://mirror.shatow.net/freebsd/${PORTNAME}/ \
 
 MAINTAINER=	pkg@FreeBSD.org
 COMMENT=	Package manager
diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo
index 1548dab34d4b..61637c8c0975 100644
--- a/ports-mgmt/pkg/distinfo
+++ b/ports-mgmt/pkg/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1659512425
-SHA256 (freebsd-pkg-1.18.4_GH0.tar.gz) = d5e197a8514e147b9dab5fd4a43ddc02efe40ba1b686bd8f530ef21846b3e449
-SIZE (freebsd-pkg-1.18.4_GH0.tar.gz) = 4022394
+TIMESTAMP = 1670783038
+SHA256 (freebsd-pkg-1.19.0_GH0.tar.gz) = 70edc9222e9ba01a13fa04171f7473c1cb621fcebdfa1dc799609016c79ff1d0
+SIZE (freebsd-pkg-1.19.0_GH0.tar.gz) = 4091707
diff --git a/ports-mgmt/pkg/pkg-plist b/ports-mgmt/pkg/pkg-plist
index b6d2c21c3f15..79c54ee7d65b 100644
--- a/ports-mgmt/pkg/pkg-plist
+++ b/ports-mgmt/pkg/pkg-plist
@@ -26,7 +26,6 @@ man/man8/pkg-alias.8.gz
 man/man8/pkg-annotate.8.gz
 man/man8/pkg-audit.8.gz
 man/man8/pkg-autoremove.8.gz
-man/man8/pkg-backup.8.gz
 man/man8/pkg-check.8.gz
 man/man8/pkg-clean.8.gz
 man/man8/pkg-config.8.gz