svn commit: r549941 - head/lang/spidermonkey68

Tobias C. Berner tcberner at FreeBSD.org
Thu Sep 24 19:25:47 UTC 2020


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 \


More information about the svn-ports-all mailing list