Bug 251696 - [exp-run] pkg 1.16
Summary: [exp-run] pkg 1.16
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-09 04:42 UTC by Baptiste Daroussin
Modified: 2021-05-04 16:50 UTC (History)
1 user (show)

See Also:
bapt: exp-run?


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Baptiste Daroussin freebsd_committer freebsd_triage 2020-12-09 04:42:59 UTC
Please exp-run what would become pkg 1.16 (1.15.99.8 is the first candidate)

As usual it can be exp-run via adding WITH_PKG=devel
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-12-22 18:52:29 UTC
A commit references this bug:

Author: bapt
Date: Tue Dec 22 18:52:06 UTC 2020
New revision: 558943
URL: https://svnweb.freebsd.org/changeset/ports/558943

Log:
  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

Changes:
  head/ports-mgmt/pkg/Makefile
  head/ports-mgmt/pkg/distinfo
  head/ports-mgmt/pkg/pkg-plist