svn commit: r455432 - head/devel/bpython

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 3 20:34:25 UTC 2017


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 at 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


More information about the svn-ports-head mailing list