Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2018 19:24:06 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463152 - head/misc/py-tqdm
Message-ID:  <201802271924.w1RJO6rM057516@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Feb 27 19:24:06 2018
New Revision: 463152
URL: https://svnweb.freebsd.org/changeset/ports/463152

Log:
  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)

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

Modified: head/misc/py-tqdm/Makefile
==============================================================================
--- head/misc/py-tqdm/Makefile	Tue Feb 27 18:52:22 2018	(r463151)
+++ head/misc/py-tqdm/Makefile	Tue Feb 27 19:24:06 2018	(r463152)
@@ -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>

Modified: head/misc/py-tqdm/distinfo
==============================================================================
--- head/misc/py-tqdm/distinfo	Tue Feb 27 18:52:22 2018	(r463151)
+++ head/misc/py-tqdm/distinfo	Tue Feb 27 19:24:06 2018	(r463152)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802271924.w1RJO6rM057516>