Date: Thu, 30 May 2019 18:12:06 +0000 (UTC) From: Luca Pizzamiglio <pizzamig@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503080 - in head/www: . yarn-node8 Message-ID: <201905301812.x4UIC6oM019007@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pizzamig Date: Thu May 30 18:12:06 2019 New Revision: 503080 URL: https://svnweb.freebsd.org/changeset/ports/503080 Log: www/yarn-node8: Add a slave port, depending on node8 Imitating the approach of npm-node8, add yarn with node8 dependancy Added: head/www/yarn-node8/ head/www/yarn-node8/Makefile (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu May 30 18:11:24 2019 (r503079) +++ head/www/Makefile Thu May 30 18:12:06 2019 (r503080) @@ -2443,6 +2443,7 @@ SUBDIR += yanopaste SUBDIR += yarn SUBDIR += yarn-node10 + SUBDIR += yarn-node8 SUBDIR += yaws SUBDIR += you-get SUBDIR += yourls Added: head/www/yarn-node8/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/yarn-node8/Makefile Thu May 30 18:12:06 2019 (r503080) @@ -0,0 +1,13 @@ +# Created by: Luca Pizzamiglio <pizzamig@FreeBSD.org> +# $FreeBSD$ + +PKGNAMESUFFIX= -node8 + +CONFLICS_INSTALL= yarn yarn-node10 + +OPTIONS_EXCLUDE= NODE NODE10 NODE6 +OPTIONS_SLAVE= NODE8 + +MASTERDIR= ${.CURDIR}/../yarn + +.include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905301812.x4UIC6oM019007>