Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Apr 2014 14:48:13 +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: r351336 - in head/ports-mgmt/pkg-devel: . files
Message-ID:  <201404151448.s3FEmDLr076140@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Apr 15 14:48:12 2014
New Revision: 351336
URL: http://svnweb.freebsd.org/changeset/ports/351336
QAT: https://qat.redports.org/buildarchive/r351336/

Log:
  Update to 1.3.0 alpha8
  Changes:
  - Detect invalid packages that list directories in plist
  - new pkg_emit_query_(yesno|select) to allow the library to ask question to the user
  - Reinstall packages on upgrade if remote abi changed (this catches up automatically major upgrade of freebsd)
  - Ability the specify the file to read the ABI from
  - add --relocate to pkg add and register (this is totally unsafe to use a a normal user, it is intended to be used in the ports tree)
  - clean/improvements in the repo handling functions
  - validate the directory is actually a port directory when running pkg version against the ports tree
  - new pkg audit -f <file> to run pkg audit against a local file
  - pkg -j and pkg -c are now able to restart themself
  - pkg version against the ports tree now works even if current working directory has been deleted out from underneath us.
  - Improved pkg upgrade/install/delete output
  - Improve cache handling
  - Make pkg update more verbose
  - new RUN_SCRIPTS options (default on) to be able to switch of the running pre/post operation scripts

Deleted:
  head/ports-mgmt/pkg-devel/files/patch-libpkg__pkg_elf.c
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	Tue Apr 15 14:39:06 2014	(r351335)
+++ head/ports-mgmt/pkg-devel/Makefile	Tue Apr 15 14:48:12 2014	(r351336)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.3.0.a7
-PORTREVISION=	1
+DISTVERSION=	1.3.0.a8
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\
 		http://files.etoilebsd.net/pkg/ \

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Tue Apr 15 14:39:06 2014	(r351335)
+++ head/ports-mgmt/pkg-devel/distinfo	Tue Apr 15 14:48:12 2014	(r351336)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.3.0.a7.tar.xz) = 4d37890d17c902f21ee4cf0729e6d97cf69ae3aaabf91084b08059dc9abcb777
-SIZE (pkg-1.3.0.a7.tar.xz) = 1646552
+SHA256 (pkg-1.3.0.a8.tar.xz) = bf47424579f3247f5e212eb799f37eeaaeca14d6a9ef85cf7aee3730e1ef144e
+SIZE (pkg-1.3.0.a8.tar.xz) = 1678324



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