From owner-svn-ports-all@FreeBSD.ORG Sat May 30 09:01:37 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0451F317; Sat, 30 May 2015 09:01:37 +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 E6366179C; Sat, 30 May 2015 09:01:36 +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 t4U91ak8058791; Sat, 30 May 2015 09:01:36 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4U91aCM058789; Sat, 30 May 2015 09:01:36 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201505300901.t4U91aCM058789@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 09:01:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387921 - head/ports-mgmt/pkg 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 09:01:37 -0000 Author: bapt Date: Sat May 30 09:01:35 2015 New Revision: 387921 URL: https://svnweb.freebsd.org/changeset/ports/387921 Log: Update to 1.5.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 - 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/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Sat May 30 09:00:07 2015 (r387920) +++ head/ports-mgmt/pkg/Makefile Sat May 30 09:01:35 2015 (r387921) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.5.2 +DISTVERSION= 1.5.3 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Sat May 30 09:00:07 2015 (r387920) +++ head/ports-mgmt/pkg/distinfo Sat May 30 09:01:35 2015 (r387921) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.5.2.tar.xz) = e25c97241037374b6200a42a86464499bf409c66cb848ec02154c2e4dc60b2dd -SIZE (pkg-1.5.2.tar.xz) = 1896204 +SHA256 (pkg-1.5.3.tar.xz) = 3c59d556e73055b2ce783ae543f8252488ada3d40a8c15d80cfbff449fe0bd3c +SIZE (pkg-1.5.3.tar.xz) = 1865608