svn commit: r321091 - head/ports-mgmt/pkg-devel
Baptiste Daroussin
bapt at FreeBSD.org
Mon Jun 17 09:31:01 UTC 2013
Author: bapt
Date: Mon Jun 17 09:31:00 2013
New Revision: 321091
URL: http://svnweb.freebsd.org/changeset/ports/321091
Log:
Update to 1.1.0 rc1
Changes:
- Fix pkg install -R [1]
- pkg install -R does not downgrade anymore except if -f is passed.
- Fix package validation [2]
- Do not try to search on repositories if no repositories are configured
- Fix pkg query '%M' printing '(null)' [3]
Reported by: Nikolai Lifanov <lifanov at mail.lifanov.com> [1],
Waitman Gobble (github issue #514), and many others [2],
flo [3]
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 Mon Jun 17 09:23:52 2013 (r321090)
+++ head/ports-mgmt/pkg-devel/Makefile Mon Jun 17 09:31:00 2013 (r321091)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.1.0.b4
+DISTVERSION= 1.1.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 Mon Jun 17 09:23:52 2013 (r321090)
+++ head/ports-mgmt/pkg-devel/distinfo Mon Jun 17 09:31:00 2013 (r321091)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.1.0.b4.tar.xz) = c0c6c54523200079dc446a760844c2eb5b6bd64a381505b9236b3dab7b0009fa
-SIZE (pkg-1.1.0.b4.tar.xz) = 1551056
+SHA256 (pkg-1.1.0.rc1.tar.xz) = 9569e0cfc7245834386d8f07f82a32f40701f70dfe7f1bfdea12abbe037e5bb7
+SIZE (pkg-1.1.0.rc1.tar.xz) = 1551448
More information about the svn-ports-head
mailing list