From owner-svn-ports-head@FreeBSD.ORG Tue Aug 5 14:56:45 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4DADF5F6 for ; Tue, 5 Aug 2014 14:56:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 204102833 for ; Tue, 5 Aug 2014 14:56:45 +0000 (UTC) Received: from bapt (uid 1235) (envelope-from bapt@FreeBSD.org) id 5847 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Tue, 05 Aug 2014 14:56:44 +0000 From: Baptiste Daroussin Date: Tue, 5 Aug 2014 14:56:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364113 - head/ports-mgmt/pkg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e0f0ad.5847.5faaa40c@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Aug 2014 14:56:45 -0000 Author: bapt Date: Tue Aug 5 14:56:44 2014 New Revision: 364113 URL: http://svnweb.freebsd.org/changeset/ports/364113 QAT: https://qat.redports.org/buildarchive/r364113/ Log: Update to 1.3.5 Changes: - Fix progress bars when not in a tty to give output - Dragonfly fixes - Multiple fixes in @keywords(user,group,mode) support - Important fixes in repo incremental updates - Fix pkg audit not returning an error in case of vulneraibilities found (making periodic script not working) - Ignore sigpipe - Make the read lock now no op - Directories can be listed in the plist like files they will be considered like @dirrmtry - Very important refactor and fixes in the solver making the whole code more manageable: - This fixes multirepo support - Fixes missed upgrades - Fix pkg rquery -e with complex (%#r for example) queries - Fix pkg upgrade -f Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Tue Aug 5 14:56:15 2014 (r364112) +++ head/ports-mgmt/pkg/Makefile Tue Aug 5 14:56:44 2014 (r364113) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.3.4 +DISTVERSION= 1.3.5 CATEGORIES= ports-mgmt MASTER_SITES= \ http://files.etoilebsd.net/${PORTNAME}/ \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Tue Aug 5 14:56:15 2014 (r364112) +++ head/ports-mgmt/pkg/distinfo Tue Aug 5 14:56:44 2014 (r364113) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.3.4.tar.xz) = 5be0fae731bbc51c3bb7d5419eaa813cb7fc792a397909a18c90248b9ff42b9e -SIZE (pkg-1.3.4.tar.xz) = 1731340 +SHA256 (pkg-1.3.5.tar.xz) = 7640ca19bbb156db993ffc1d62de3dec0913c1f922fbe627355b48572e3e1cb8 +SIZE (pkg-1.3.5.tar.xz) = 1735432