Date: Thu, 24 Sep 2020 19:35:07 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549944 - head/lang/spidermonkey60 Message-ID: <202009241935.08OJZ7vv050652@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Thu Sep 24 19:35:07 2020 New Revision: 549944 URL: https://svnweb.freebsd.org/changeset/ports/549944 Log: lang/spidermonkey60: mark deprecated (uses python2 to build) This port was added for a past polkit update. Newer spidermonkey version can be built with python3 and should be prefered. PR: 249710 Reported by: swills Modified: head/lang/spidermonkey60/Makefile Modified: head/lang/spidermonkey60/Makefile ============================================================================== --- head/lang/spidermonkey60/Makefile Thu Sep 24 19:31:43 2020 (r549943) +++ head/lang/spidermonkey60/Makefile Thu Sep 24 19:35:07 2020 (r549944) @@ -14,6 +14,9 @@ COMMENT= Standalone JavaScript based from Mozilla 60-e LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Requires python2 to build +EXPIRATION_DATE= 2020-12-31 + BUILD_DEPENDS= autoconf-2.13:devel/autoconf213 LIB_DEPENDS= libnspr4.so:devel/nspr \ libffi.so:devel/libffi \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009241935.08OJZ7vv050652>