svn commit: r319488 - in head/ports-mgmt/pkg-devel: . files
Baptiste Daroussin
bapt at FreeBSD.org
Fri May 31 12:02:54 UTC 2013
Author: bapt
Date: Fri May 31 12:02:54 2013
New Revision: 319488
URL: http://svnweb.freebsd.org/changeset/ports/319488
Log:
Update to 1.1.0.b2
- Fix pkg audit -F [1]
- Fix the new solver trying to downgrade some packages when it shouldn't
- Properly show how much space is going to be free/required when deinstalling [2]
Reported by: Nikolai Lifanov <lifanov at mail.lifanov.com> [1], gerald [2]
Deleted:
head/ports-mgmt/pkg-devel/files/
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 Fri May 31 11:54:01 2013 (r319487)
+++ head/ports-mgmt/pkg-devel/Makefile Fri May 31 12:02:54 2013 (r319488)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.1.0.b1
-PORTREVISION= 1
+DISTVERSION= 1.1.0.b2
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 Fri May 31 11:54:01 2013 (r319487)
+++ head/ports-mgmt/pkg-devel/distinfo Fri May 31 12:02:54 2013 (r319488)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.1.0.b1.tar.xz) = bb851be8bb778b21f8e91271b15834c7dc0089e9973c8afe1dd62ae04a81f2f6
-SIZE (pkg-1.1.0.b1.tar.xz) = 1549412
+SHA256 (pkg-1.1.0.b2.tar.xz) = df6a5d042daa073e33b3bda1c843e3a6dfe9367badbf3996f29e2190d4e48e5b
+SIZE (pkg-1.1.0.b2.tar.xz) = 1549240
More information about the svn-ports-head
mailing list