Date: Sun, 19 Feb 2017 16:43:03 +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: r434408 - head/ports-mgmt/pkg-devel Message-ID: <201702191643.v1JGh3vO084794@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Feb 19 16:43:03 2017 New Revision: 434408 URL: https://svnweb.freebsd.org/changeset/ports/434408 Log: Update to 1.10.99.2 - Remove pkg2ng and pkg convert code - Emit dep_formula within the manifests - Use stack based read (32k buffer) instead of mmap - Use 32k buffers for each reads - Cache pw/group to reduce overreading nsswitch.conf - Update libucl and remove over call of getcwd Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo head/ports-mgmt/pkg-devel/pkg-plist Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Sun Feb 19 16:20:06 2017 (r434407) +++ head/ports-mgmt/pkg-devel/Makefile Sun Feb 19 16:43:03 2017 (r434408) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.10.99.1 +DISTVERSION= 1.10.99.2 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Sun Feb 19 16:20:06 2017 (r434407) +++ head/ports-mgmt/pkg-devel/distinfo Sun Feb 19 16:43:03 2017 (r434408) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487373052 -SHA256 (pkg-1.10.99.1.tar.xz) = 62f38f6e4e8b248a6babed5dc635b782c5bcb90a71ae551a40af4a6466b48648 -SIZE (pkg-1.10.99.1.tar.xz) = 2227396 +TIMESTAMP = 1487522375 +SHA256 (pkg-1.10.99.2.tar.xz) = f289b53a81ea5ba651de1fe2a7f7f4be178f8796613564548352468060cae4ed +SIZE (pkg-1.10.99.2.tar.xz) = 2188752 Modified: head/ports-mgmt/pkg-devel/pkg-plist ============================================================================== --- head/ports-mgmt/pkg-devel/pkg-plist Sun Feb 19 16:20:06 2017 (r434407) +++ head/ports-mgmt/pkg-devel/pkg-plist Sun Feb 19 16:43:03 2017 (r434408) @@ -24,7 +24,6 @@ man/man8/pkg-backup.8.gz man/man8/pkg-check.8.gz man/man8/pkg-clean.8.gz man/man8/pkg-config.8.gz -man/man8/pkg-convert.8.gz man/man8/pkg-create.8.gz man/man8/pkg-delete.8.gz man/man8/pkg-fetch.8.gz @@ -52,5 +51,4 @@ man/man8/pkg-which.8.gz man/man8/pkg.8.gz sbin/pkg sbin/pkg-static -sbin/pkg2ng share/zsh/site-functions/_pkg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702191643.v1JGh3vO084794>