From owner-svn-ports-all@FreeBSD.ORG Wed Jul 23 14:11:11 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 75AFF48C; Wed, 23 Jul 2014 14:11:11 +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 62AAE2F75; Wed, 23 Jul 2014 14:11:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6NEBBlS082318; Wed, 23 Jul 2014 14:11:11 GMT (envelope-from vsevolod@svn.freebsd.org) Received: (from vsevolod@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6NEBBqR082314; Wed, 23 Jul 2014 14:11:11 GMT (envelope-from vsevolod@svn.freebsd.org) Message-Id: <201407231411.s6NEBBqR082314@svn.freebsd.org> From: Vsevolod Stakhov Date: Wed, 23 Jul 2014 14:11:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362697 - 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.18 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: Wed, 23 Jul 2014 14:11:11 -0000 Author: vsevolod Date: Wed Jul 23 14:11:10 2014 New Revision: 362697 URL: http://svnweb.freebsd.org/changeset/ports/362697 QAT: https://qat.redports.org/buildarchive/r362697/ Log: Prior to release 1.3 update pkg-devel to 1.4.0.pre-alpha1. This version is equal to pkg 1.3.0 tag. Changes from 1.3.0.rc4: - Use rename(2) to install symlink [1] - Link directly pkg frontend to libsbuf - Rework installation logic: If a file is found on the way do the following: 1) Append 12 chars random suffix to the filename; 2) Extract new file to that modified filename; 3) Rename new file to old file. - or - 3) Remove temporary file in case of error. - Fix reporting of locked packages [2] - Fix link with binutils 2.24 Reported by: bdrewery[1], az[2] With hat: pkg@ 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 Wed Jul 23 14:10:12 2014 (r362696) +++ head/ports-mgmt/pkg-devel/Makefile Wed Jul 23 14:11:10 2014 (r362697) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.3.0.rc4 +DISTVERSION= 1.4.0.pre-alpha1 CATEGORIES= ports-mgmt MASTER_SITES= \ http://highsecure.ru/distfiles/ \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Wed Jul 23 14:10:12 2014 (r362696) +++ head/ports-mgmt/pkg-devel/distinfo Wed Jul 23 14:11:10 2014 (r362697) @@ -1,2 +1,2 @@ -SIZE (pkg-1.3.0.rc4.tar.xz) = 1728212 -SHA256 (pkg-1.3.0.rc4.tar.xz) = b75475226193b79c973c98eb621b9f642ecef8cbf696076a88d6c7a66a862be8 +SIZE (pkg-1.4.0.pre-alpha1.tar.xz) = 1729608 +SHA256 (pkg-1.4.0.pre-alpha1.tar.xz) = 7c4171abba56f3782db13c95c8dd5797dd3e9b17427d7cef01c472e917f0d31a