Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2019 20:15:58 +0000 (UTC)
From:      =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r495806 - head/lang/phantomjs
Message-ID:  <201903152015.x2FKFwGl048599@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: romain
Date: Fri Mar 15 20:15:58 2019
New Revision: 495806
URL: https://svnweb.freebsd.org/changeset/ports/495806

Log:
  Mark lang/phantomjs as deprecated
  
  Upstream has discontinued the project 1 year ago:
  https://github.com/ariya/phantomjs/issues/15344
  
  Set a two month expiration date.

Modified:
  head/lang/phantomjs/Makefile

Modified: head/lang/phantomjs/Makefile
==============================================================================
--- head/lang/phantomjs/Makefile	Fri Mar 15 19:52:53 2019	(r495805)
+++ head/lang/phantomjs/Makefile	Fri Mar 15 20:15:58 2019	(r495806)
@@ -14,6 +14,8 @@ BROKEN_powerpc64=	fails to build: g++48: not found
 BROKEN_sparc64=		does not link on sparc64
 BROKEN_SSL=	openssl111
 BROKEN_SSL_REASON_openssl111=	error: member access into incomplete type 'X509' (aka 'x509_st')
+DEPRECATED=	Project has been discontinued: https://github.com/ariya/phantomjs/issues/15344
+EXPIRATION_DATE=2019-05-15
 
 BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libfreetype.so:print/freetype2 \



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