Date: Sat, 30 May 2015 09:01:36 +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: r387921 - head/ports-mgmt/pkg Message-ID: <201505300901.t4U91aCM058789@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505300901.t4U91aCM058789>