Date: Mon, 28 Jul 2014 12:56:48 +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: r363145 - head/ports-mgmt/pkg-devel Message-ID: <201407281256.s6SCumYx039844@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vsevolod Date: Mon Jul 28 12:56:47 2014 New Revision: 363145 URL: http://svnweb.freebsd.org/changeset/ports/363145 QAT: https://qat.redports.org/buildarchive/r363145/ Log: Update to pre-alpha2. This build includes all fixes from pkg 1.3.2 plus the following changes: - Fix an issue with pkg-repo that prevents from getting all packages in the archive - Fix an issue with manifests parsing on big-endian platforms - Add help messages for aliases (by admi3) - Fix linkage with sbuf (always use bundled sbuf) With hat: pkg@ Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo head/ports-mgmt/pkg-devel/pkg-plist Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Mon Jul 28 12:54:53 2014 (r363144) +++ head/ports-mgmt/pkg-devel/Makefile Mon Jul 28 12:56:47 2014 (r363145) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.4.0.pre-alpha1 +DISTVERSION= 1.4.0.pre-alpha2 CATEGORIES= ports-mgmt MASTER_SITES= \ http://highsecure.ru/distfiles/ \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Mon Jul 28 12:54:53 2014 (r363144) +++ head/ports-mgmt/pkg-devel/distinfo Mon Jul 28 12:56:47 2014 (r363145) @@ -1,2 +1,2 @@ -SIZE (pkg-1.4.0.pre-alpha1.tar.xz) = 1729608 -SHA256 (pkg-1.4.0.pre-alpha1.tar.xz) = 7c4171abba56f3782db13c95c8dd5797dd3e9b17427d7cef01c472e917f0d31a +SIZE (pkg-1.4.0.pre-alpha2.tar.xz) = 1734080 +SHA256 (pkg-1.4.0.pre-alpha2.tar.xz) = c693edba43f0db705b9fd1bb970104e6ce42e2066db28ea9f7c3ae25ba474e64 Modified: head/ports-mgmt/pkg-devel/pkg-plist ============================================================================== --- head/ports-mgmt/pkg-devel/pkg-plist Mon Jul 28 12:54:53 2014 (r363144) +++ head/ports-mgmt/pkg-devel/pkg-plist Mon Jul 28 12:56:47 2014 (r363145) @@ -52,7 +52,7 @@ man/man8/pkg.8.gz sbin/pkg sbin/pkg-static sbin/pkg2ng -share/zsh/site-functions/_pkg.zsh +share/zsh/site-functions/_pkg @dirrmtry etc/bash_completion.d @dirrmtry etc/periodic/daily @dirrmtry etc/periodic/security
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407281256.s6SCumYx039844>