svn commit: r462231 - head/www/npm4

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 18 13:37:42 UTC 2018


Author: sunpoet
Date: Sun Feb 18 13:37:39 2018
New Revision: 462231
URL: https://svnweb.freebsd.org/changeset/ports/462231

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2018-03-31

Modified:
  head/www/npm4/Makefile

Modified: head/www/npm4/Makefile
==============================================================================
--- head/www/npm4/Makefile	Sun Feb 18 13:37:34 2018	(r462230)
+++ head/www/npm4/Makefile	Sun Feb 18 13:37:39 2018	(r462231)
@@ -13,6 +13,9 @@ COMMENT=	Node package manager
 
 LICENSE=	MIT
 
+DEPRECATED=	Use www/npm instead
+EXPIRATION_DATE=2018-03-31
+
 RUN_DEPENDS=	gmake:devel/gmake \
 		node>=0.8.0:www/node
 


More information about the svn-ports-head mailing list