svn commit: r563031 - head/security/py-keepkey
Emanuel Haupt
ehaupt at FreeBSD.org
Wed Jan 27 06:50:59 UTC 2021
Author: ehaupt
Date: Wed Jan 27 06:50:58 2021
New Revision: 563031
URL: https://svnweb.freebsd.org/changeset/ports/563031
Log:
Update to 6.6.0 and download distfile from github. Author hasn't updated PyPI
in a while. Issue pending [1].
Changelog: https://github.com/keepkey/python-keepkey/releases/tag/v6.6.0
Reference: https://github.com/keepkey/python-keepkey/issues/107 [1]
Modified:
head/security/py-keepkey/Makefile
head/security/py-keepkey/distinfo
Modified: head/security/py-keepkey/Makefile
==============================================================================
--- head/security/py-keepkey/Makefile Wed Jan 27 06:29:32 2021 (r563030)
+++ head/security/py-keepkey/Makefile Wed Jan 27 06:50:58 2021 (r563031)
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= keepkey
-PORTVERSION= 6.3.1
+PORTVERSION= 6.6.0
CATEGORIES= security
-MASTER_SITES= CHEESESHOP
+MASTER_SITES= https://github.com/${PORTNAME}/python-${PORTNAME}/releases/download/v${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ehaupt at FreeBSD.org
Modified: head/security/py-keepkey/distinfo
==============================================================================
--- head/security/py-keepkey/distinfo Wed Jan 27 06:29:32 2021 (r563030)
+++ head/security/py-keepkey/distinfo Wed Jan 27 06:50:58 2021 (r563031)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579884394
-SHA256 (keepkey-6.3.1.tar.gz) = cef1e862e195ece3e42640a0f57d15a63086fd1dedc8b5ddfcbc9c2657f0bb1e
-SIZE (keepkey-6.3.1.tar.gz) = 166795
+TIMESTAMP = 1611692066
+SHA256 (keepkey-6.6.0.tar.gz) = a5cf1949a3a2018b9723fb4a7121f910b0828f5b069efa5b468ae1906a8b7346
+SIZE (keepkey-6.6.0.tar.gz) = 170294
More information about the svn-ports-all
mailing list