Date: Wed, 23 Jul 2014 14:11:11 +0000 (UTC) From: Vsevolod Stakhov <vsevolod@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362697 - head/ports-mgmt/pkg-devel Message-ID: <201407231411.s6NEBBqR082314@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407231411.s6NEBBqR082314>