From owner-svn-ports-all@freebsd.org Sat Feb 23 05:16:29 2019 Return-Path: Delivered-To: svn-ports-all@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 A97CD15072F2; Sat, 23 Feb 2019 05:16:29 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 498177254A; Sat, 23 Feb 2019 05:16:29 +0000 (UTC) (envelope-from tobik@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 3A4C218945; Sat, 23 Feb 2019 05:16:29 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1N5GTYB079451; Sat, 23 Feb 2019 05:16:29 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1N5GSvZ079449; Sat, 23 Feb 2019 05:16:28 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201902230516.x1N5GSvZ079449@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 23 Feb 2019 05:16:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493640 - head/net/gdrive X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/net/gdrive X-SVN-Commit-Revision: 493640 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 498177254A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.939,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 23 Feb 2019 05:16:30 -0000 Author: tobik Date: Sat Feb 23 05:16:28 2019 New Revision: 493640 URL: https://svnweb.freebsd.org/changeset/ports/493640 Log: net/gdrive: Update to a newer snapshot - Pull in patches from https://github.com/prasmussen/gdrive/pull/428 enabling support for external Google API OAuth2 client credentials - Add pkg-message with reference to workaround for "Rate Limit Exceeded" errors - Pet portlint while here PR: 235497 Submitted by: Dmitri Goutnik (maintainer) Added: head/net/gdrive/pkg-message (contents, props changed) Modified: head/net/gdrive/Makefile head/net/gdrive/distinfo Modified: head/net/gdrive/Makefile ============================================================================== --- head/net/gdrive/Makefile Sat Feb 23 04:53:16 2019 (r493639) +++ head/net/gdrive/Makefile Sat Feb 23 05:16:28 2019 (r493640) @@ -2,18 +2,27 @@ # $FreeBSD$ PORTNAME= gdrive -PORTVERSION= 2.1.0 +DISTVERSION= 2.1.0-23 +DISTVERSIONSUFFIX= -gc3cbcce CATEGORIES= net +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +# https://github.com/prasmussen/gdrive/pull/428 +PATCHFILES= 3c060f4d33530866496515b45fcfaa3fd2da5f32.patch:-p1 \ + 4916e16a91b84702ebe67ca7be4295b26d4cb0b5.patch:-p1 \ + 0197c982f6c961e8a44ec9895fcc33c1fe4c3ac2.patch:-p1 \ + f397bb25e339dc4cf1e9bf2467336ba6fd48fd9f.patch:-p1 + MAINTAINER= dg@syrec.org COMMENT= Google Drive CLI Client LICENSE= MIT USES= go -GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= prasmussen + +GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} OPTIONS_DEFINE= DOCS Modified: head/net/gdrive/distinfo ============================================================================== --- head/net/gdrive/distinfo Sat Feb 23 04:53:16 2019 (r493639) +++ head/net/gdrive/distinfo Sat Feb 23 05:16:28 2019 (r493640) @@ -1,3 +1,11 @@ -TIMESTAMP = 1482262863 -SHA256 (prasmussen-gdrive-2.1.0_GH0.tar.gz) = a1ea624e913e258596ea6340c8818a90c21962b0a75cf005e49a0f72f2077b2e -SIZE (prasmussen-gdrive-2.1.0_GH0.tar.gz) = 151273 +TIMESTAMP = 1550792240 +SHA256 (prasmussen-gdrive-2.1.0-23-gc3cbcce_GH0.tar.gz) = a82f4c91f01dbfdfa3bcaae783a2c0c844d02e08cb8a6e4021df8aee11b5942e +SIZE (prasmussen-gdrive-2.1.0-23-gc3cbcce_GH0.tar.gz) = 152474 +SHA256 (3c060f4d33530866496515b45fcfaa3fd2da5f32.patch) = 8608eaab69b1a88efef2030e4dbe1380681ea1048e46bc5bb323430c2dc86505 +SIZE (3c060f4d33530866496515b45fcfaa3fd2da5f32.patch) = 5705 +SHA256 (4916e16a91b84702ebe67ca7be4295b26d4cb0b5.patch) = 1613ab7660fbb96ef2143cfe9609193418dfb7129856f993252bb17150a47fa1 +SIZE (4916e16a91b84702ebe67ca7be4295b26d4cb0b5.patch) = 13731 +SHA256 (0197c982f6c961e8a44ec9895fcc33c1fe4c3ac2.patch) = 2794e6a60bcabc995a87b35bd5063beff926172c90c56e85c7143da4f3ebb335 +SIZE (0197c982f6c961e8a44ec9895fcc33c1fe4c3ac2.patch) = 189034 +SHA256 (f397bb25e339dc4cf1e9bf2467336ba6fd48fd9f.patch) = beee3ac5f3eac03d6f340fd5499e97091ac01c83b923f958dc3e954d36032bee +SIZE (f397bb25e339dc4cf1e9bf2467336ba6fd48fd9f.patch) = 1034150 Added: head/net/gdrive/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/gdrive/pkg-message Sat Feb 23 05:16:28 2019 (r493640) @@ -0,0 +1,2 @@ +If you are getting "Error 403: Rate Limit Exceeded" errors, please see +workaround described here: https://github.com/prasmussen/gdrive/pull/428