Date: Tue, 14 Apr 2015 19:07:53 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384020 - head/ports-mgmt/pkg Message-ID: <201504141907.t3EJ7riE044850@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Apr 14 19:07:53 2015 New Revision: 384020 URL: https://svnweb.freebsd.org/changeset/ports/384020 Log: Update to 1.5.0 Changes since pkg 1.4.0: - Initial provides/requires support - Lots of new regression tests have been added - Initial support for OS X - Initial support for NetBSD/EdgeBSD - Update most of the bundled third party software has been updated to their latest version - Improve the messages reported by pkg - Properly support file flags - Implement argument support for custom keywords - Extend setting credential via plist to allow to set file flags - Make credential syntax via plist more flexible allow to only defines the first - pkg updating now supports case insensitive matching - pkg create now support a verbose mode - Add an option to change the default on question, until now the default answer was "No" with that option set it would be "Yes" - Lots of fixes to pkg audit -r - Global memory usage reduction and speed up - Improvements and cleanup on pkg alias - pkg annotate --show --all has been fixed - Make pkg.h C++ friendly - Lots of improvements in the solver - Lots of fixes on 32 bits platforms - Add support for: pkg create -M ./plop.ucl -p ./plop.plist - New pkg -r <rootdir> that will install in the given rootdir without chrooting - Export PKG_ROOTDIR to scripts allow to make them as portable as possible - Stop trying to remove all installed package with the argument of pkg delete is a local file - Be more explicit about why the solver it going to reinstall, remove or upgrade (when possible) - Plenty of bug fixes - Plenty of new bugs - pkg shlibs now support -q - pkg lock gained a new --has-locked-packages option - pkg now resumes fetch if possible - CONSERVATIVE_UPGRADE is now on by default - pkg alias now have a -l argument to list aliases - A sample pkg.conf is now installed with a bunch of aliases set by default - Fix the backup script to properly export an sql which will be importable via pkg shell and/or sqlite out of box Thanks to all testers and contributors, Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo head/ports-mgmt/pkg/pkg-plist Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Tue Apr 14 19:02:37 2015 (r384019) +++ head/ports-mgmt/pkg/Makefile Tue Apr 14 19:07:53 2015 (r384020) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.4.12 +DISTVERSION= 1.5.0 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Tue Apr 14 19:02:37 2015 (r384019) +++ head/ports-mgmt/pkg/distinfo Tue Apr 14 19:07:53 2015 (r384020) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.4.12.tar.xz) = e83859faaf00040db67245517a395efdecf3f0b89b1c3d5d55ec3aac0bfea591 -SIZE (pkg-1.4.12.tar.xz) = 1791004 +SHA256 (pkg-1.5.0.tar.xz) = 3b6d5ef80ddad2a20779cd15c34d634347927d5a661af221a762491682b61850 +SIZE (pkg-1.5.0.tar.xz) = 1906504 Modified: head/ports-mgmt/pkg/pkg-plist ============================================================================== --- head/ports-mgmt/pkg/pkg-plist Tue Apr 14 19:02:37 2015 (r384019) +++ head/ports-mgmt/pkg/pkg-plist Tue Apr 14 19:07:53 2015 (r384020) @@ -4,7 +4,7 @@ etc/periodic/daily/490.status-pkg-change etc/periodic/security/410.pkg-audit etc/periodic/security/460.pkg-checksum etc/periodic/weekly/400.status-pkg -etc/pkg.conf.sample +@sample etc/pkg.conf.sample include/pkg.h lib/libpkg.a lib/libpkg.so @@ -16,6 +16,7 @@ man/man3/pkg_repos.3.gz man/man5/pkg-repository.5.gz man/man5/pkg.conf.5.gz man/man8/pkg-add.8.gz +man/man8/pkg-alias.8.gz man/man8/pkg-annotate.8.gz man/man8/pkg-audit.8.gz man/man8/pkg-autoremove.8.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504141907.t3EJ7riE044850>