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

Danilo G. Baio dbaio at FreeBSD.org
Fri Sep 1 02:34:59 UTC 2017


Author: dbaio
Date: Fri Sep  1 02:34:57 2017
New Revision: 449055
URL: https://svnweb.freebsd.org/changeset/ports/449055

Log:
  misc/py-tqdm: Update to 4.15.0
  
  While here, silence portlint warning about order of USES/USE_*.
  
  PR:		221871
  Submitted by:	Neel Chauhan <neel at neelc.org> (maintainer)

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

Modified: head/misc/py-tqdm/Makefile
==============================================================================
--- head/misc/py-tqdm/Makefile	Fri Sep  1 00:18:04 2017	(r449054)
+++ head/misc/py-tqdm/Makefile	Fri Sep  1 02:34:57 2017	(r449055)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	tqdm
-PORTVERSION=	4.13.0
+PORTVERSION=	4.15.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	misc
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,10 +12,10 @@ COMMENT=	Fast, extensible progress bar for Python
 LICENSE=	MIT MPL20
 LICENSE_COMB=	multi
 
-USE_GITHUB=	yes
-
 USES?=		python
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
+
+USE_GITHUB=	yes
 
 .include <bsd.port.mk>

Modified: head/misc/py-tqdm/distinfo
==============================================================================
--- head/misc/py-tqdm/distinfo	Fri Sep  1 00:18:04 2017	(r449054)
+++ head/misc/py-tqdm/distinfo	Fri Sep  1 02:34:57 2017	(r449055)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1496457226
-SHA256 (tqdm-tqdm-v4.13.0_GH0.tar.gz) = 871efbf69e5647ea1767338dd9c4c45bd6d672bc046404dd02e214103959b1e0
-SIZE (tqdm-tqdm-v4.13.0_GH0.tar.gz) = 800614
+TIMESTAMP = 1503881021
+SHA256 (tqdm-tqdm-v4.15.0_GH0.tar.gz) = 9127219c66bf338809647a6be563a875dfc0d0bfa1570bd5f25eb88bbea0d2e8
+SIZE (tqdm-tqdm-v4.15.0_GH0.tar.gz) = 801310


More information about the svn-ports-all mailing list