svn commit: r387919 - head/ports-mgmt/pkg-devel
Baptiste Daroussin
bapt at FreeBSD.org
Sat May 30 08:53:00 UTC 2015
Author: bapt
Date: Sat May 30 08:52:59 2015
New Revision: 387919
URL: https://svnweb.freebsd.org/changeset/ports/387919
Log:
Update to 1.5.99.3
Changes:
- Updates in manpages
- Improved support for --quiet everywhere
- Keep 7 (by default) days (rotation) of backups of the database
- Prune old style backups entirely
- Code cleanup
- Deduplication of the checksum related part of the code
- New checksum serialization format for files allowing to change the checksum
algorihtm (fully backward compatible) for now sha256 and blake2b are supported
- pkg check -d now knows about provides/requires
- Do not pushed in shlibs required any library we can find in the list of files
owned by the package
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 Sat May 30 08:46:53 2015 (r387918)
+++ head/ports-mgmt/pkg-devel/Makefile Sat May 30 08:52:59 2015 (r387919)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.5.99.2
+DISTVERSION= 1.5.99.3
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
MASTER_SITES= \
Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo Sat May 30 08:46:53 2015 (r387918)
+++ head/ports-mgmt/pkg-devel/distinfo Sat May 30 08:52:59 2015 (r387919)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.5.99.2.tar.xz) = 6e3d0a6ecff1291b99c840195ba9d3bc05a8af806b0b8af8d059a92ee8c252a4
-SIZE (pkg-1.5.99.2.tar.xz) = 1915168
+SHA256 (pkg-1.5.99.3.tar.xz) = 8ed0822fd8863653f691e1cfe6929e903dfa6cba1d5f3586ae1d5a637dfa2aaa
+SIZE (pkg-1.5.99.3.tar.xz) = 1921880
More information about the svn-ports-all
mailing list