Date: Thu, 21 May 2020 06:47:46 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536075 - head/x11-toolkits/py-Pmw Message-ID: <202005210647.04L6lkAG044208@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu May 21 06:47:46 2020 New Revision: 536075 URL: https://svnweb.freebsd.org/changeset/ports/536075 Log: x11-toolkits/py-Pmw: Add USE_PYTHON=concurrent Approved by: portmgr (port compliance, infrastructure) Modified: head/x11-toolkits/py-Pmw/Makefile Modified: head/x11-toolkits/py-Pmw/Makefile ============================================================================== --- head/x11-toolkits/py-Pmw/Makefile Thu May 21 06:45:34 2020 (r536074) +++ head/x11-toolkits/py-Pmw/Makefile Thu May 21 06:47:46 2020 (r536075) @@ -3,6 +3,7 @@ PORTNAME= Pmw PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= x11-toolkits python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ LIB_DEPENDS= libBLT25.so:x11-toolkits/blt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} USES= dos2unix python shebangfix -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes SHEBANG_FILES= Pmw/Pmw_*/bin/bundlepmw.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005210647.04L6lkAG044208>