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)
This commit is contained in:
parent
d8d05e5f2d
commit
b5d4e864d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=553311
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,12 +0,0 @@
|
||||
--- CMakeLists.txt.orig 2018-07-25 17:25:43 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -9,7 +9,6 @@ set( GRIVE_VERSION "0.5.1-dev" )
|
||||
add_definitions( -DVERSION="${GRIVE_VERSION}" )
|
||||
add_definitions( -D_FILE_OFFSET_BITS=64 -std=c++0x )
|
||||
|
||||
-add_subdirectory( systemd )
|
||||
add_subdirectory( libgrive )
|
||||
add_subdirectory( grive )
|
||||
-
|
||||
\ No newline at end of file
|
||||
+
|
Loading…
Reference in New Issue
Block a user