svn commit: r334338 - head/ports-mgmt/pkg-devel
Baptiste Daroussin
bapt at FreeBSD.org
Tue Nov 19 18:04:12 UTC 2013
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
More information about the svn-ports-head
mailing list