From owner-svn-ports-all@freebsd.org Fri Jun 1 23:03:02 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 923B2FDFB3F; Fri, 1 Jun 2018 23:03:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 44B367AB3B; Fri, 1 Jun 2018 23:03:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 26EB52F397; Fri, 1 Jun 2018 23:03:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w51N31cs014917; Fri, 1 Jun 2018 23:03:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w51N31XZ014916; Fri, 1 Jun 2018 23:03:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806012303.w51N31XZ014916@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 1 Jun 2018 23:03:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471323 - head/www/yarn X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/yarn X-SVN-Commit-Revision: 471323 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2018 23:03:02 -0000 Author: sunpoet Date: Fri Jun 1 23:03:01 2018 New Revision: 471323 URL: https://svnweb.freebsd.org/changeset/ports/471323 Log: Remove NODE4 option www/node4 expired on 2018-04-30. Modified: head/www/yarn/Makefile Modified: head/www/yarn/Makefile ============================================================================== --- head/www/yarn/Makefile Fri Jun 1 23:02:56 2018 (r471322) +++ head/www/yarn/Makefile Fri Jun 1 23:03:01 2018 (r471323) @@ -14,20 +14,18 @@ LICENSE_FILE= ${WRKSRC}/LICENSE OPTIONS_DEFINE= HADOOPCOMPAT OPTIONS_SINGLE= BACKEND -OPTIONS_SINGLE_BACKEND= NODE4 NODE6 NODE8 NODE +OPTIONS_SINGLE_BACKEND= NODE6 NODE8 NODE OPTIONS_DEFAULT= NODE HADOOPCOMPAT_DESC= hadoop2 compatibility, the yarn script is excluded NODE_DESC= Use www/node as backend NODE8_DESC= Use www/node8 as backend NODE6_DESC= Use www/node6 as backend -NODE4_DESC= Use www/node4 as backend OPTIONS_SUB= yes NODE_RUN_DEPENDS= node>=0.8.0:www/node NODE8_RUN_DEPENDS= node8>=0.8.0:www/node8 NODE6_RUN_DEPENDS= node6>=0.8.0:www/node6 -NODE4_RUN_DEPENDS= node4>=0.8.0:www/node4 HADOOPCOMPAT_CONFLICTS_INSTALL_OFF= hadoop2*