svn commit: r466829 - branches/2018Q2/www/node4

Bradley T. Hughes bhughes at FreeBSD.org
Sun Apr 8 20:07:25 UTC 2018


Author: bhughes
Date: Sun Apr  8 20:07:24 2018
New Revision: 466829
URL: https://svnweb.freebsd.org/changeset/ports/466829

Log:
  MFH: r466239 r466621
  
  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.
  
  www/node4: fix portlint errors and relevant warnings
  
  - move DEPRECATED/EXPIRATION_DATE out of MAINTAINER section
  - move ONLY_FOR_ARCHS
  - remove USES_LDCONFIG (Node.js doesn't install a .so)
  
  Approved by:	ports-secteam (riggs)

Modified:
  branches/2018Q2/www/node4/Makefile
Directory Properties:
  branches/2018Q2/   (props changed)

Modified: branches/2018Q2/www/node4/Makefile
==============================================================================
--- branches/2018Q2/www/node4/Makefile	Sun Apr  8 19:06:31 2018	(r466828)
+++ branches/2018Q2/www/node4/Makefile	Sun Apr  8 20:07:24 2018	(r466829)
@@ -15,6 +15,10 @@ COMMENT=	V8 JavaScript for client and server (4.x LTS)
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Node.js v4.x reaches end-of-life on 2018-04-30, see https://github.com/nodejs/Release
+EXPIRATION_DATE=	2018-04-30
+ONLY_FOR_ARCHS=	amd64 i386
+
 OPTIONS_DEFINE=	BUNDLED_SSL DOCS NLS
 OPTIONS_DEFAULT=
 OPTIONS_SUB=	yes
@@ -31,11 +35,9 @@ NLS_LIB_DEPENDS=	libicui18n.so:devel/icu
 
 USES=		compiler:c++11-lib gmake python:2.7 pkgconfig localbase
 HAS_CONFIGURE=	yes
-USE_LDCONFIG=	yes
 
 CONFLICTS_INSTALL=	node[568]-[0-9]* node-[0-9]*
 
-ONLY_FOR_ARCHS=	amd64 i386
 CONFIGURE_ARGS=	--prefix=${PREFIX_RELDEST} \
 		--without-npm \
 		--shared-libuv \


More information about the svn-ports-all mailing list