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

Baptiste Daroussin bapt at FreeBSD.org
Mon Nov 23 21:56:15 UTC 2015


Author: bapt
Date: Mon Nov 23 21:56:14 2015
New Revision: 402334
URL: https://svnweb.freebsd.org/changeset/ports/402334

Log:
  Update to 1.6.2
  Changes:
  - Fix cross building
  - Improved zsh completion
  - Improved error messages
  - Improved documentation
  - Bug fixes in the solver
  - Allow to specify repositories directly via pkg.conf
  - Allow multiple version of the same package in a repository
  - Fix ipv6 testing in configuration

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

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Mon Nov 23 21:46:51 2015	(r402333)
+++ head/ports-mgmt/pkg/Makefile	Mon Nov 23 21:56:14 2015	(r402334)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.6.1
-PORTREVISION=	2
+DISTVERSION=	1.6.2
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo	Mon Nov 23 21:46:51 2015	(r402333)
+++ head/ports-mgmt/pkg/distinfo	Mon Nov 23 21:56:14 2015	(r402334)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.6.1.tar.xz) = b897549327f9caf9b376f33922f85971b5258cab7661b0d9fb81ff0ad41b90ea
-SIZE (pkg-1.6.1.tar.xz) = 1930004
+SHA256 (pkg-1.6.2.tar.xz) = aeb9050619707da8b0a89033e23a01682fc73606accccef042c0a5d8b364366b
+SIZE (pkg-1.6.2.tar.xz) = 1898592


More information about the svn-ports-all mailing list