svn commit: r349161 - head/ports-mgmt/pkg-devel
Baptiste Daroussin
bapt at FreeBSD.org
Tue Mar 25 17:17:22 UTC 2014
Author: bapt
Date: Tue Mar 25 17:17:22 2014
New Revision: 349161
URL: http://svnweb.freebsd.org/changeset/ports/349161
QAT: https://qat.redports.org/buildarchive/r349161/
Log:
Release 1.3.0.a5
Changes:
- Added ability to install packages with missing dependencies
- Do not enter in a sandbox if the database is open
- Do not count the lock owner as lock blocker.
- Lots of rework and fixes to improve the solver when trying to upgrade very old package database.
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 Mar 25 16:37:49 2014 (r349160)
+++ head/ports-mgmt/pkg-devel/Makefile Tue Mar 25 17:17:22 2014 (r349161)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.3.0.a4
-PORTREVISION= 1
+DISTVERSION= 1.3.0.a5
CATEGORIES= ports-mgmt
MASTER_SITES= \
http://files.etoilebsd.net/pkg/ \
Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo Tue Mar 25 16:37:49 2014 (r349160)
+++ head/ports-mgmt/pkg-devel/distinfo Tue Mar 25 17:17:22 2014 (r349161)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.3.0.a4.tar.xz) = c4177b7a4990ad608a8a783901acc57d03119afc94cc1d99b7c63c558a07f99a
-SIZE (pkg-1.3.0.a4.tar.xz) = 1667600
+SHA256 (pkg-1.3.0.a5.tar.xz) = 7e723d50acff314dc6cc1dc670a014b08fc1bed0a4d00efd6df2052e8278fa60
+SIZE (pkg-1.3.0.a5.tar.xz) = 1668112
More information about the svn-ports-all
mailing list