Date: Tue, 19 Nov 2013 18:04:11 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334338 - head/ports-mgmt/pkg-devel Message-ID: <201311191804.rAJI4BbT013522@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Nov 19 18:04:11 2013 New Revision: 334338 URL: http://svnweb.freebsd.org/changeset/ports/334338 Log: - Update to 1.2.0.rc1 - Changes: * Fix loading of fingerprints * Fix ssh transport by refactoring * Skip self upgrade with -F is passed * Fix pkg info -[q]O * Fix pkg info -q (with no other options) * Make fingerprints signature checking actually working 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 Nov 19 18:00:22 2013 (r334337) +++ head/ports-mgmt/pkg-devel/Makefile Tue Nov 19 18:04:11 2013 (r334338) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.2.0.b2 -PORTREVISION= 2 +DISTVERSION= 1.2.0.rc1 CATEGORIES= ports-mgmt MASTER_SITES= http://files.etoilebsd.net/pkg/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Tue Nov 19 18:00:22 2013 (r334337) +++ head/ports-mgmt/pkg-devel/distinfo Tue Nov 19 18:04:11 2013 (r334338) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.2.0.b2.tar.xz) = 8eadb9073195dc2c56386989a94f17445feae1770fe3b70dd0553282ea1adcc1 -SIZE (pkg-1.2.0.b2.tar.xz) = 1787968 +SHA256 (pkg-1.2.0.rc1.tar.xz) = d281448f01d3270d361c88e03d8aad953a2ad7eda18ed5c2559ee3061992ba78 +SIZE (pkg-1.2.0.rc1.tar.xz) = 1802340
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311191804.rAJI4BbT013522>