diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-12-23 02:52:05 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-12-23 02:52:05 +0800 |
commit | 982fa079a57975c2d66a9113fd10f962df48d470 (patch) | |
tree | d844c38a7e9f4a06fc8d7730d8981c1bd98a84be /ports-mgmt | |
parent | e3a8b913ba10c37f2ae41605c1638fe0488521e4 (diff) | |
download | freebsd-ports-gnome-982fa079a57975c2d66a9113fd10f962df48d470.tar.gz freebsd-ports-gnome-982fa079a57975c2d66a9113fd10f962df48d470.tar.zst freebsd-ports-gnome-982fa079a57975c2d66a9113fd10f962df48d470.zip |
update to 1.16.0
Main highlights:
- Add support for RISC-V
- plist now supports '@include <anotherfile>'
- Keywords can now validate the plist syntax at packaging time
validation is done via a lua script
- Keywords can issue a deprecation warning if needed
- Add support for triggers (lua and shell scripts possible)
- pkg create -e now will create a package with a readable MANIFEST
but also:
- pkg-query now supports %X to print the internal package checksum
- remove usage of utstring
- lua scripts can now take real arguments
- get rid of sysexits
- improve performances for pkg query -F
- Fix an issue with metalog duplicated entries
- Relax keywords attributes syntax by allowing spaces
- Fix a crash when pkg is told to package a directory as a file
- pkg upgrade -n does not run anymore the "prior" test for self pkg upgrade
but instead prints everything that will be upgraded including pkg
- pkg info now print the installed timestamp and repository in --raw output
- print all missing packages not only the first one encountered
- All commands are now consistently using --no-scripts
- pkg audit now accepts a -R/--raw option for parseable output
- some fixes in the solver
PR: 251696
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pkg/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/pkg/distinfo | 6 | ||||
-rw-r--r-- | ports-mgmt/pkg/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 910b804e9a3f..1b92fba2e587 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.15.10 +DISTVERSION= 1.16.0 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt #MASTER_SITES= \ diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index 361338545241..4be850e77dab 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1602421087 -SHA256 (freebsd-pkg-1.15.10_GH0.tar.gz) = bb47594f15f1eaaa6cce1e6e8f88c5da699713db49c398a4ba92a51ab003daf6 -SIZE (freebsd-pkg-1.15.10_GH0.tar.gz) = 3823647 +TIMESTAMP = 1608662315 +SHA256 (freebsd-pkg-1.16.0_GH0.tar.gz) = cf392816f1f48ee975c1057880fa854939cb7cf01bd75e41b6cc0445d3c637d9 +SIZE (freebsd-pkg-1.16.0_GH0.tar.gz) = 3833121 diff --git a/ports-mgmt/pkg/pkg-plist b/ports-mgmt/pkg/pkg-plist index 6080ce80bb3c..13ab1be3d794 100644 --- a/ports-mgmt/pkg/pkg-plist +++ b/ports-mgmt/pkg/pkg-plist @@ -6,6 +6,7 @@ etc/periodic/security/460.pkg-checksum etc/periodic/weekly/400.status-pkg @sample etc/pkg.conf.sample include/pkg.h +include/pkg/audit.h lib/libpkg.a lib/libpkg.so lib/libpkg.so.4 |