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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 20 14:47:31 UTC 2018


Author: sunpoet
Date: Sat Oct 20 14:47:29 2018
New Revision: 482506
URL: https://svnweb.freebsd.org/changeset/ports/482506

Log:
  Update to 1.1.0
  
  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	Sat Oct 20 14:47:21 2018	(r482505)
+++ head/devel/py-cli-helpers/Makefile	Sat Oct 20 14:47:29 2018	(r482506)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cli-helpers
-PORTVERSION=	1.0.2
+PORTVERSION=	1.1.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,14 +14,16 @@ COMMENT=	Helpers for building command-line apps
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}configobj>=5.0.5:devel/py-configobj@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tabulate>=0.8.2:devel/py-tabulate@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}terminaltables>=3.0.0:textproc/py-terminaltables@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR}
 
-NO_ARCH=	yes
-USE_PYTHON=	autoplist concurrent distutils
 USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.pre.mk>
 

Modified: head/devel/py-cli-helpers/distinfo
==============================================================================
--- head/devel/py-cli-helpers/distinfo	Sat Oct 20 14:47:21 2018	(r482505)
+++ head/devel/py-cli-helpers/distinfo	Sat Oct 20 14:47:29 2018	(r482506)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1523186918
-SHA256 (cli_helpers-1.0.2.tar.gz) = f77837c5fbcbea39e0cb782506515459a0da75465489bae35e46da7f51c5b9fc
-SIZE (cli_helpers-1.0.2.tar.gz) = 23557
+TIMESTAMP = 1539962557
+SHA256 (cli_helpers-1.1.0.tar.gz) = 7c2038bba0c41f41acae0f6e660ff3b00d69f55d9d968f024952cace78111e12
+SIZE (cli_helpers-1.1.0.tar.gz) = 29998


More information about the svn-ports-all mailing list