diff options
author | Romain Tartière <romain@FreeBSD.org> | 2019-03-15 20:15:58 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2019-03-15 20:15:58 +0000 |
commit | 1e1352801ed44b01ec7153cae507d874a41e1b91 (patch) | |
tree | a28679926933ee0a5eda8aede5a4bf5a10ae75a6 | |
parent | 95dfe13cdd86e6c073ddeb9529370e4fd57c981b (diff) | |
download | freebsd-ports-1e1352801ed44b01ec7153cae507d874a41e1b91.zip |
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.
-rw-r--r-- | lang/phantomjs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/phantomjs/Makefile b/lang/phantomjs/Makefile index 14e2183ad769..fdceda714fac 100644 --- a/lang/phantomjs/Makefile +++ b/lang/phantomjs/Makefile @@ -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 \ |