From owner-svn-ports-all@FreeBSD.ORG Sat May 30 08:53:00 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 487EBEA3; Sat, 30 May 2015 08:53:00 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 368D21675; Sat, 30 May 2015 08:53:00 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4U8r00Q053609; Sat, 30 May 2015 08:53:00 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4U8qxPk053600; Sat, 30 May 2015 08:52:59 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201505300852.t4U8qxPk053600@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 30 May 2015 08:52:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387919 - head/ports-mgmt/pkg-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 May 2015 08:53:00 -0000 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