Date: Fri, 9 Oct 2020 19:03:19 +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: r551813 - head/devel/py-prettytable Message-ID: <202010091903.099J3JpF086939@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Oct 9 19:03:19 2020 New Revision: 551813 URL: https://svnweb.freebsd.org/changeset/ports/551813 Log: Add missing RUN_DEPENDS - Bump PORTREVISION for dependency change - Take maintainership PR: 250224 Submitted by: sunpoet (myself) Approved by: novel (maintainer) Modified: head/devel/py-prettytable/Makefile Modified: head/devel/py-prettytable/Makefile ============================================================================== --- head/devel/py-prettytable/Makefile Fri Oct 9 19:03:14 2020 (r551812) +++ head/devel/py-prettytable/Makefile Fri Oct 9 19:03:19 2020 (r551813) @@ -3,20 +3,23 @@ PORTNAME= prettytable PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP/source/P/PrettyTable PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= novel@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for displaying tabular data in an ASCII table format LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR} -NO_ARCH= yes USES= python USE_PYTHON= distutils autoplist + +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010091903.099J3JpF086939>