diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-04-28 20:11:17 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-04-28 20:11:17 +0000 |
commit | d76ba4456c1c5122664fe29b5b570c2fe1b1a586 (patch) | |
tree | 90fe758a101b427ddc051593b64f1e56988ed850 /misc/py-tqdm | |
parent | 708a28462b00066b8347e875bc1c77d84fce2ba9 (diff) | |
download | ports-d76ba4456c1c5122664fe29b5b570c2fe1b1a586.tar.gz ports-d76ba4456c1c5122664fe29b5b570c2fe1b1a586.zip |
Update to 4.23.1
- While I'm here, add LICENSE_FILE
Changes: https://github.com/tqdm/tqdm/releases
PR: 227817
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=468590
Diffstat (limited to 'misc/py-tqdm')
-rw-r--r-- | misc/py-tqdm/Makefile | 3 | ||||
-rw-r--r-- | misc/py-tqdm/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/misc/py-tqdm/Makefile b/misc/py-tqdm/Makefile index 85f2bb99f383..643892b36ac7 100644 --- a/misc/py-tqdm/Makefile +++ b/misc/py-tqdm/Makefile @@ -2,7 +2,7 @@ PORTNAME= tqdm DISTVERSIONPREFIX= v -DISTVERSION= 4.23.0 +DISTVERSION= 4.23.1 CATEGORIES= misc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +11,7 @@ COMMENT= Fast, extensible progress bar for Python LICENSE= MIT MPL20 LICENSE_COMB= multi +LICENSE_FILE_MIT= ${WRKSRC}/LICENCE USES= python USE_GITHUB= yes diff --git a/misc/py-tqdm/distinfo b/misc/py-tqdm/distinfo index 1b93c4c9d8fb..728470b46f4c 100644 --- a/misc/py-tqdm/distinfo +++ b/misc/py-tqdm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1523895633 -SHA256 (tqdm-tqdm-v4.23.0_GH0.tar.gz) = fb64b53c14fd22b5dcb9cecf16bcb61feed534b891a9105b435a50b7b7fcfbd4 -SIZE (tqdm-tqdm-v4.23.0_GH0.tar.gz) = 75669 +TIMESTAMP = 1524906048 +SHA256 (tqdm-tqdm-v4.23.1_GH0.tar.gz) = 3400f07b99d3e1d511d98a257a05b6eebdf27c4dd54528bbdf43e4d405a93b8e +SIZE (tqdm-tqdm-v4.23.1_GH0.tar.gz) = 75667 |