Date: Sun, 3 Dec 2017 20:34:23 +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: r455432 - head/devel/bpython Message-ID: <201712032034.vB3KYNJt055453@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Dec 3 20:34:23 2017 New Revision: 455432 URL: https://svnweb.freebsd.org/changeset/ports/455432 Log: Convert PYTHON_PKGNAMESUFFIX to USE_PYTHON=optsuffix Modified: head/devel/bpython/Makefile Modified: head/devel/bpython/Makefile ============================================================================== --- head/devel/bpython/Makefile Sun Dec 3 20:34:18 2017 (r455431) +++ head/devel/bpython/Makefile Sun Dec 3 20:34:23 2017 (r455432) @@ -6,7 +6,6 @@ PORTVERSION= 0.17 CATEGORIES= devel python MASTER_SITES= CHEESESHOP \ https://bpython-interpreter.org/releases/ -PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fancy interface to the Python interpreter @@ -25,7 +24,7 @@ OPTIONS_DEFINE= EXAMPLES NLS OPTIONS_SUB= yes NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent distutils optsuffix USES= python PORTEXAMPLES= light.theme sample.theme
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712032034.vB3KYNJt055453>