diff options
author | Bradley T. Hughes <bhughes@FreeBSD.org> | 2018-04-02 17:48:48 +0000 |
---|---|---|
committer | Bradley T. Hughes <bhughes@FreeBSD.org> | 2018-04-02 17:48:48 +0000 |
commit | da5f205be47ca9720ec1ebb9d2b1c50bc046da24 (patch) | |
tree | a3c0c1f666f03d62dae38a542bc0a39ce90b1e27 | |
parent | - Update to 1.0.0 (diff) |
www/node4: Mark as deprecated and set expiration date
The Node.js project has set v4.x end-of-life date to 2018-04-30.
MFH: 2018Q2
-rw-r--r-- | www/node4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/node4/Makefile b/www/node4/Makefile index 9c7566a4aad4..1da1b6c9af80 100644 --- a/www/node4/Makefile +++ b/www/node4/Makefile @@ -10,6 +10,8 @@ PKGNAMESUFFIX= 4 MAINTAINER= bhughes@FreeBSD.org COMMENT= V8 JavaScript for client and server (4.x LTS) +DEPRECATED= Node.js v4.x reaches end-of-life on 2018-04-30, see https://github.com/nodejs/Release +EXPIRATION_DATE= 2018-04-30 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE |