aboutsummaryrefslogtreecommitdiff
path: root/games/gogrepo
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2019-11-16 22:16:24 +0000
committerStefan Eßer <se@FreeBSD.org>2019-11-16 22:16:24 +0000
commit11b56843947b9008e049b71f755cc3d0cd0a178a (patch)
tree96b36467e5eaa40d818dd0da4a97d8babb37aecc /games/gogrepo
parent049b932f9ccdc31ce99717f6b6ca58c024979505 (diff)
downloadports-11b56843947b9008e049b71f755cc3d0cd0a178a.tar.gz
ports-11b56843947b9008e049b71f755cc3d0cd0a178a.zip
Update to latest version
Approved by: antoine (implicit)
Notes
Notes: svn path=/head/; revision=517778
Diffstat (limited to 'games/gogrepo')
-rw-r--r--games/gogrepo/Makefile4
-rw-r--r--games/gogrepo/distinfo6
-rw-r--r--games/gogrepo/files/patch-gogrepo.py9
3 files changed, 5 insertions, 14 deletions
diff --git a/games/gogrepo/Makefile b/games/gogrepo/Makefile
index 644d1c28c0ac..eb8d460f1d68 100644
--- a/games/gogrepo/Makefile
+++ b/games/gogrepo/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gogrepo
PORTVERSION= 0.3a
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games net
MAINTAINER= se@FreeBSD.org
@@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/html5lib/html5parser.py:www/py-html5lib
USE_GITHUB= yes
GH_ACCOUNT= eddie3
-GH_TAGNAME= d64d45a
+GH_TAGNAME= 2cd3ac4
USES= python shebangfix
SHEBANG_FILES= gogrepo.py
diff --git a/games/gogrepo/distinfo b/games/gogrepo/distinfo
index 468dbc6200cc..2a4b793a7b40 100644
--- a/games/gogrepo/distinfo
+++ b/games/gogrepo/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534425381
-SHA256 (eddie3-gogrepo-0.3a-d64d45a_GH0.tar.gz) = 02adc531637172e5f40bfd82ef5ea28c8cf86a3d00bfcfea805268499f697d97
-SIZE (eddie3-gogrepo-0.3a-d64d45a_GH0.tar.gz) = 15041
+TIMESTAMP = 1573941865
+SHA256 (eddie3-gogrepo-0.3a-2cd3ac4_GH0.tar.gz) = 2c80944ad077989bdfc23cab5907eaeaf70bdf9b825d858064f23c4549bd1648
+SIZE (eddie3-gogrepo-0.3a-2cd3ac4_GH0.tar.gz) = 15063
diff --git a/games/gogrepo/files/patch-gogrepo.py b/games/gogrepo/files/patch-gogrepo.py
index 17627771a6d7..072c220fa0e8 100644
--- a/games/gogrepo/files/patch-gogrepo.py
+++ b/games/gogrepo/files/patch-gogrepo.py
@@ -18,15 +18,6 @@
DEFAULT_LANG_LIST = ['en']
# These file types don't have md5 data from GOG
-@@ -699,7 +699,7 @@ def cmd_login(user, passwd):
- etree = html5lib.parse(page, namespaceHTMLElements=False)
- for elm in etree.findall('.//script'):
- if elm.text is not None and 'GalaxyAccounts' in elm.text:
-- login_data['auth_url'] = elm.text.split("'")[1]
-+ login_data['auth_url'] = elm.text.split("'")[3]
- break
-
- # fetch the login token
@@ -731,7 +731,7 @@ def cmd_login(user, passwd):
# perform two-step if needed