From owner-svn-ports-head@freebsd.org Thu Aug 16 12:13:16 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 6B7F710553B1; Thu, 16 Aug 2018 12:13:16 +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 21B897E816; Thu, 16 Aug 2018 12:13:16 +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 02C0519327; Thu, 16 Aug 2018 12:13:16 +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 w7GCDFft044946; Thu, 16 Aug 2018 12:13:15 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7GCDF3n044944; Thu, 16 Aug 2018 12:13:15 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201808161213.w7GCDF3n044944@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 16 Aug 2018 12:13:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477324 - 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: 477324 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.27 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: Thu, 16 Aug 2018 12:13:16 -0000 Author: swills Date: Thu Aug 16 12:13:15 2018 New Revision: 477324 URL: https://svnweb.freebsd.org/changeset/ports/477324 Log: net/google-cloud-sdk: Update to 212.0.0 While here: - Add LICENSE/LICENSE_FILE - Add NO_ARCH=yes to keep pkg-static happy - Pet portlint (RUN_DEPENDS ordering, indents) PR: 230658 Submitted by: Dmitri Goutnik (maintainer) Modified: head/net/google-cloud-sdk/Makefile (contents, props changed) head/net/google-cloud-sdk/distinfo (contents, props changed) Modified: head/net/google-cloud-sdk/Makefile ============================================================================== --- head/net/google-cloud-sdk/Makefile Thu Aug 16 12:08:35 2018 (r477323) +++ head/net/google-cloud-sdk/Makefile Thu Aug 16 12:13:15 2018 (r477324) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-cloud-sdk -PORTVERSION= 209.0.0 +PORTVERSION= 212.0.0 CATEGORIES= net MASTER_SITES= https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/ DISTNAME= google-cloud-sdk-${PORTVERSION}-linux-x86_64 @@ -10,13 +10,17 @@ DISTNAME= google-cloud-sdk-${PORTVERSION}-linux-x86_64 MAINTAINER= swills@FreeBSD.org COMMENT= Google Cloud SDK for Google Cloud Platform +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} + USES= python:2.7 WRKSRC= ${WRKDIR}/google-cloud-sdk +NO_ARCH= yes PLIST_FILES= bin/bq bin/gcloud bin/git-credential-gcloud.sh bin/gsutil -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} - post-extract: @${RM} -r \ ${WRKSRC}/install.bat \ @@ -41,6 +45,6 @@ do-install: post-install: @(cd ${STAGEDIR}${PREFIX} && \ - ${FIND} -s google-cloud-sdk -type f -o -type l >> ${TMPPLIST}) + ${FIND} -s google-cloud-sdk -type f -o -type l >> ${TMPPLIST}) .include Modified: head/net/google-cloud-sdk/distinfo ============================================================================== --- head/net/google-cloud-sdk/distinfo Thu Aug 16 12:08:35 2018 (r477323) +++ head/net/google-cloud-sdk/distinfo Thu Aug 16 12:13:15 2018 (r477324) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532005468 -SHA256 (google-cloud-sdk-209.0.0-linux-x86_64.tar.gz) = 82e9355dd0bda1fb8b51f5851e88f90097a8a861b22560380f79c6e98f643e1f -SIZE (google-cloud-sdk-209.0.0-linux-x86_64.tar.gz) = 20540222 +TIMESTAMP = 1534359625 +SHA256 (google-cloud-sdk-212.0.0-linux-x86_64.tar.gz) = 8f5191131672004363b0c238b3151d987d0f307808e720e1eecc5071f2d9c681 +SIZE (google-cloud-sdk-212.0.0-linux-x86_64.tar.gz) = 24393369