diff options
author | dbaio <dbaio@FreeBSD.org> | 2017-06-11 01:39:30 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2017-06-11 01:39:30 +0800 |
commit | b8c9c993587b1623b3df719ff84c95efd28d2afa (patch) | |
tree | 5a3a49953298ed82f18de70a99d534f5da6c3f06 /misc | |
parent | 7c50f14a03ab511353d4808b5066a443ddfb4395 (diff) | |
download | freebsd-ports-gnome-b8c9c993587b1623b3df719ff84c95efd28d2afa.tar.gz freebsd-ports-gnome-b8c9c993587b1623b3df719ff84c95efd28d2afa.tar.zst freebsd-ports-gnome-b8c9c993587b1623b3df719ff84c95efd28d2afa.zip |
misc/py-tqdm: Update to 4.13.0
While here, adjust license
Changes: https://github.com/tqdm/tqdm/releases/tag/v4.13.0
PR: 219735
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D11044
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-tqdm/Makefile | 5 | ||||
-rw-r--r-- | misc/py-tqdm/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/misc/py-tqdm/Makefile b/misc/py-tqdm/Makefile index 4c564a2bdc53..35173e19baa0 100644 --- a/misc/py-tqdm/Makefile +++ b/misc/py-tqdm/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tqdm -PORTVERSION= 4.11.2 +PORTVERSION= 4.13.0 DISTVERSIONPREFIX= v CATEGORIES= misc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,7 +9,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= neel@neelc.org COMMENT= Fast, extensible progress bar for Python -LICENSE= MIT +LICENSE= MIT MPL +LICENSE_COMB= multi USE_GITHUB= yes diff --git a/misc/py-tqdm/distinfo b/misc/py-tqdm/distinfo index 50c7dce2e621..78573326e93f 100644 --- a/misc/py-tqdm/distinfo +++ b/misc/py-tqdm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1485800974 -SHA256 (tqdm-tqdm-v4.11.2_GH0.tar.gz) = 877879474d232d6f6c091b704789fe94274c7e9679e837c6d3adfaa530df7c88 -SIZE (tqdm-tqdm-v4.11.2_GH0.tar.gz) = 799893 +TIMESTAMP = 1496457226 +SHA256 (tqdm-tqdm-v4.13.0_GH0.tar.gz) = 871efbf69e5647ea1767338dd9c4c45bd6d672bc046404dd02e214103959b1e0 +SIZE (tqdm-tqdm-v4.13.0_GH0.tar.gz) = 800614 |