svn commit: r380170 - head/ports-mgmt/pkg-devel
Baptiste Daroussin
bapt at FreeBSD.org
Sun Mar 1 01:41:02 UTC 2015
Author: bapt
Date: Sun Mar 1 01:41:00 2015
New Revision: 380170
URL: https://svnweb.freebsd.org/changeset/ports/380170
QAT: https://qat.redports.org/buildarchive/r380170/
Log:
Release 1.4.99.12
Changes:
- New option DEFAULT_ALWAYS_YES to have pkg defaulting on Yes for all questions
- Cleanup some internal APIs
- 37 more regression tests
- Improved support for NetBSD
- Fix return code of pkg lock -l
- Fix documentation about the default location for keywords
- Mark @ignore as deprecated
- Add more flexibility to keyword credentials:
* Now accept mini version of arguments: @(owner) or @(,group)
* All arguments after 4th arguments is now considered as file flags
- Allow custom (UCL) keywords to have arguments, this will split the line after
the keywords line any command line arguments.
- Improve report from error when parsing the plist lines to format the '%' keys
- Reduce memory usage in lot of operations
- Speed up lot of operations
- Update bundled libelf
- Add support for aarch64
- Fix pkg audit -r printing twice the CVE entry
- Fix pkg audit -r not finding reverse dependencies
- Fix dynamic conflicts (was only broken in devel branches not releases)
- Fix pkg lock on 32bits
- Cleanup pkg alias: Show errors in stderr, Support -q (quiet)
- Fix parsing key/value list from env
- Fix annotate --show --all
- Make sure the kernel allows PROCCTL_REAP_ACQUIRE.
Modified:
head/ports-mgmt/pkg-devel/Makefile
head/ports-mgmt/pkg-devel/distinfo
Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile Sun Mar 1 01:05:41 2015 (r380169)
+++ head/ports-mgmt/pkg-devel/Makefile Sun Mar 1 01:41:00 2015 (r380170)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.4.99.11
+DISTVERSION= 1.4.99.12
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
MASTER_SITES= \
Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo Sun Mar 1 01:05:41 2015 (r380169)
+++ head/ports-mgmt/pkg-devel/distinfo Sun Mar 1 01:41:00 2015 (r380170)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.4.99.11.tar.xz) = 14b3f2655a84211186aec107f15a23c1428e9b065996761388afd7091fb508c1
-SIZE (pkg-1.4.99.11.tar.xz) = 1887264
+SHA256 (pkg-1.4.99.12.tar.xz) = 7c9203f986abed2582a92c7f6d9a05b18338399a12e29b78810d0227712906ba
+SIZE (pkg-1.4.99.12.tar.xz) = 1869588
More information about the svn-ports-all
mailing list