svn commit: r374065 - head/ports-mgmt/pkg-devel
Baptiste Daroussin
bapt at FreeBSD.org
Fri Dec 5 17:48:04 UTC 2014
Author: bapt
Date: Fri Dec 5 17:48:02 2014
New Revision: 374065
URL: https://svnweb.freebsd.org/changeset/ports/374065
QAT: https://qat.redports.org/buildarchive/r374065/
Log:
Update to 1.4.0 rc1
Changes:
- Print orphaned packages in pkg version when comparing with the INDEX file
- Fix pkg upgrade leaving directories behind
- Plug memory leaks when parsing plists
- Remove some dead code
- Improve documentation
- file:// repository files are now fetched again into the cache to avoid
problems in integrity check
- The repository configuration files are now load in alpha order
- When upgrading from a database with duplicated package names arbitrary rename them
- Fix pkg fetch -o
- Fix return code when pkg fetch fails
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 Dec 5 17:45:00 2014 (r374064)
+++ head/ports-mgmt/pkg-devel/Makefile Fri Dec 5 17:48:02 2014 (r374065)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.4.0.beta2
+DISTVERSION= 1.4.0.rc1
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
MASTER_SITES= \
Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo Fri Dec 5 17:45:00 2014 (r374064)
+++ head/ports-mgmt/pkg-devel/distinfo Fri Dec 5 17:48:02 2014 (r374065)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.4.0.beta2.tar.xz) = 60851e30218dd6182b3b968631f1568d888766cb01c10e9790152d729cd68ba5
-SIZE (pkg-1.4.0.beta2.tar.xz) = 1798032
+SHA256 (pkg-1.4.0.rc1.tar.xz) = 1b73c7159e6fde61ea358ecfbb44b3de35ce37130e5f4ff708f3ea72a509a1fd
+SIZE (pkg-1.4.0.rc1.tar.xz) = 1800512
More information about the svn-ports-all
mailing list