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

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 21 21:08:40 UTC 2015


Author: bapt
Date: Mon Sep 21 21:08:39 2015
New Revision: 397520
URL: https://svnweb.freebsd.org/changeset/ports/397520

Log:
  Update to pkg 1.5.99.13 aka 1.6.0 rc3
  Changes:
  - Important fixes in the solver (fixes the jpeg->jpeg-turbo issue)
  - +DISPLAY can now be a ucl file (contextual messages)
  - pkg info -D now understand ucl format
  - keywords can now define messages to be printed (depending on the context)
  - PKG_ROOTDIR is now always set in scripts (default to /)
  - pkg version now accept -n <pkgname> to check a given package version against
    remote repository or ports tree or INDEX file
  - Improve Linux support: testuite now passes entirely on linux
  - pkg register only tries to load +DESC if it exists

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 Sep 21 20:36:07 2015	(r397519)
+++ head/ports-mgmt/pkg-devel/Makefile	Mon Sep 21 21:08:39 2015	(r397520)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.5.99.12
+DISTVERSION=	1.5.99.13
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Mon Sep 21 20:36:07 2015	(r397519)
+++ head/ports-mgmt/pkg-devel/distinfo	Mon Sep 21 21:08:39 2015	(r397520)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.5.99.12.tar.xz) = 3e5428409427ca8cc58c3c5e7f54763b19691657ea16cdec67c2107d30eea9da
-SIZE (pkg-1.5.99.12.tar.xz) = 1923292
+SHA256 (pkg-1.5.99.13.tar.xz) = db72058fb26203b41007d8b109363df4e9c4b821f67666f59f67d2240557395b
+SIZE (pkg-1.5.99.13.tar.xz) = 1900516


More information about the svn-ports-head mailing list