Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2014 16:01:35 +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: r357497 - head/ports-mgmt/pkg-devel
Message-ID:  <201406111601.s5BG1Zo6056247@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jun 11 16:01:34 2014
New Revision: 357497
URL: http://svnweb.freebsd.org/changeset/ports/357497
QAT: https://qat.redports.org/buildarchive/r357497/

Log:
  Update to 1.3.0 beta3
  Changes:
  - Now unicity is made on the typle (origin, name) to allow sub packages but cannot be made to only name to break installation from prior sanitization of the names
  - Fix pkg stat
  - Fix speed regression
  - 411.pkg-backup does not hide errors anymore
  - Improve documentation
  - debug now print stacktrace on freebsd 10+
  - globalize common variables
  - new option to allow profiling sql queries
  - fix flatsize calculation
  - improve ui (better output)
  - add a new shiny progress bar and start using it everywhere
  - create a pkg_checksum api
  - fix pkg rquery -I
  - rework package digest
  - allow to use ldns instead of the FreeBSD dns api if needed
  - change the upgrade package path: first rename a file then extract the new file then unlink the renamed one
  - add a version script to avoid exposing external third party library symbols
  - fix pkg upgrade (it was changing the automatic flags when it shouldn't)

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	Wed Jun 11 15:39:15 2014	(r357496)
+++ head/ports-mgmt/pkg-devel/Makefile	Wed Jun 11 16:01:34 2014	(r357497)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.3.0.b2
+DISTVERSION=	1.3.0.b3
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\
 		http://files.etoilebsd.net/pkg/ \

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Wed Jun 11 15:39:15 2014	(r357496)
+++ head/ports-mgmt/pkg-devel/distinfo	Wed Jun 11 16:01:34 2014	(r357497)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.3.0.b2.tar.xz) = 7b98070bcde88f64fc179ee36dbfc42893b64c339bdb8459251133563629c6fa
-SIZE (pkg-1.3.0.b2.tar.xz) = 1693644
+SHA256 (pkg-1.3.0.b3.tar.xz) = be64e2209365e47fe95ab4b3558c767696b08c32d74ed0ca27b99fc5d6f56f60
+SIZE (pkg-1.3.0.b3.tar.xz) = 1715624



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