From owner-svn-ports-head@FreeBSD.ORG Thu May 7 22:50:53 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F781BEA; Thu, 7 May 2015 22:50:53 +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 0E64218FD; Thu, 7 May 2015 22:50:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t47MoqvI028941; Thu, 7 May 2015 22:50:52 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t47MoqtC028939; Thu, 7 May 2015 22:50:52 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201505072250.t47MoqtC028939@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 7 May 2015 22:50:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385710 - 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.20 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: Thu, 07 May 2015 22:50:53 -0000 Author: bapt Date: Thu May 7 22:50:51 2015 New Revision: 385710 URL: https://svnweb.freebsd.org/changeset/ports/385710 Log: Update to 1.5.2 Changes: - Documentation updates - Make pkg alias -l respect quiet - Reinstall packages if shlib provided has changed - Do not expose shlibs without SONAME as provided libs - Fix pkg audit -r formatting - Stop elf analysis sooner if not operating on an elf file - Fix checking signatures on arm Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Thu May 7 22:50:09 2015 (r385709) +++ head/ports-mgmt/pkg/Makefile Thu May 7 22:50:51 2015 (r385710) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.5.1 +DISTVERSION= 1.5.2 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Thu May 7 22:50:09 2015 (r385709) +++ head/ports-mgmt/pkg/distinfo Thu May 7 22:50:51 2015 (r385710) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.5.1.tar.xz) = 7fc5ada9cdd2840732f3278136ca083e64691571140eec007748ca40001a7772 -SIZE (pkg-1.5.1.tar.xz) = 1909404 +SHA256 (pkg-1.5.2.tar.xz) = e25c97241037374b6200a42a86464499bf409c66cb848ec02154c2e4dc60b2dd +SIZE (pkg-1.5.2.tar.xz) = 1896204