View | Details | Raw Unified | Return to bug 235497
Collapse All | Expand All

(-)net/gdrive/Makefile (-1 / +10 lines)
Lines 2-10 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	gdrive
4
PORTNAME=	gdrive
5
PORTVERSION=	2.1.0
5
DISTVERSION=	2.1.0-23
6
DISTVERSIONSUFFIX=	-gc3cbcce
6
CATEGORIES=	net
7
CATEGORIES=	net
7
8
9
PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
10
# https://github.com/prasmussen/gdrive/pull/428
11
PATCHFILES=	3c060f4d33530866496515b45fcfaa3fd2da5f32.patch:-p1 \
12
		4916e16a91b84702ebe67ca7be4295b26d4cb0b5.patch:-p1 \
13
		0197c982f6c961e8a44ec9895fcc33c1fe4c3ac2.patch:-p1 \
14
		f397bb25e339dc4cf1e9bf2467336ba6fd48fd9f.patch:-p1
15
8
MAINTAINER=	dg@syrec.org
16
MAINTAINER=	dg@syrec.org
9
COMMENT=	Google Drive CLI Client
17
COMMENT=	Google Drive CLI Client
10
18
Lines 11-16 Link Here
11
LICENSE=	MIT
19
LICENSE=	MIT
12
20
13
USES=		go
21
USES=		go
22
14
GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
23
GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
15
USE_GITHUB=	yes
24
USE_GITHUB=	yes
16
GH_ACCOUNT=	prasmussen
25
GH_ACCOUNT=	prasmussen
(-)net/gdrive/distinfo (-3 / +11 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1482262863
1
TIMESTAMP = 1550792240
2
SHA256 (prasmussen-gdrive-2.1.0_GH0.tar.gz) = a1ea624e913e258596ea6340c8818a90c21962b0a75cf005e49a0f72f2077b2e
2
SHA256 (prasmussen-gdrive-2.1.0-23-gc3cbcce_GH0.tar.gz) = a82f4c91f01dbfdfa3bcaae783a2c0c844d02e08cb8a6e4021df8aee11b5942e
3
SIZE (prasmussen-gdrive-2.1.0_GH0.tar.gz) = 151273
3
SIZE (prasmussen-gdrive-2.1.0-23-gc3cbcce_GH0.tar.gz) = 152474
4
SHA256 (3c060f4d33530866496515b45fcfaa3fd2da5f32.patch) = 8608eaab69b1a88efef2030e4dbe1380681ea1048e46bc5bb323430c2dc86505
5
SIZE (3c060f4d33530866496515b45fcfaa3fd2da5f32.patch) = 5705
6
SHA256 (4916e16a91b84702ebe67ca7be4295b26d4cb0b5.patch) = 1613ab7660fbb96ef2143cfe9609193418dfb7129856f993252bb17150a47fa1
7
SIZE (4916e16a91b84702ebe67ca7be4295b26d4cb0b5.patch) = 13731
8
SHA256 (0197c982f6c961e8a44ec9895fcc33c1fe4c3ac2.patch) = 2794e6a60bcabc995a87b35bd5063beff926172c90c56e85c7143da4f3ebb335
9
SIZE (0197c982f6c961e8a44ec9895fcc33c1fe4c3ac2.patch) = 189034
10
SHA256 (f397bb25e339dc4cf1e9bf2467336ba6fd48fd9f.patch) = beee3ac5f3eac03d6f340fd5499e97091ac01c83b923f958dc3e954d36032bee
11
SIZE (f397bb25e339dc4cf1e9bf2467336ba6fd48fd9f.patch) = 1034150
(-)net/gdrive/pkg-message (+4 lines)
Line 0 Link Here
1
========================================================================
2
If you are getting "Error 403: Rate Limit Exceeded" errors, please see
3
workaround described here: https://github.com/prasmussen/gdrive/pull/428
4
========================================================================

Return to bug 235497