svn commit: r443803 - in head/www: . npm4

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 18 05:51:15 UTC 2017


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 at 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


More information about the svn-ports-head mailing list