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

Vsevolod Stakhov vsevolod at FreeBSD.org
Mon Aug 11 08:57:10 UTC 2014


Author: vsevolod
Date: Mon Aug 11 08:57:09 2014
New Revision: 364592
URL: http://svnweb.freebsd.org/changeset/ports/364592
QAT: https://qat.redports.org/buildarchive/r364592/

Log:
  Update to 1.4.0.pre-alpha8
  
  Changes:
  - When filtering out shlib archs, compare wordsize first and then ABI arch string
  - Fix rquery -e
  - Fix install progress output for meta packages
  - Fix writing annotations to manifests
  - pkg-clean: Show files to delete first
  - Add a pkg_symlink_cksumat to fix pkg-delete
  - Add packages checksums to digest file to fix broken repo update
  - Unbreak pkg-ssh
  
  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	Mon Aug 11 08:10:14 2014	(r364591)
+++ head/ports-mgmt/pkg-devel/Makefile	Mon Aug 11 08:57:09 2014	(r364592)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.4.0.pre-alpha7
+DISTVERSION=	1.4.0.pre-alpha8
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\
 		http://highsecure.ru/distfiles/ \

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Mon Aug 11 08:10:14 2014	(r364591)
+++ head/ports-mgmt/pkg-devel/distinfo	Mon Aug 11 08:57:09 2014	(r364592)
@@ -1,2 +1,2 @@
-SIZE (pkg-1.4.0.pre-alpha7.tar.xz) = 1754472
-SHA256 (pkg-1.4.0.pre-alpha7.tar.xz) = 3b31594835e881bb3a8c68b9da57c5963e7e2679bfa75ab69b6c5466bec0e1eb
+SIZE (pkg-1.4.0.pre-alpha8.tar.xz) = 1746024
+SHA256 (pkg-1.4.0.pre-alpha8.tar.xz) = bda7e79904bf5e859616d20066913dc0acccd90962ca5a70116b4af6a4418660


More information about the svn-ports-all mailing list