svn commit: r361358 - head/ports-mgmt/pkg-devel

Vsevolod Stakhov vsevolod at FreeBSD.org
Wed Jul 9 12:11:31 UTC 2014


Author: vsevolod
Date: Wed Jul  9 12:11:30 2014
New Revision: 361358
URL: http://svnweb.freebsd.org/changeset/ports/361358
QAT: https://qat.redports.org/buildarchive/r361358/

Log:
  Update to rc2.
  
  Changes:
  - Fix critical bug in the solver caused not required packages being installed
  - Rework DPLL algorithm to solve tasks quicker by propagating units on each step
  - Fix bug with loading of package files and directories
  - If all files are downloaded then perform integrity check immediately without extra queries to a user
  - Removed incorrect error messages
  
  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	Wed Jul  9 11:59:18 2014	(r361357)
+++ head/ports-mgmt/pkg-devel/Makefile	Wed Jul  9 12:11:30 2014	(r361358)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.3.0.rc1
+DISTVERSION=	1.3.0.rc2
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\
 		http://highsecure.ru/distfiles/ \

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Wed Jul  9 11:59:18 2014	(r361357)
+++ head/ports-mgmt/pkg-devel/distinfo	Wed Jul  9 12:11:30 2014	(r361358)
@@ -1,2 +1,2 @@
-SIZE (pkg-1.3.0.rc1.tar.xz) = 1723352
-SHA256 (pkg-1.3.0.rc1.tar.xz) = e6e7c24d71127277869a822013d2389d51a3c5807123707df3d66d12c8d7f0fa
+SIZE (pkg-1.3.0.rc2.tar.xz) = 1726280
+SHA256 (pkg-1.3.0.rc2.tar.xz) = 8e640001fae3eb3ede1cf17757192ad370ed168be85f9edfb2468a7b9cab8f07


More information about the svn-ports-all mailing list