Date: Sat, 2 Apr 2016 12:51:08 +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: r412403 - head/ports-mgmt/pkg Message-ID: <201604021251.u32Cp8w8084373@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Apr 2 12:51:08 2016 New Revision: 412403 URL: https://svnweb.freebsd.org/changeset/ports/412403 Log: Update to 1.7.1 This release fixes regressions: - detection of new version of pkg could fail - if the all process operation would have an inpact of less than 1MB on the FS then the action is proceed with out asking the user to acknowledge it Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Sat Apr 2 12:02:16 2016 (r412402) +++ head/ports-mgmt/pkg/Makefile Sat Apr 2 12:51:08 2016 (r412403) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.7.0 +DISTVERSION= 1.7.1 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Sat Apr 2 12:02:16 2016 (r412402) +++ head/ports-mgmt/pkg/distinfo Sat Apr 2 12:51:08 2016 (r412403) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.7.0.tar.xz) = 967394ebc08924b452f2efa0a1b993b81fa868ce70dbc0764280979c6e6942d8 -SIZE (pkg-1.7.0.tar.xz) = 1908468 +SHA256 (pkg-1.7.1.tar.xz) = c82f668ea6f25d253a5485ed28ba3b54e019a53decf5a1dc7736e45613f1202d +SIZE (pkg-1.7.1.tar.xz) = 1943816
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604021251.u32Cp8w8084373>