Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2015 08:52:59 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387919 - head/ports-mgmt/pkg-devel
Message-ID:  <201505300852.t4U8qxPk053600@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505300852.t4U8qxPk053600>