svn commit: r326953 - in head/www: node04 node06

Baptiste Daroussin bapt at FreeBSD.org
Wed Sep 11 08:08:31 UTC 2013


Author: bapt
Date: Wed Sep 11 08:08:30 2013
New Revision: 326953
URL: http://svnweb.freebsd.org/changeset/ports/326953

Log:
  Mark as deprecated old and unsupported version of www/node
  
  Submitted by:	Daniel Lin <linpct at gmail.com> (maintainer via pkg-fallout)

Modified:
  head/www/node04/Makefile
  head/www/node06/Makefile

Modified: head/www/node04/Makefile
==============================================================================
--- head/www/node04/Makefile	Wed Sep 11 07:46:46 2013	(r326952)
+++ head/www/node04/Makefile	Wed Sep 11 08:08:30 2013	(r326953)
@@ -13,6 +13,9 @@ COMMENT=	V8 JavaScript for client and se
 
 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

Modified: head/www/node06/Makefile
==============================================================================
--- head/www/node06/Makefile	Wed Sep 11 07:46:46 2013	(r326952)
+++ head/www/node06/Makefile	Wed Sep 11 08:08:30 2013	(r326953)
@@ -12,6 +12,9 @@ COMMENT=	V8 JavaScript for client and se
 
 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
 


More information about the svn-ports-all mailing list