From owner-svn-ports-head@FreeBSD.ORG Fri Jan 23 15:57:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6D039D61; Fri, 23 Jan 2015 15:57:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58D64944; Fri, 23 Jan 2015 15:57:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0NFvLhm047116; Fri, 23 Jan 2015 15:57:21 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0NFvKFE047114; Fri, 23 Jan 2015 15:57:20 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201501231557.t0NFvKFE047114@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 23 Jan 2015 15:57:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377746 - head/ports-mgmt/pkg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jan 2015 15:57:21 -0000 Author: bapt Date: Fri Jan 23 15:57:20 2015 New Revision: 377746 URL: https://svnweb.freebsd.org/changeset/ports/377746 QAT: https://qat.redports.org/buildarchive/r377746/ Log: Release 1.4.7: Changes: - pkg updating now support case insensitive matching - pkg_printf(3) support %x (so print the size of the package tarball) - Use SI symbols (MiB instead of MB) - When using procctl on an older kernel that does not implement the reaper functionnality, be explicit about the failing syscall. - Lofs of fixes on the chflags handling Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Fri Jan 23 15:53:18 2015 (r377745) +++ head/ports-mgmt/pkg/Makefile Fri Jan 23 15:57:20 2015 (r377746) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.4.6 +DISTVERSION= 1.4.7 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Fri Jan 23 15:53:18 2015 (r377745) +++ head/ports-mgmt/pkg/distinfo Fri Jan 23 15:57:20 2015 (r377746) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.4.6.tar.xz) = 7e368e339990386a8e2f710d8ded094990df8cb1c8f298c14faa09a09e2f3817 -SIZE (pkg-1.4.6.tar.xz) = 1778964 +SHA256 (pkg-1.4.7.tar.xz) = 14ab3c611c7b287e4c22cc4f84c3437ccae3537ea677dee981b8f739f822f958 +SIZE (pkg-1.4.7.tar.xz) = 1772652