Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 2014 17:19:38 +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: r363363 - head/ports-mgmt/pkg
Message-ID:  <201407291719.s6THJc5r030863@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Jul 29 17:19:37 2014
New Revision: 363363
URL: http://svnweb.freebsd.org/changeset/ports/363363
QAT: https://qat.redports.org/buildarchive/r363363/

Log:
  Update to 1.3.3
  Changes:
  - Always use bundled libsbuf
  - Make pkg help aware of aliases
  - Add more debug info
  - Yet another fix for pkg repo
  - Fix some size to chase ucl changes
  - Fix a bug if one if creating a package and a directory of that name exists
  - Fix plist whitspace trimming
  - Fix pkg_env
  - Fix pkg ssh
  - Allow pkg ssh server to serve poudriere made repositories
  - Fix again pkg install -A

Modified:
  head/ports-mgmt/pkg/Makefile
  head/ports-mgmt/pkg/distinfo

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Tue Jul 29 17:12:47 2014	(r363362)
+++ head/ports-mgmt/pkg/Makefile	Tue Jul 29 17:19:37 2014	(r363363)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.3.2
+DISTVERSION=	1.3.3
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\
 		http://files.etoilebsd.net/${PORTNAME}/ \

Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo	Tue Jul 29 17:12:47 2014	(r363362)
+++ head/ports-mgmt/pkg/distinfo	Tue Jul 29 17:19:37 2014	(r363363)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.3.2.tar.xz) = dc49c1d652fc2e4ae07ed539b052ab349947e0f8661afeae1141d61b69bba733
-SIZE (pkg-1.3.2.tar.xz) = 1703116
+SHA256 (pkg-1.3.3.tar.xz) = dbe0282c977b1eb13ecbf35fa92741383fbc1ede4c57d4d4b02bc6131f169465
+SIZE (pkg-1.3.3.tar.xz) = 1703484



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