Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2018 14:47:30 +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: r482506 - head/devel/py-cli-helpers
Message-ID:  <201810201447.w9KElUXp013084@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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