svn commit: r443105 - head/misc/py-tqdm

Danilo G. Baio dbaio at FreeBSD.org
Sat Jun 10 17:39:32 UTC 2017


Author: dbaio
Date: Sat Jun 10 17:39:30 2017
New Revision: 443105
URL: https://svnweb.freebsd.org/changeset/ports/443105

Log:
  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 at neelc.org> (maintainer)
  Approved by:	garga (mentor)
  Differential Revision:	https://reviews.freebsd.org/D11044

Modified:
  head/misc/py-tqdm/Makefile
  head/misc/py-tqdm/distinfo

Modified: head/misc/py-tqdm/Makefile
==============================================================================
--- head/misc/py-tqdm/Makefile	Sat Jun 10 17:38:49 2017	(r443104)
+++ head/misc/py-tqdm/Makefile	Sat Jun 10 17:39:30 2017	(r443105)
@@ -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 at neelc.org
 COMMENT=	Fast, extensible progress bar for Python
 
-LICENSE=	MIT
+LICENSE=	MIT MPL
+LICENSE_COMB=	multi
 
 USE_GITHUB=	yes
 

Modified: head/misc/py-tqdm/distinfo
==============================================================================
--- head/misc/py-tqdm/distinfo	Sat Jun 10 17:38:49 2017	(r443104)
+++ head/misc/py-tqdm/distinfo	Sat Jun 10 17:39:30 2017	(r443105)
@@ -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


More information about the svn-ports-all mailing list