Date: Sat, 24 Oct 2020 19:31:23 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553220 - in head/net/grive2: . files Message-ID: <202010241931.09OJVNIQ014190@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Sat Oct 24 19:31:22 2020 New Revision: 553220 URL: https://svnweb.freebsd.org/changeset/ports/553220 Log: 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> MFH: 2020Q4 Deleted: head/net/grive2/files/patch-CMakeLists.txt Modified: head/net/grive2/Makefile head/net/grive2/distinfo Modified: head/net/grive2/Makefile ============================================================================== --- head/net/grive2/Makefile Sat Oct 24 19:13:42 2020 (r553219) +++ head/net/grive2/Makefile Sat Oct 24 19:31:22 2020 (r553220) @@ -3,11 +3,10 @@ PORTNAME= grive2 DISTVERSIONPREFIX= v -DISTVERSION= 0.5.1-dev -PORTREVISION= 6 +DISTVERSION= 0.5.2-dev CATEGORIES= net -MAINTAINER= ports@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: head/net/grive2/distinfo ============================================================================== --- head/net/grive2/distinfo Sat Oct 24 19:13:42 2020 (r553219) +++ head/net/grive2/distinfo Sat Oct 24 19:31:22 2020 (r553220) @@ -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?202010241931.09OJVNIQ014190>