diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-04-29 04:11:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-04-29 04:11:17 +0800 |
commit | 24e203eaaa147974c7f3eb7d480f5a26db4032eb (patch) | |
tree | 90fe758a101b427ddc051593b64f1e56988ed850 | |
parent | 654447aee4ed7fdd013edc20a492459fbeca3df7 (diff) | |
download | freebsd-ports-graphics-24e203eaaa147974c7f3eb7d480f5a26db4032eb.tar.gz freebsd-ports-graphics-24e203eaaa147974c7f3eb7d480f5a26db4032eb.tar.zst freebsd-ports-graphics-24e203eaaa147974c7f3eb7d480f5a26db4032eb.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)
-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 85f2bb99f38..643892b36ac 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 1b93c4c9d8f..728470b46f4 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 |