diff options
author | bhughes <bhughes@FreeBSD.org> | 2018-04-03 01:48:48 +0800 |
---|---|---|
committer | bhughes <bhughes@FreeBSD.org> | 2018-04-03 01:48:48 +0800 |
commit | 7c3f29512a83d21c1f14421ad1f0780544a32486 (patch) | |
tree | a3c0c1f666f03d62dae38a542bc0a39ce90b1e27 /www | |
parent | eea895e575cbb95104504a1c66eb49256c2bd46a (diff) | |
download | freebsd-ports-gnome-7c3f29512a83d21c1f14421ad1f0780544a32486.tar.gz freebsd-ports-gnome-7c3f29512a83d21c1f14421ad1f0780544a32486.tar.zst freebsd-ports-gnome-7c3f29512a83d21c1f14421ad1f0780544a32486.zip |
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
Diffstat (limited to 'www')
-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 |