svn commit: r466819 - head/devel/py-cli-helpers

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 8 18:29:45 UTC 2018


Author: sunpoet
Date: Sun Apr  8 18:29:42 2018
New Revision: 466819
URL: https://svnweb.freebsd.org/changeset/ports/466819

Log:
  Update to 1.0.2
  
  Changes:	https://github.com/dbcli/cli_helpers/blob/master/CHANGELOG

Modified:
  head/devel/py-cli-helpers/Makefile
  head/devel/py-cli-helpers/distinfo

Modified: head/devel/py-cli-helpers/Makefile
==============================================================================
--- head/devel/py-cli-helpers/Makefile	Sun Apr  8 18:29:36 2018	(r466818)
+++ head/devel/py-cli-helpers/Makefile	Sun Apr  8 18:29:42 2018	(r466819)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cli-helpers
-PORTVERSION=	1.0.1
+PORTVERSION=	1.0.2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,8 +15,9 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}tabulate>=0.8.0:devel/py-tabulate@${FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}terminaltables>=3.0.0:textproc/py-terminaltables@${FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}tabulate>=0.8.2:devel/py-tabulate@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}terminaltables>=3.0.0:textproc/py-terminaltables@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${FLAVOR}
 
 NO_ARCH=	yes
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/devel/py-cli-helpers/distinfo
==============================================================================
--- head/devel/py-cli-helpers/distinfo	Sun Apr  8 18:29:36 2018	(r466818)
+++ head/devel/py-cli-helpers/distinfo	Sun Apr  8 18:29:42 2018	(r466819)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1512157698
-SHA256 (cli_helpers-1.0.1.tar.gz) = 55353117960700dfbe000a71cda0bad1ac865e3a9999f1fa81047fa9e1322d42
-SIZE (cli_helpers-1.0.1.tar.gz) = 24004
+TIMESTAMP = 1523186918
+SHA256 (cli_helpers-1.0.2.tar.gz) = f77837c5fbcbea39e0cb782506515459a0da75465489bae35e46da7f51c5b9fc
+SIZE (cli_helpers-1.0.2.tar.gz) = 23557


More information about the svn-ports-head mailing list