Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Oct 2014 14:30:48 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370787 - head/ports-mgmt/pkg-devel
Message-ID:  <201410131430.s9DEUmhK075098@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Oct 13 14:30:48 2014
New Revision: 370787
URL: https://svnweb.freebsd.org/changeset/ports/370787
QAT: https://qat.redports.org/buildarchive/r370787/

Log:
  Update to 1.4.0.pre-alpha16
  Changes:
  - Rework the job request processing
  - Fix pkg install/upgrade
  - Fix forced reinstall
  - Rework of integrity checking
  - The ABI is now defined using MACHINE_ARCH meaning freebsd:10:x86:64 is now FreeBSD:10:amd64
    this is encoded in the package as "abi" the old "arch" key remains for compatibility and is translated to the old ABI
  - New option ALTABI represent the ancient ABI format
  - Repository configuration files can now talle ${ALTABI} as well as ${ABI}
  - The audit periodic script is able to audit pkgs in jails or chroots from the host system
  - The backup periodic script is able to backup database from jails or chroots to the host system
  - The status periodic script is able to report on chroots and jails from the host system.
  - The checksum periodic script is able to report on checksum mismatches in chroots and jails.
  - pkg check now support -q (--quiet)
  - 3 way merge code has been imported from the fossil scm project (not yet in use)
  - Code cleanup
  - Lots of minor bug fixes
  - Update libucl
  - Rationalise path before packaging ( /something//bla is not the same a /something/bla)
  - pkg info/search -R can now specify ucl as a format for the raw output

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 Oct 13 14:01:30 2014	(r370786)
+++ head/ports-mgmt/pkg-devel/Makefile	Mon Oct 13 14:30:48 2014	(r370787)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.4.0.pre-alpha15
+DISTVERSION=	1.4.0.pre-alpha16
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Mon Oct 13 14:01:30 2014	(r370786)
+++ head/ports-mgmt/pkg-devel/distinfo	Mon Oct 13 14:30:48 2014	(r370787)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.4.0.pre-alpha15.tar.xz) = db5afc24d2623e06aea26580a2972be48fea2b029e8ccef8a84c5ee57d279890
-SIZE (pkg-1.4.0.pre-alpha15.tar.xz) = 1748132
+SHA256 (pkg-1.4.0.pre-alpha16.tar.xz) = 97f91a849c6b17d55adb23a8046ddd745f27b908452fd48b59b9df804b0791a9
+SIZE (pkg-1.4.0.pre-alpha16.tar.xz) = 1747600



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410131430.s9DEUmhK075098>