svn commit: r349777 - head/ports-mgmt/pkg-devel
Baptiste Daroussin
bapt at FreeBSD.org
Mon Mar 31 16:56:40 UTC 2014
Author: bapt
Date: Mon Mar 31 16:56:39 2014
New Revision: 349777
URL: http://svnweb.freebsd.org/changeset/ports/349777
QAT: https://qat.redports.org/buildarchive/r349777/
Log:
Update to 1.3.0.a7:
Changes:
- pkg create uses a readonly lock
- pkg create returns non 0 is package creation failed
- rework the cache so that is avoid collision with multirepo and avoid warning the users harmless checksum retry
- do not cache anymore files when using file:// scheme
- Preserve automatic flags of local packages.
- Use installed provides if possible.
- Fix local and remote logic for provides and conflicts.
- Optimize SAT solving slightly.
- Make duplicate-related warning fatal in developer mode
- Continue turning the public api into pkg_objects
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 Mar 31 16:44:06 2014 (r349776)
+++ head/ports-mgmt/pkg-devel/Makefile Mon Mar 31 16:56:39 2014 (r349777)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.3.0.a6
+DISTVERSION= 1.3.0.a7
CATEGORIES= ports-mgmt
MASTER_SITES= \
http://files.etoilebsd.net/pkg/ \
Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo Mon Mar 31 16:44:06 2014 (r349776)
+++ head/ports-mgmt/pkg-devel/distinfo Mon Mar 31 16:56:39 2014 (r349777)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.3.0.a6.tar.xz) = 7359a858e64ad4d356d3b4abd3b4a33c80ffab162ee1b28243d72b484ecb0417
-SIZE (pkg-1.3.0.a6.tar.xz) = 1645396
+SHA256 (pkg-1.3.0.a7.tar.xz) = 4d37890d17c902f21ee4cf0729e6d97cf69ae3aaabf91084b08059dc9abcb777
+SIZE (pkg-1.3.0.a7.tar.xz) = 1646552
More information about the svn-ports-all
mailing list