Date: Sat, 20 Dec 2014 18:18:15 +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: r375065 - head/www/closure-linter Message-ID: <201412201818.sBKIIFZx062363@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Dec 20 18:18:14 2014 New Revision: 375065 URL: https://svnweb.freebsd.org/changeset/ports/375065 QAT: https://qat.redports.org/buildarchive/r375065/ Log: - Fix build when DEFAULT_VERSIONS=python=3.* - Modernize PYTHON knobs - Bump PORTREVISION for package change With hat: python Deleted: head/www/closure-linter/pkg-plist Modified: head/www/closure-linter/Makefile Modified: head/www/closure-linter/Makefile ============================================================================== --- head/www/closure-linter/Makefile Sat Dec 20 18:18:09 2014 (r375064) +++ head/www/closure-linter/Makefile Sat Dec 20 18:18:14 2014 (r375065) @@ -3,6 +3,7 @@ PORTNAME= closure-linter PORTVERSION= 2.3.13 +PORTREVISION= 1 CATEGORIES= www devel MASTER_SITES= GOOGLE_CODE DISTNAME= closure_linter-${PORTVERSION} @@ -12,9 +13,9 @@ COMMENT= JavaScript linter LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gflags.py:${PORTSDIR}/devel/py-gflags +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gflags>=0:${PORTSDIR}/devel/py-gflags -USE_PYTHON= 2 -USE_PYDISTUTILS=yes +USES= python:2 +USE_PYTHON= autoplist distutils .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412201818.sBKIIFZx062363>