diff options
author | mva <mva@FreeBSD.org> | 2012-07-22 04:02:06 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2012-07-22 04:02:06 +0800 |
commit | ba3fe043dd2e82bdfc6dba43188f46faacb77bfe (patch) | |
tree | 55dfae51148d71e680ea93fdb45c7bcdd39cfbc6 | |
parent | a995c7c7837d35d5e7142417aaa50d0515d7c250 (diff) | |
download | freebsd-ports-gnome-ba3fe043dd2e82bdfc6dba43188f46faacb77bfe.tar.gz freebsd-ports-gnome-ba3fe043dd2e82bdfc6dba43188f46faacb77bfe.tar.zst freebsd-ports-gnome-ba3fe043dd2e82bdfc6dba43188f46faacb77bfe.zip |
- Update to version 0.25.2
- Convert to optionsng framework
-rw-r--r-- | devel/pylint/Makefile | 11 | ||||
-rw-r--r-- | devel/pylint/distinfo | 4 | ||||
-rw-r--r-- | devel/pylint/pkg-plist | 3 |
3 files changed, 11 insertions, 7 deletions
diff --git a/devel/pylint/Makefile b/devel/pylint/Makefile index ee7cc84778bf..f98a371e3646 100644 --- a/devel/pylint/Makefile +++ b/devel/pylint/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pylint -PORTVERSION= 0.25.1 +PORTVERSION= 0.25.2 CATEGORIES= devel python MASTER_SITES= LOGILAB PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} @@ -20,15 +20,16 @@ MAKE_ENV= NO_SETUPTOOLS=1 USE_PYTHON= yes USE_PYDISTUTILS=yes -OPTIONS= GUI "Include Tkinter support for pylint-gui" Off +OPTIONS_DEFINE= GUI +OPTIONS_DEFAULTS= -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> post-extract: ${RM} -fr ${WRKSRC}/test -.if defined(WITH_GUI) +.if ${PORT_OPTIONS:MGUI} RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/pylint/distinfo b/devel/pylint/distinfo index a38da2694c9b..dea3b9c40807 100644 --- a/devel/pylint/distinfo +++ b/devel/pylint/distinfo @@ -1,2 +1,2 @@ -SHA256 (pylint-0.25.1.tar.gz) = 5991744c9247bf355a531651fca35f9fd67506892081574677aadd175ec94a00 -SIZE (pylint-0.25.1.tar.gz) = 211562 +SHA256 (pylint-0.25.2.tar.gz) = 757f2b97071a87fb7e4d017fc7c9eb74f26dcf412e683b614d3c5d54b217212d +SIZE (pylint-0.25.2.tar.gz) = 207358 diff --git a/devel/pylint/pkg-plist b/devel/pylint/pkg-plist index 2f0212039abb..eb8cc7b836c0 100644 --- a/devel/pylint/pkg-plist +++ b/devel/pylint/pkg-plist @@ -102,6 +102,9 @@ bin/symilar %%PYTHON_SITELIBDIR%%/pylint/reporters/text.py %%PYTHON_SITELIBDIR%%/pylint/reporters/text.pyc %%PYTHON_SITELIBDIR%%/pylint/reporters/text.pyo +%%PYTHON_SITELIBDIR%%/pylint/testutils.py +%%PYTHON_SITELIBDIR%%/pylint/testutils.pyc +%%PYTHON_SITELIBDIR%%/pylint/testutils.pyo %%PYTHON_SITELIBDIR%%/pylint/utils.py %%PYTHON_SITELIBDIR%%/pylint/utils.pyc %%PYTHON_SITELIBDIR%%/pylint/utils.pyo |