aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2012-07-22 04:02:06 +0800
committermva <mva@FreeBSD.org>2012-07-22 04:02:06 +0800
commitba3fe043dd2e82bdfc6dba43188f46faacb77bfe (patch)
tree55dfae51148d71e680ea93fdb45c7bcdd39cfbc6
parenta995c7c7837d35d5e7142417aaa50d0515d7c250 (diff)
downloadfreebsd-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/Makefile11
-rw-r--r--devel/pylint/distinfo4
-rw-r--r--devel/pylint/pkg-plist3
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
'>* Add slaves ports for Aspell's new dictionaries.thierry2004-08-293-0/+22 * Factor out all but one of the build switches of the KDE main module portslofi2004-08-112-3/+3 * Update to 1.0.R.1arved2004-08-102-4/+4 * Update to 1.0 RC1arved2004-08-104-45/+53 * Update to version 3.2.3lofi2004-06-102-4/+4 * Add hunspell 0.9.7, improved Hungarian spelling checker.thierry2004-05-208-0/+169 * Oops. Forgot the language categories.lofi2004-05-072-3/+3 * Update to KDE 3.2.2lofi2004-04-204-40/+18 * Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-022-1/+3 * SIZEify (maintainer timeout)trevor2004-03-315-0/+5 * Add Hungarian version of OpenOffice.orgmaho2004-03-212-0/+16 * Reorder those filesmat2004-03-211-5/+5 * Update to KDE 3.2.1 / QT 3.3.1lofi2004-03-105-4/+7 * Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-064-2/+2 * Update to KDE 3.2.0lofi2004-02-059-479/+223 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-043-0/+3 * Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-043-6/+6 * Now gettext 0.12.1 is gettext-old.trevor2004-01-243-3/+3 * [REPOCOPY WAITING] editors/ooodict-hu_HU port can moved to hungarian categoryedwin2004-01-162-1/+4 * Slave ports do not need to include the master category in CATEGORIES.linimon2003-11-151-1/+0 * OpenOffice -> OpenOffice.orgmaho2003-11-091-1/+1 * rename openoffice* to openoffice-1.0* accodingly (repo copy).maho2003-11-081-1/+1 * Translation update: fix checksum.will2003-09-222-2/+2 * Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.will2003-09-182-2/+2 * Update KDE to the latest official release, KDE 3.1.3lofi2003-07-294-2/+6 * Maintaner update of hungarian/ispell to version 0.99.3leeym2003-07-246-77/+224 * Update to KDE 3.1.2lioux2003-05-204-8/+8 * New port: localized messages and documentation for kofficelioux2003-05-205-0/+86 * Repo-move KDE I18N hebrew, hungarian, & vietnamese messages to theirwill2003-04-147-12/+5 * Clear moonlight beckons.ade2003-03-074-2/+2 * Remove pkg-comment from remaining master/slave port sets.ade2003-03-072-1/+1 * De-pkg-comment.knu2003-02-2110-5/+5 * Upgrade kde-i18n to 3.1. Note that the following modules did not get awill2003-01-294-258/+712 * New port: jdictionary-eng-hun-expr 1.4 - English-Hungarian expressionedwin2003-01-036-0/+43 * New port: jdictionary-eng-hun 1.4 - Hungarian-English dictionaryedwin2003-01-036-0/+41 * MAINTAINER UPDATE: hungarian ispell version 0.92edwin2003-01-034-81/+66 * New port: hu-zipcodes - Hungarian post codes (version 2002.06.22)edwin2003-01-036-0/+36 * New port: hu-phone - Hungarian phone codes (version 20020622)edwin2003-01-036-0/+36 * Add hungarian/ispell, the Hungarian dictionary for ispell.knu2002-11-198-1/+126 * Set the default value of PKGNAMEPREFIX to "hu-".knu2002-11-181-0/+4 * Add several new real categories.knu2002-11-181-0/+5 * Add several new real categories.knu2002-11-181-0/+1 * 1. Removed comments from pkg-plist files per will's request.alane2002-10-114-6/+2 * Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted towill2002-08-254-8/+6 * Add OpenOffice.org spelling dictionary ports. They are based on MySpell,mbr2002-08-122-0/+19 * 1. Changed the lib depends on gettext to a build depends. This will meanalane2002-08-032-4/+4 * Bump PORTREVISION. KDE is fragile enough in its dependencies; we don'talane2002-08-022-0/+2 * Chase shlib rev of devel/gettextade2002-08-022-2/+2 * Fix MASTER_SITE_SUBDIR.will2002-07-102-2/+2 * Update to 3.0.2 -- full log available in ports/x11/kde3/Makefile,v 1.51.will2002-07-056-154/+10 * Upgrade to KDE 3.0.1. The delay in this upgrade is mainly due to thewill2002-06-166-30/+228 * Please welcome Qt3/KDE3 to our ports tree. This includes work since thewill2002-04-2214-256/+1756 * gettext upgrade uber-patch (stage 3)ade2002-04-132-2/+4 * Stage 1 of gettext update.ade2002-03-162-2/+2 * Add WWW.demon2001-12-282-0/+4 * Update to 2.2.2.demon2001-12-136-18/+32 * Upgrade to 2.2.1.demon2001-10-2712-52/+46 * Set DIST_SUBDIR=KDEdemon2001-09-114-2/+4 * MAINTAINER -> kde@FreeBSD.orgdemon2001-09-012-2/+2 * Fix installation in a slightly different way.demon2001-08-214-12/+16 * Remove two languages not presented in new version.demon2001-08-202-6/+2 * Forgot to remove debug comment.demon2001-08-162-2/+2 * Upgrade to 2.2.demon2001-08-1610-16/+62 * Remove Ukrainian from BATCH builds.demon2001-07-052-2/+2 * Exclude de, fr, ja, ru, zh_CN, zh_TW from bento's package.demon2001-04-172-2/+2 * Sort languages by name.demon2001-04-132-20/+20 * Examine LINGUAS variable before BATCH.demon2001-04-112-10/+10 * Allow to override MAINTAINER and CATEGORIES (in slave ports).demon2001-04-102-4/+4 * Add the ability to select which languages to install via dialog(1)-baseddemon2001-04-104-0/+174 * Update to 2.1.1demon2001-04-066-26/+4 * Overhaul QT/KDE support:will2001-04-032-4/+4