svn commit: r412404 - branches/2016Q2/ports-mgmt/pkg

Baptiste Daroussin bapt at FreeBSD.org
Sat Apr 2 12:52:10 UTC 2016


Author: bapt
Date: Sat Apr  2 12:52:08 2016
New Revision: 412404
URL: https://svnweb.freebsd.org/changeset/ports/412404

Log:
  MFH: r412403
  
  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
  
  Approved by:	bapt (with portmgr hat)

Modified:
  branches/2016Q2/ports-mgmt/pkg/Makefile
  branches/2016Q2/ports-mgmt/pkg/distinfo
Directory Properties:
  branches/2016Q2/   (props changed)

Modified: branches/2016Q2/ports-mgmt/pkg/Makefile
==============================================================================
--- branches/2016Q2/ports-mgmt/pkg/Makefile	Sat Apr  2 12:51:08 2016	(r412403)
+++ branches/2016Q2/ports-mgmt/pkg/Makefile	Sat Apr  2 12:52:08 2016	(r412404)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.7.0
+DISTVERSION=	1.7.1
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: branches/2016Q2/ports-mgmt/pkg/distinfo
==============================================================================
--- branches/2016Q2/ports-mgmt/pkg/distinfo	Sat Apr  2 12:51:08 2016	(r412403)
+++ branches/2016Q2/ports-mgmt/pkg/distinfo	Sat Apr  2 12:52:08 2016	(r412404)
@@ -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


More information about the svn-ports-all mailing list