Date: Fri, 2 Jan 2015 15:19:19 +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: r376052 - head/ports-mgmt/pkg-devel Message-ID: <201501021519.t02FJJCg063126@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Jan 2 15:19:18 2015 New Revision: 376052 URL: https://svnweb.freebsd.org/changeset/ports/376052 QAT: https://qat.redports.org/buildarchive/r376052/ Log: Update to 1.4.99.4 Changes: - Remove lots of dead code - Fix pkg stat reporting the size of remote repositories - Remove execinfo dependency - Fix pkg check with no active remote db - Remove outdated example from manpages - More accurate error messages in pkg check - Use the new procctl(2) features when possible to prevent script from spawning daemons - More fixes in integrity check - Improvements in zsh completion - Initial support for OSX (passes all regression tests) - Initial support for Linux (early) - Update libucl to 0.7.1 - Bundle libfetch (to simplify porting as well as providing latest improvements to all FreeBSD version) - Support blake2b digests 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 Fri Jan 2 15:09:07 2015 (r376051) +++ head/ports-mgmt/pkg-devel/Makefile Fri Jan 2 15:19:18 2015 (r376052) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.4.99.3 +DISTVERSION= 1.4.99.4 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Fri Jan 2 15:09:07 2015 (r376051) +++ head/ports-mgmt/pkg-devel/distinfo Fri Jan 2 15:19:18 2015 (r376052) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.4.99.3.tar.xz) = abad0fec6212b4b53a102e3cef77d27c7d5f6e71dc0a79f6dfa3aea0f6b58bc1 -SIZE (pkg-1.4.99.3.tar.xz) = 1782824 +SHA256 (pkg-1.4.99.4.tar.xz) = ca1f9b6d92bdadf7d5a8b15d85e4bb30fe387ec59b4a365a8505f1c1f5e89246 +SIZE (pkg-1.4.99.4.tar.xz) = 1839132
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501021519.t02FJJCg063126>