From owner-svn-ports-all@FreeBSD.ORG Thu Apr 16 15:28:38 2015 Return-Path: Delivered-To: svn-ports-all@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 729D2960; Thu, 16 Apr 2015 15:28:38 +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 5E102BE2; Thu, 16 Apr 2015 15:28:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3GFScT7018137; Thu, 16 Apr 2015 15:28:38 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3GFSb78018135; Thu, 16 Apr 2015 15:28:37 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201504161528.t3GFSb78018135@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 16 Apr 2015 15:28:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384115 - 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-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, 16 Apr 2015 15:28:38 -0000 Author: bapt Date: Thu Apr 16 15:28:37 2015 New Revision: 384115 URL: https://svnweb.freebsd.org/changeset/ports/384115 Log: Update to 1.5.1 Changes: - Fix pkg ssh:// - Fix a missing '\n' in pkg audit - Fix compat at functions to not mess up with cwd Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Thu Apr 16 15:25:43 2015 (r384114) +++ head/ports-mgmt/pkg/Makefile Thu Apr 16 15:28:37 2015 (r384115) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.5.0 +DISTVERSION= 1.5.1 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Thu Apr 16 15:25:43 2015 (r384114) +++ head/ports-mgmt/pkg/distinfo Thu Apr 16 15:28:37 2015 (r384115) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.5.0.tar.xz) = 3b6d5ef80ddad2a20779cd15c34d634347927d5a661af221a762491682b61850 -SIZE (pkg-1.5.0.tar.xz) = 1906504 +SHA256 (pkg-1.5.1.tar.xz) = 7fc5ada9cdd2840732f3278136ca083e64691571140eec007748ca40001a7772 +SIZE (pkg-1.5.1.tar.xz) = 1909404