Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 2020 00:44:02 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r553311 - in branches/2020Q4/net/grive2: . files
Message-ID:  <202010260044.09Q0i2MO097301@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Mon Oct 26 00:44:02 2020
New Revision: 553311
URL: https://svnweb.freebsd.org/changeset/ports/553311

Log:
  MFH: r553220
  
  net/grive2: Update to 0.5.2-dev to fix OAuth quota limitation issue
  
  Pass maintainership to the submitter
  
  PR:		250534
  Submitted by:	Samuel Andersen <samuel@andersentech.net>
  
  Approved by:	ports-secteam (fluffy)

Deleted:
  branches/2020Q4/net/grive2/files/patch-CMakeLists.txt
Modified:
  branches/2020Q4/net/grive2/Makefile
  branches/2020Q4/net/grive2/distinfo
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/net/grive2/Makefile
==============================================================================
--- branches/2020Q4/net/grive2/Makefile	Mon Oct 26 00:42:14 2020	(r553310)
+++ branches/2020Q4/net/grive2/Makefile	Mon Oct 26 00:44:02 2020	(r553311)
@@ -3,11 +3,10 @@
 
 PORTNAME=	grive2
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.5.1-dev
-PORTREVISION=	6
+DISTVERSION=	0.5.2-dev
 CATEGORIES=	net
 
-MAINTAINER=	cpm@FreeBSD.org
+MAINTAINER=	samuel@andersentech.net
 COMMENT=	Open source client for Google Drive
 
 LICENSE=	GPLv2
@@ -26,7 +25,7 @@ CXXFLAGS_clang=	-Wno-c++11-narrowing
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	vitalif
-GH_TAGNAME=	ad9b66a
+GH_TAGNAME=	ffb744a
 
 PLIST_FILES=	bin/grive \
 		man/man1/grive.1.gz

Modified: branches/2020Q4/net/grive2/distinfo
==============================================================================
--- branches/2020Q4/net/grive2/distinfo	Mon Oct 26 00:42:14 2020	(r553310)
+++ branches/2020Q4/net/grive2/distinfo	Mon Oct 26 00:44:02 2020	(r553311)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532536374
-SHA256 (vitalif-grive2-v0.5.1-dev-ad9b66a_GH0.tar.gz) = e0f2a68f985f1fb9d59c92c7605f3a3429b66ced51bc0f165ed4a843db4ef3d1
-SIZE (vitalif-grive2-v0.5.1-dev-ad9b66a_GH0.tar.gz) = 167622
+TIMESTAMP = 1603565373
+SHA256 (vitalif-grive2-v0.5.2-dev-ffb744a_GH0.tar.gz) = 8e202d95acb13cf46149ee901a8e23e6fa28348beb2d2fa1e8856e6167bf6f76
+SIZE (vitalif-grive2-v0.5.2-dev-ffb744a_GH0.tar.gz) = 170398



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010260044.09Q0i2MO097301>