From owner-svn-ports-head@FreeBSD.ORG Thu Mar 14 02:42:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E8D289AC; Thu, 14 Mar 2013 02:42:11 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C2CEBA83; Thu, 14 Mar 2013 02:42:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2E2gBQs080531; Thu, 14 Mar 2013 02:42:11 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2E2gBUx080529; Thu, 14 Mar 2013 02:42:11 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201303140242.r2E2gBUx080529@svn.freebsd.org> From: Bryan Drewery Date: Thu, 14 Mar 2013 02:42:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314127 - 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.14 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, 14 Mar 2013 02:42:12 -0000 Author: bdrewery Date: Thu Mar 14 02:42:11 2013 New Revision: 314127 URL: http://svnweb.freebsd.org/changeset/ports/314127 Log: - Update to 1.0.9 Changes: - pkg-query(8) now returns EX_UNAVAILABLE when no package could be found [1] - pkg-rquery(8) now returns EX_UNAVAILABLE when no package could be found - Incompatible ABI message has been improved - Support base libbsdyml when possible over bundled libyaml - Fix `pkg install -fR` not installing missing dependencies [2] - Fix build with clang/gcc-4.7 in some cases [3] - Fix SRV MIRROR support - pkg-{fetch,install,upgrade} -L has been deprecated. Please use -U now. -L will be removed in a future release. Thiwas was done to be consistent with future support for -U in pkg-rquery(8) and pkg-search(8) - Make DEVELOPER_MODE architecture suggestion more clear that it is non-fatal. This is not really implemented yet and is just a hint. - Fix @cwd not being respected for @exec/@unexec. This mostly manifested as directories being created in the wrong place when installing packages. - New configuration option FETCH_TIMEOUT [4] - Documentation updates PR: ports/173515 [1] Reported by: eadler [1] Submitted by: Alexandre Perrin [1] PR: ports/175899 [2] Reported by: Adam McDougall [2] Submitted by: John Marino [3] Submitted by: Dan McGregor [4] Reviewed by: bapt (release changeset) With hat: portmgr Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Thu Mar 14 01:50:38 2013 (r314126) +++ head/ports-mgmt/pkg/Makefile Thu Mar 14 02:42:11 2013 (r314127) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.0.8 +DISTVERSION= 1.0.9 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/portmgr \ http://files.etoilebsd.net/pkg/ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Thu Mar 14 01:50:38 2013 (r314126) +++ head/ports-mgmt/pkg/distinfo Thu Mar 14 02:42:11 2013 (r314127) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.0.8.tar.xz) = 6a061d8b9f880bb15788fc7e859e7d15d74630228ecda0821df29b17971e1c4d -SIZE (pkg-1.0.8.tar.xz) = 1449168 +SHA256 (pkg-1.0.9.tar.xz) = 33a59b3a16b4e02eb6cc6c0ad9fd62e0646cba531cec77a442a33e0f03d1da8a +SIZE (pkg-1.0.9.tar.xz) = 1449752