svn commit: r402333 - head/ports-mgmt/pkg-devel

Baptiste Daroussin bapt at FreeBSD.org
Mon Nov 23 21:46:52 UTC 2015


Author: bapt
Date: Mon Nov 23 21:46:51 2015
New Revision: 402333
URL: https://svnweb.freebsd.org/changeset/ports/402333

Log:
  Update to 1.6.99.2
  Changes:
  - Fix cross building
  - Wording fixes
  - Always restore credentials after extraction in preparation for bigger changes
  - Improve zsh completion
  - Update libucl to the latest version
  - Added support for OpenBSD/Bitrig
  - Add a latest fixes to kill origin usage
  - Improved linux support
  - More user friendly error messages
  - Fixes in the solver: Treat dependencies missed as errors
  - Improved regression framework
  - Allow to specify repositories directly un pkg.conf under the "repositories"
    keyword
  - All multiple version of the same package in a repository
  - Fix configuration regarding ipv6

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

Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile	Mon Nov 23 21:32:49 2015	(r402332)
+++ head/ports-mgmt/pkg-devel/Makefile	Mon Nov 23 21:46:51 2015	(r402333)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.6.99.1
+DISTVERSION=	1.6.99.2
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Mon Nov 23 21:32:49 2015	(r402332)
+++ head/ports-mgmt/pkg-devel/distinfo	Mon Nov 23 21:46:51 2015	(r402333)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.6.99.1.tar.xz) = 89331f62a9e2c7221b739cfbd04185b36abdbd95559e249c581b679abe7badae
-SIZE (pkg-1.6.99.1.tar.xz) = 1896876
+SHA256 (pkg-1.6.99.2.tar.xz) = 84cf573f20e948380070c0ae5506c3ac120bf2553e37290a8bfea61a36153575
+SIZE (pkg-1.6.99.2.tar.xz) = 1936468


More information about the svn-ports-all mailing list