From owner-svn-ports-all@FreeBSD.ORG Thu May 7 22:45:09 2015 Return-Path: Delivered-To: svn-ports-all@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 E3AD7661; Thu, 7 May 2015 22:45:09 +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 D271318A8; Thu, 7 May 2015 22:45:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t47Mj9Wb024847; Thu, 7 May 2015 22:45:09 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t47Mj9Kk024845; Thu, 7 May 2015 22:45:09 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201505072245.t47Mj9Kk024845@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:45:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385707 - head/ports-mgmt/pkg-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2015 22:45:10 -0000 Author: bapt Date: Thu May 7 22:45:08 2015 New Revision: 385707 URL: https://svnweb.freebsd.org/changeset/ports/385707 Log: Update to 1.5.99.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 - Update sqlite to 3.8.9 - Add linenoise to have editing capabilities with pkg shell - 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-devel/Makefile head/ports-mgmt/pkg-devel/distinfo Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Thu May 7 22:42:25 2015 (r385706) +++ head/ports-mgmt/pkg-devel/Makefile Thu May 7 22:45:08 2015 (r385707) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.5.99.1 +DISTVERSION= 1.5.99.2 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Thu May 7 22:42:25 2015 (r385706) +++ head/ports-mgmt/pkg-devel/distinfo Thu May 7 22:45:08 2015 (r385707) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.5.99.1.tar.xz) = 25d455dce80e2a2b9eb6a9bf51bf45f147e4a8438e6163ba3d09f99bdf6071f7 -SIZE (pkg-1.5.99.1.tar.xz) = 1895556 +SHA256 (pkg-1.5.99.2.tar.xz) = 6e3d0a6ecff1291b99c840195ba9d3bc05a8af806b0b8af8d059a92ee8c252a4 +SIZE (pkg-1.5.99.2.tar.xz) = 1915168