From owner-svn-ports-head@freebsd.org Fri Mar 23 17:32:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A78CF5CF93; Fri, 23 Mar 2018 17:32:14 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 08162818CE; Fri, 23 Mar 2018 17:32:14 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0308C22FEB; Fri, 23 Mar 2018 17:32:14 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2NHWD2M035178; Fri, 23 Mar 2018 17:32:13 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2NHWDnG035177; Fri, 23 Mar 2018 17:32:13 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201803231732.w2NHWDnG035177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 23 Mar 2018 17:32:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465390 - head/net/google-cloud-sdk X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net/google-cloud-sdk X-SVN-Commit-Revision: 465390 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Fri, 23 Mar 2018 17:32:14 -0000 Author: swills Date: Fri Mar 23 17:32:13 2018 New Revision: 465390 URL: https://svnweb.freebsd.org/changeset/ports/465390 Log: net/google-cloud-sdk: Mark as only working with python 2.7 PR: 225308 Submitted by: SBB Modified: head/net/google-cloud-sdk/Makefile (contents, props changed) Modified: head/net/google-cloud-sdk/Makefile ============================================================================== --- head/net/google-cloud-sdk/Makefile Fri Mar 23 17:19:14 2018 (r465389) +++ head/net/google-cloud-sdk/Makefile Fri Mar 23 17:32:13 2018 (r465390) @@ -3,7 +3,7 @@ PORTNAME= google-cloud-sdk PORTVERSION= 183.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/ DISTNAME= google-cloud-sdk-${PORTVERSION}-linux-x86_64 @@ -11,7 +11,7 @@ DISTNAME= google-cloud-sdk-${PORTVERSION}-linux-x86_64 MAINTAINER= swills@FreeBSD.org COMMENT= Google Cloud SDK for Google Cloud Platform -USES= python +USES= python:2.7 NO_BUILD= yes WRKSRC= ${WRKDIR}/google-cloud-sdk