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

Vsevolod Stakhov vsevolod at FreeBSD.org
Thu Jun 26 13:30:25 UTC 2014


Author: vsevolod
Date: Thu Jun 26 13:30:24 2014
New Revision: 359350
URL: http://svnweb.freebsd.org/changeset/ports/359350
QAT: https://qat.redports.org/buildarchive/r359350/

Log:
  Update to 1.3.0.b8.
  
  Changes:
  - Fix pkg-backup display issues
  - Fix UID changing when looking for upgrade candidates
  - Rework integritycheck procedure to use uids
  - Improve searching of local and remote packages
  - Lazy load of files and dirs for remote packages
  - Fix upgrades with UID changed
  - Fix actions count in jobs progress display
  - Fix serious bug in pkg-repo by moving to socketpairs from pipes
  - Detect SOCK_SEQPACKET support and fallback to SOCK_DGRAM (for 8.x)
  
  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	Thu Jun 26 12:52:48 2014	(r359349)
+++ head/ports-mgmt/pkg-devel/Makefile	Thu Jun 26 13:30:24 2014	(r359350)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.3.0.b7
+DISTVERSION=	1.3.0.b8
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\
 		http://highsecure.ru/distfiles/ \

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Thu Jun 26 12:52:48 2014	(r359349)
+++ head/ports-mgmt/pkg-devel/distinfo	Thu Jun 26 13:30:24 2014	(r359350)
@@ -1,2 +1,2 @@
-SIZE (pkg-1.3.0.b7.tar.xz) = 1720276
-SHA256 (pkg-1.3.0.b7.tar.xz) = 715c1d9aba6ba1305478f91db8c3b2734989dc203687d72303e301a371cf7a72
+SIZE (pkg-1.3.0.b8.tar.xz) = 1694456
+SHA256 (pkg-1.3.0.b8.tar.xz) = 7dde56adb4d9b108daa8f13f690130be0e7a472f4a15d2cae0ae9231ffe68c27


More information about the svn-ports-head mailing list