svn commit: r412403 - head/ports-mgmt/pkg

Baptiste Daroussin bapt at FreeBSD.org
Sat Apr 2 12:51:09 UTC 2016


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


More information about the svn-ports-all mailing list