Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Apr 2018 20:11:17 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r468590 - head/misc/py-tqdm
Message-ID:  <201804282011.w3SKBHB5049350@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Apr 28 20:11:17 2018
New Revision: 468590
URL: https://svnweb.freebsd.org/changeset/ports/468590

Log:
  Update to 4.23.1
  
  - While I'm here, add LICENSE_FILE
  
  Changes:	https://github.com/tqdm/tqdm/releases
  PR:		227817
  Submitted by:	Neel Chauhan <neel@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	Sat Apr 28 20:11:12 2018	(r468589)
+++ head/misc/py-tqdm/Makefile	Sat Apr 28 20:11:17 2018	(r468590)
@@ -2,7 +2,7 @@
 
 PORTNAME=	tqdm
 DISTVERSIONPREFIX=	v
-DISTVERSION=	4.23.0
+DISTVERSION=	4.23.1
 CATEGORIES=	misc
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -11,6 +11,7 @@ COMMENT=	Fast, extensible progress bar for Python
 
 LICENSE=	MIT MPL20
 LICENSE_COMB=	multi
+LICENSE_FILE_MIT=	${WRKSRC}/LICENCE
 
 USES=		python
 USE_GITHUB=	yes

Modified: head/misc/py-tqdm/distinfo
==============================================================================
--- head/misc/py-tqdm/distinfo	Sat Apr 28 20:11:12 2018	(r468589)
+++ head/misc/py-tqdm/distinfo	Sat Apr 28 20:11:17 2018	(r468590)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1523895633
-SHA256 (tqdm-tqdm-v4.23.0_GH0.tar.gz) = fb64b53c14fd22b5dcb9cecf16bcb61feed534b891a9105b435a50b7b7fcfbd4
-SIZE (tqdm-tqdm-v4.23.0_GH0.tar.gz) = 75669
+TIMESTAMP = 1524906048
+SHA256 (tqdm-tqdm-v4.23.1_GH0.tar.gz) = 3400f07b99d3e1d511d98a257a05b6eebdf27c4dd54528bbdf43e4d405a93b8e
+SIZE (tqdm-tqdm-v4.23.1_GH0.tar.gz) = 75667



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