Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Aug 2014 22:42:09 +0000 (UTC)
From:      Vsevolod Stakhov <vsevolod@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363955 - head/ports-mgmt/pkg-devel
Message-ID:  <53debac1.5e92.44aaa35c@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vsevolod
Date: Sun Aug  3 22:42:09 2014
New Revision: 363955
URL: http://svnweb.freebsd.org/changeset/ports/363955
QAT: https://qat.redports.org/buildarchive/r363955/

Log:
  Update to 1.4.0.pre-alpha3.
  
  Changes:
  - Explicitly pass when passmode should be used with libarchive
  - Properly trim end spaces in plist for files and directories
  - Fix pkg ssh client
  - Fix pkg_env
  - Follow symlinks in fstatat otherwise it breaks repos created by poudriere
  - Fix sqlite on FS without proper locking mechanism
  - Fix pkg install -A
  - Do not distinguish anymore between dirrm and drirmtry
  - Fix options parsing by libucl
  - Rework repo update to avoid early repo destruction
  - Fix forced update
  - Update errors are now not fatal
  - Fix realpath usage
  - Fix pkg set -o
  - Fix progress bars when not in a tty to give output
  - Ignore sigpipe to avoid resources leak
  - Read lock is now no-op unles READ_LOCK option is turned on
  - Fix incremental repo updates (size missmatch error)
  - Add a rootfd to simplify handling of relocation
  - Implement a set of *at functions
  - Improve documentation
  - Tons of minor bugfixes
  
  With hat:	pkg@

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	Sun Aug  3 22:37:51 2014	(r363954)
+++ head/ports-mgmt/pkg-devel/Makefile	Sun Aug  3 22:42:09 2014	(r363955)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.4.0.pre-alpha2
+DISTVERSION=	1.4.0.pre-alpha3
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\
 		http://highsecure.ru/distfiles/ \

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Sun Aug  3 22:37:51 2014	(r363954)
+++ head/ports-mgmt/pkg-devel/distinfo	Sun Aug  3 22:42:09 2014	(r363955)
@@ -1,2 +1,2 @@
-SIZE (pkg-1.4.0.pre-alpha2.tar.xz) = 1734080
-SHA256 (pkg-1.4.0.pre-alpha2.tar.xz) = c693edba43f0db705b9fd1bb970104e6ce42e2066db28ea9f7c3ae25ba474e64
+SIZE (pkg-1.4.0.pre-alpha3.tar.xz) = 1707992
+SHA256 (pkg-1.4.0.pre-alpha3.tar.xz) = b6c5b21c1a861a8f288074eb8c0bc8c8e225942305ac6ecf962240c2068ebab1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53debac1.5e92.44aaa35c>