diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-11 08:08:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-11 08:08:30 +0000 |
commit | adcf3b1a182f39c92b37fd681a90185275bcadb8 (patch) | |
tree | 10d9e6ac02a4025d708236353ba0766eccac8b38 /www | |
parent | 371e5f84bbf7e89ed1de90d8d4762a5656f2669c (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/node04/Makefile | 3 | ||||
-rw-r--r-- | www/node06/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/www/node04/Makefile b/www/node04/Makefile index 1cf72f990207..6616d3849a17 100644 --- a/www/node04/Makefile +++ b/www/node04/Makefile @@ -13,6 +13,9 @@ COMMENT= V8 JavaScript for client and server LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo +DEPRECATED= Unsupported upstream, not compatible with current +EXPIRATION_DATE= 2013-10-11 + MAN1= node.1 HAS_CONFIGURE= yes diff --git a/www/node06/Makefile b/www/node06/Makefile index ccf4273a49e8..40289f08cf98 100644 --- a/www/node06/Makefile +++ b/www/node06/Makefile @@ -12,6 +12,9 @@ COMMENT= V8 JavaScript for client and server LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo +DEPRECATED= Unsupported upstream, not compatible with current +EXPIRATION_DATE= 2013-10-11 + OPTIONS_DEFINE= SHARED_V8 SHARED_V8_DESC= Build with lang/v8 |