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
This commit is contained in:
Baptiste Daroussin 2022-12-11 19:28:23 +01:00
parent 6bbd393dba
commit 6723c78593
3 changed files with 4 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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