Index: head/devel/py-PyExecJS/Makefile =================================================================== --- head/devel/py-PyExecJS/Makefile (revision 502594) +++ head/devel/py-PyExecJS/Makefile (revision 502595) @@ -1,28 +1,29 @@ # $FreeBSD$ PORTNAME= PyExecJS DISTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tcberner@FreeBSD.org COMMENT= Run JavaScript code from Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= python USE_PYTHON= distutils autoplist OPTIONS_GROUP= RUNTIME OPTIONS_GROUP_RUNTIME= NODE SPIDERMONKEY PHANTOMJS NODE_DESC= Use www/node as JavaScript backend NODE_RUN_DEPENDS= node>=0.8.0:www/node -SPIDERMONKEY_DESC= Use lang/spidermonkey24 as JavaScript backend -SPIDERMONKEY_RUN_DEPENDS= js:lang/spidermonkey24 +SPIDERMONKEY_DESC= Use lang/spidermonkey52 as JavaScript backend +SPIDERMONKEY_RUN_DEPENDS= js52:lang/spidermonkey52 PHANTOMJS_DESC= Use lang/phantomjs as JavaScript backend PHANTOMJS_RUN_DEPENDS= phantomjs:lang/phantomjs OPTIONS_DEFAULT= NODE .include Index: head/devel/py-PyExecJS/files/patch-execjs___external__runtime.py =================================================================== --- head/devel/py-PyExecJS/files/patch-execjs___external__runtime.py (nonexistent) +++ head/devel/py-PyExecJS/files/patch-execjs___external__runtime.py (revision 502595) @@ -0,0 +1,11 @@ +--- execjs/_external_runtime.py.orig 2019-05-25 16:38:20 UTC ++++ execjs/_external_runtime.py +@@ -251,7 +251,7 @@ def jsc(): + def spidermonkey(): + return ExternalRuntime( + name="SpiderMonkey", +- command=["js"], ++ command=["js52"], + runner_source=_runner_sources.SpiderMonkey, + tempfile=True + ) Property changes on: head/devel/py-PyExecJS/files/patch-execjs___external__runtime.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property