Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jun 2017 05:51:14 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443803 - in head/www: . npm4
Message-ID:  <201706180551.v5I5pEqq071400@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jun 18 05:51:14 2017
New Revision: 443803
URL: https://svnweb.freebsd.org/changeset/ports/443803

Log:
  Add npm4 4.6.1 (copied from npm)
  
  - Update CONFLICTS_INSTALL

Added:
  head/www/npm4/
     - copied from r443721, head/www/npm/
Modified:
  head/www/Makefile
  head/www/npm4/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Jun 18 05:51:08 2017	(r443802)
+++ head/www/Makefile	Sun Jun 18 05:51:14 2017	(r443803)
@@ -549,6 +549,7 @@
     SUBDIR += npm-less-plugin-clean-css
     SUBDIR += npm2
     SUBDIR += npm3
+    SUBDIR += npm4
     SUBDIR += nspluginwrapper
     SUBDIR += nuvolaplayer-8tracks
     SUBDIR += nuvolaplayer-all-services

Modified: head/www/npm4/Makefile
==============================================================================
--- head/www/npm/Makefile	Fri Jun 16 19:46:04 2017	(r443721)
+++ head/www/npm4/Makefile	Sun Jun 18 05:51:14 2017	(r443803)
@@ -5,6 +5,7 @@ PORTNAME=	npm
 PORTVERSION=	4.6.1
 CATEGORIES=	www
 MASTER_SITES=	LOCAL/sunpoet
+PKGNAMESUFFIX=	4
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Node package manager
@@ -14,7 +15,7 @@ LICENSE=	MIT
 RUN_DEPENDS=	gmake:devel/gmake \
 		node>=0.8.0:www/node
 
-CONFLICTS_INSTALL=	npm2 npm3
+CONFLICTS_INSTALL=	npm npm2 npm3
 
 NO_ARCH=	yes
 NO_BUILD=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706180551.v5I5pEqq071400>