Date: Sat, 8 Sep 2018 06:54:27 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479230 - head/net/py-gspread Message-ID: <201809080654.w886sRRD066921@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Sat Sep 8 06:54:27 2018 New Revision: 479230 URL: https://svnweb.freebsd.org/changeset/ports/479230 Log: Fix USE_GITHUB usage. Modified: head/net/py-gspread/Makefile (contents, props changed) head/net/py-gspread/distinfo (contents, props changed) Modified: head/net/py-gspread/Makefile ============================================================================== --- head/net/py-gspread/Makefile Sat Sep 8 06:49:44 2018 (r479229) +++ head/net/py-gspread/Makefile Sat Sep 8 06:54:27 2018 (r479230) @@ -3,6 +3,7 @@ PORTNAME= gspread PORTVERSION= 3.0.1 +DISTVERSIONPREFIX= v CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,6 @@ COMMENT= Google Spreadsheets Python API USE_GITHUB= yes GH_ACCOUNT= burnash -GH_TAGNAME= v${PORTVERSION} LICENSE= MIT Modified: head/net/py-gspread/distinfo ============================================================================== --- head/net/py-gspread/distinfo Sat Sep 8 06:49:44 2018 (r479229) +++ head/net/py-gspread/distinfo Sat Sep 8 06:54:27 2018 (r479230) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536373161 -SHA256 (burnash-gspread-3.0.1-v3.0.1_GH0.tar.gz) = 5f5b5f89d60dd9f9da36699969797d9203f2330b7ef389d75771bf6c0eb77bb0 -SIZE (burnash-gspread-3.0.1-v3.0.1_GH0.tar.gz) = 30360 +TIMESTAMP = 1536389590 +SHA256 (burnash-gspread-v3.0.1_GH0.tar.gz) = 5f5b5f89d60dd9f9da36699969797d9203f2330b7ef389d75771bf6c0eb77bb0 +SIZE (burnash-gspread-v3.0.1_GH0.tar.gz) = 30360
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809080654.w886sRRD066921>