[Midnightbsd-cvs] mports [24449] trunk/www: add node 8 npm port

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Oct 9 09:21:29 EDT 2018


Revision: 24449
          http://svnweb.midnightbsd.org/mports/?rev=24449
Author:   laffer1
Date:     2018-10-09 09:21:28 -0400 (Tue, 09 Oct 2018)
Log Message:
-----------
add node 8 npm port

Modified Paths:
--------------
    trunk/www/Makefile

Added Paths:
-----------
    trunk/www/npm-node8/
    trunk/www/npm-node8/Makefile

Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile	2018-10-09 13:20:30 UTC (rev 24448)
+++ trunk/www/Makefile	2018-10-09 13:21:28 UTC (rev 24449)
@@ -56,6 +56,7 @@
 SUBDIR += nginx
 SUBDIR += npm
 SUBDIR += npm-node6
+SUBDIR += npm-node8
 SUBDIR += node
 SUBDIR += node6
 SUBDIR += node8

Added: trunk/www/npm-node8/Makefile
===================================================================
--- trunk/www/npm-node8/Makefile	                        (rev 0)
+++ trunk/www/npm-node8/Makefile	2018-10-09 13:21:28 UTC (rev 24449)
@@ -0,0 +1,13 @@
+# $MidnightBSD$
+# $FreeBSD: head/www/npm-node8/Makefile 454519 2017-11-20 04:31:30Z sunpoet $
+
+PKGNAMESUFFIX=	-node8
+
+CONFLICTS_INSTALL=	npm npm-node4 npm-node6 npm2 npm3 npm4
+
+OPTIONS_EXCLUDE=NODE NODE4 NODE6
+OPTIONS_SLAVE=	NODE8
+
+MASTERDIR=	${.CURDIR}/../npm
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/www/npm-node8/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list