diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-02-27 19:24:06 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-02-27 19:24:06 +0000 |
commit | 9f477ad62ece1355e1f2b486633a77d5c6c0d8b7 (patch) | |
tree | bb5de7b5a5e200a59aa13b0b9e20ce670cb36333 | |
parent | audio/musicpc: Update to 0.29 (diff) |
misc/py-tqdm: Update to 4.19.6
Port changes:
* Changed to DISTVERSION
* Added USE_PYTHON=concurrent
PR: 226240
Submitted by: Neel Chauhan <neel@neelc.org>
Approved by: tcberner (mentor, implicit)
-rw-r--r-- | misc/py-tqdm/Makefile | 7 | ||||
-rw-r--r-- | misc/py-tqdm/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/misc/py-tqdm/Makefile b/misc/py-tqdm/Makefile index 3113e6000993..bf6a99d1986e 100644 --- a/misc/py-tqdm/Makefile +++ b/misc/py-tqdm/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= tqdm -PORTVERSION= 4.19.5 DISTVERSIONPREFIX= v +DISTVERSION= 4.19.6 CATEGORIES= misc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,9 +13,8 @@ LICENSE= MIT MPL20 LICENSE_COMB= multi USES= python -USE_PYTHON= autoplist distutils -NO_ARCH= yes - USE_GITHUB= yes +USE_PYTHON= distutils autoplist concurrent +NO_ARCH= yes .include <bsd.port.mk> diff --git a/misc/py-tqdm/distinfo b/misc/py-tqdm/distinfo index c3b6be1e3fea..2389e43015ee 100644 --- a/misc/py-tqdm/distinfo +++ b/misc/py-tqdm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1516576661 -SHA256 (tqdm-tqdm-v4.19.5_GH0.tar.gz) = 9657b8442cb83871b0b19ccf6ce13584e04f01099ee7f11b93db74b3ed7bd8dd -SIZE (tqdm-tqdm-v4.19.5_GH0.tar.gz) = 72351 +TIMESTAMP = 1519758685 +SHA256 (tqdm-tqdm-v4.19.6_GH0.tar.gz) = 720372c50220a3282a3f77eff8e0745c37a2b48dfc980e614d1c04472b0adc8a +SIZE (tqdm-tqdm-v4.19.6_GH0.tar.gz) = 72902 |