svn commit: r358955 - head/ports-mgmt/pkg-devel
Vsevolod Stakhov
vsevolod at FreeBSD.org
Mon Jun 23 13:56:50 UTC 2014
Author: vsevolod
Date: Mon Jun 23 13:56:49 2014
New Revision: 358955
URL: http://svnweb.freebsd.org/changeset/ports/358955
QAT: https://qat.redports.org/buildarchive/r358955/
Log:
Update to 1.3.0.b7
Changes:
- Save repo type in the annotation.
- Fix packages fetching for reinstallation
- Convert pkg repo from threads to processes (no more pthread dependency)
- Add progress indicators to repo create
- Implement new repo style:
* Add metafile
* Use data from that metafile
* Use advanced manifest digests format
* Implement legacy repos creation
- Fix symlinks checksums (reported by misha @ #pkgng)
- Fix pkg backup -r messages
- Now pkg is able to delete multiple versions of the same package (e.g. when some packages are
merged into one another)
- Fix repo schema upgrade
- Do not try to re-fetch broken packages infinitely
- Fix couple minor bugs and crashes
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 Mon Jun 23 13:53:29 2014 (r358954)
+++ head/ports-mgmt/pkg-devel/Makefile Mon Jun 23 13:56:49 2014 (r358955)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.3.0.b6
+DISTVERSION= 1.3.0.b7
CATEGORIES= ports-mgmt
MASTER_SITES= \
http://highsecure.ru/distfiles/ \
Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo Mon Jun 23 13:53:29 2014 (r358954)
+++ head/ports-mgmt/pkg-devel/distinfo Mon Jun 23 13:56:49 2014 (r358955)
@@ -1,2 +1,2 @@
-SIZE (pkg-1.3.0.b6.tar.xz) = 1693056
-SHA256 (pkg-1.3.0.b6.tar.xz) = c9f39aa25be438da9fe46693c155e9e74d38156d95e3d98149a651830aac202a
+SIZE (pkg-1.3.0.b7.tar.xz) = 1720276
+SHA256 (pkg-1.3.0.b7.tar.xz) = 715c1d9aba6ba1305478f91db8c3b2734989dc203687d72303e301a371cf7a72
More information about the svn-ports-all
mailing list