Date: Tue, 22 Jul 2014 16:02:05 +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: r362552 - head/ports-mgmt/pkg-devel Message-ID: <201407221602.s6MG25wD061990@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vsevolod Date: Tue Jul 22 16:02:04 2014 New Revision: 362552 URL: http://svnweb.freebsd.org/changeset/ports/362552 QAT: https://qat.redports.org/buildarchive/r362552/ Log: Update to 1.3.0.rc4 Changes: - Fix output format when a dependency is missing - Fix typo (dbpath -> dbdir) - Create repo compatible with pkg 1.2 (path -> repopath) - Event pipe related fixes - Fetching now does not use mkstemp(2) to create files - Change permissions of files fetched to default ones - Fix fetching for reinstalled packages - Fix build on mips by proper checking of atomic builtins 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 Tue Jul 22 15:48:37 2014 (r362551) +++ head/ports-mgmt/pkg-devel/Makefile Tue Jul 22 16:02:04 2014 (r362552) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.3.0.rc3 +DISTVERSION= 1.3.0.rc4 CATEGORIES= ports-mgmt MASTER_SITES= \ http://highsecure.ru/distfiles/ \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Tue Jul 22 15:48:37 2014 (r362551) +++ head/ports-mgmt/pkg-devel/distinfo Tue Jul 22 16:02:04 2014 (r362552) @@ -1,2 +1,2 @@ -SIZE (pkg-1.3.0.rc3.tar.xz) = 1700672 -SHA256 (pkg-1.3.0.rc3.tar.xz) = e7ae1e58e2b0c228cdcfb2c9fbc0bfc0c3152450731dc02898791de8f09c06f5 +SIZE (pkg-1.3.0.rc4.tar.xz) = 1728212 +SHA256 (pkg-1.3.0.rc4.tar.xz) = b75475226193b79c973c98eb621b9f642ecef8cbf696076a88d6c7a66a862be8
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407221602.s6MG25wD061990>