View | Details | Raw Unified | Return to bug 206045 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	gcalcli
4
PORTNAME=	gcalcli
5
PORTVERSION=	3.2
5
PORTVERSION=	3.2
6
PORTREVISION=	1
6
DISTVERSIONPREFIX=	v
7
DISTVERSIONPREFIX=	v
7
CATEGORIES=	deskutils
8
CATEGORIES=	deskutils
8
9
(-)files/patch-gcalcli (+11 lines)
Line 0 Link Here
1
--- gcalcli.orig	2014-12-17 01:50:24 UTC
2
+++ gcalcli
3
@@ -185,7 +185,7 @@ try:
4
     from apiclient.discovery import build
5
     from oauth2client.file import Storage
6
     from oauth2client.client import OAuth2WebServerFlow
7
-    from oauth2client.tools import run
8
+    from oauth2client.tools import run_flow as run
9
 except ImportError as e:
10
     print "ERROR: Missing module - %s" % e.args[0]
11
     sys.exit(1)

Return to bug 206045