From owner-svn-ports-all@FreeBSD.ORG Tue May 6 10:09:01 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D0D927D; Tue, 6 May 2014 10:09:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4D27DDB; Tue, 6 May 2014 10:09:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s46A90Sx021636; Tue, 6 May 2014 10:09:00 GMT (envelope-from romain@svn.freebsd.org) Received: (from romain@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s46A90lQ021632; Tue, 6 May 2014 10:09:00 GMT (envelope-from romain@svn.freebsd.org) Message-Id: <201405061009.s46A90lQ021632@svn.freebsd.org> From: Romain Tartière Date: Tue, 6 May 2014 10:09:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353082 - in head: . ports-mgmt/portshaker X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2014 10:09:01 -0000 Author: romain Date: Tue May 6 10:09:00 2014 New Revision: 353082 URL: http://svnweb.freebsd.org/changeset/ports/353082 QAT: https://qat.redports.org/buildarchive/r353082/ Log: Update to 1.0.10. - Rework pkgng detection [1,2]; - Add support for source+ syntax [2]; - Modernize poudriere ports tree locations [2]. PR: ports/177180 [1] Submitted by: Beeblebrox [1], Creaky [2] Modified: head/UPDATING head/ports-mgmt/portshaker/Makefile head/ports-mgmt/portshaker/distinfo Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue May 6 09:55:35 2014 (r353081) +++ head/UPDATING Tue May 6 10:09:00 2014 (r353082) @@ -6,6 +6,17 @@ You should get into the habit of checkin you update your ports collection, before attempting any port upgrades. 20140506: + AFFECTS: users of ports-mgmt/portshaker + AUTHOR: romain@FreeBSD.org + + ports-mgmt/portshaker was updated to avoid creating an aditional 'ports' + subdirectory when merging to a poudriere_tree without ZFS, so that + portshaker's default location matches poudriere's default location. + + Users of poudriere on non-ZFS systems should not anymore have to pass extra + options to poudriere for it to find the ports tree. + +20140506: AFFECTS: users of security/yassl AUTHOR: gahr@FreeBSD.org Modified: head/ports-mgmt/portshaker/Makefile ============================================================================== --- head/ports-mgmt/portshaker/Makefile Tue May 6 09:55:35 2014 (r353081) +++ head/ports-mgmt/portshaker/Makefile Tue May 6 10:09:00 2014 (r353082) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= portshaker -PORTVERSION= 1.0.9 +PORTVERSION= 1.0.10 PORTREVISION?= 0 CATEGORIES?= ports-mgmt DISTNAME= portshaker-${PORTVERSION} @@ -14,7 +14,7 @@ USE_GITHUB= yes GH_ACCOUNT= smortex GH_PROJECT= portshaker GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 4b9cdfe +GH_COMMIT= b88edd7 .if ${PORTNAME} == "portshaker" OPTIONS_DEFINE= RSYNC SVN GIT HG Modified: head/ports-mgmt/portshaker/distinfo ============================================================================== --- head/ports-mgmt/portshaker/distinfo Tue May 6 09:55:35 2014 (r353081) +++ head/ports-mgmt/portshaker/distinfo Tue May 6 10:09:00 2014 (r353082) @@ -1,2 +1,2 @@ -SHA256 (portshaker-1.0.9.tar.gz) = 2b26caeb7f002151d424726951efdfdf7fcb0da9fa044f2dfa849a6d0aca43d6 -SIZE (portshaker-1.0.9.tar.gz) = 20306 +SHA256 (portshaker-1.0.10.tar.gz) = 7d9579260a24c4e5f86ff8fb38ecc47d16b324cc9aa15c41c92c6469bb761c04 +SIZE (portshaker-1.0.10.tar.gz) = 20618