Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2020 19:25:47 +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: r549941 - head/lang/spidermonkey68
Message-ID:  <202009241925.08OJPlr3043430@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Thu Sep 24 19:25:47 2020
New Revision: 549941
URL: https://svnweb.freebsd.org/changeset/ports/549941

Log:
  lang/spidermonkey68: mark deprecated
  
  lang/spidermonkey68 was added to be able to update polkit to 0.117.
  Which has in the meantime been updated to 0.118 which builds with a
  python3 using spidermonkey version.
  
  PR:		249711
  Reported by:	swills

Modified:
  head/lang/spidermonkey68/Makefile

Modified: head/lang/spidermonkey68/Makefile
==============================================================================
--- head/lang/spidermonkey68/Makefile	Thu Sep 24 19:02:01 2020	(r549940)
+++ head/lang/spidermonkey68/Makefile	Thu Sep 24 19:25:47 2020	(r549941)
@@ -14,6 +14,9 @@ COMMENT=	Standalone JavaScript based from Mozilla 68-e
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Requires python2 to build and has no consumers
+EXPIRATION_DATE=	2020-12-31
+
 BUILD_DEPENDS=	autoconf-2.13:devel/autoconf213 \
 		${LOCALBASE}/bin/python${PYTHON3_DEFAULT}:lang/python${PYTHON3_DEFAULT:S/.//g} \
 		rust-cbindgen>=0.8.7:devel/rust-cbindgen \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009241925.08OJPlr3043430>