Date: Wed, 11 Sep 2013 08:08:30 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326953 - in head/www: node04 node06 Message-ID: <201309110808.r8B88UOD055841@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309110808.r8B88UOD055841>