svn commit: r549944 - head/lang/spidermonkey60

Tobias C. Berner tcberner at FreeBSD.org
Thu Sep 24 19:35:08 UTC 2020


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 \


More information about the svn-ports-all mailing list