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

Baptiste Daroussin bapt at FreeBSD.org
Wed Feb 10 23:27:19 UTC 2016


Author: bapt
Date: Wed Feb 10 23:27:17 2016
New Revision: 408669
URL: https://svnweb.freebsd.org/changeset/ports/408669

Log:
  Update to 1.6.4
  Changes:
  - Fix hardlinks extraction with --rootdir
  - Relax url scheme acceptance to allow file:/ and file://
  - Accept pkg+ for url scheme where it was never intended to be used, because users used it anyway
  - Remove pkg-message

Deleted:
  head/ports-mgmt/pkg/pkg-message
Modified:
  head/ports-mgmt/pkg/Makefile
  head/ports-mgmt/pkg/distinfo

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Wed Feb 10 22:32:57 2016	(r408668)
+++ head/ports-mgmt/pkg/Makefile	Wed Feb 10 23:27:17 2016	(r408669)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.6.3
+DISTVERSION=	1.6.4
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo	Wed Feb 10 22:32:57 2016	(r408668)
+++ head/ports-mgmt/pkg/distinfo	Wed Feb 10 23:27:17 2016	(r408669)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.6.3.tar.xz) = 90af4191312829c7d7722f73867b75a2056e8462ebd9a1b9c529058e82fca829
-SIZE (pkg-1.6.3.tar.xz) = 1930504
+SHA256 (pkg-1.6.4.tar.xz) = edb2d7212ac0149949dcebc08c2c15793589eaafddf097a2fca5ace25434758e
+SIZE (pkg-1.6.4.tar.xz) = 1928740


More information about the svn-ports-all mailing list