Date: Fri, 6 Apr 2018 07:07:17 +0000 (UTC) From: "Bradley T. Hughes" <bhughes@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466621 - head/www/node4 Message-ID: <201804060707.w3677Hms048979@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bhughes Date: Fri Apr 6 07:07:17 2018 New Revision: 466621 URL: https://svnweb.freebsd.org/changeset/ports/466621 Log: 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) MFH: 2018Q2 Modified: head/www/node4/Makefile Modified: head/www/node4/Makefile ============================================================================== --- head/www/node4/Makefile Fri Apr 6 06:46:53 2018 (r466620) +++ head/www/node4/Makefile Fri Apr 6 07:07:17 2018 (r466621) @@ -10,12 +10,14 @@ PKGNAMESUFFIX= 4 MAINTAINER= bhughes@FreeBSD.org COMMENT= V8 JavaScript for client and server (4.x LTS) -DEPRECATED= Node.js v4.x reaches end-of-life on 2018-04-30, see https://github.com/nodejs/Release -EXPIRATION_DATE= 2018-04-30 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 @@ -32,11 +34,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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804060707.w3677Hms048979>