svn commit: r426842 - in head/www: . npm3

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Nov 22 18:40:16 UTC 2016


Author: sunpoet
Date: Tue Nov 22 18:40:14 2016
New Revision: 426842
URL: https://svnweb.freebsd.org/changeset/ports/426842

Log:
  - Add npm3 3.10.10 (copied from npm)
  - Update CONFLICTS_INSTALL
  - Update WWW

Added:
  head/www/npm3/
     - copied from r426832, head/www/npm/
Modified:
  head/www/Makefile
  head/www/npm3/Makefile
  head/www/npm3/pkg-descr

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Tue Nov 22 18:35:35 2016	(r426841)
+++ head/www/Makefile	Tue Nov 22 18:40:14 2016	(r426842)
@@ -552,6 +552,7 @@
     SUBDIR += npm
     SUBDIR += npm012
     SUBDIR += npm2
+    SUBDIR += npm3
     SUBDIR += nspluginwrapper
     SUBDIR += obhttpd
     SUBDIR += ocaml-net

Modified: head/www/npm3/Makefile
==============================================================================
--- head/www/npm/Makefile	Tue Nov 22 15:42:57 2016	(r426832)
+++ head/www/npm3/Makefile	Tue Nov 22 18:40:14 2016	(r426842)
@@ -5,6 +5,7 @@ PORTNAME=	npm
 PORTVERSION=	3.10.10
 CATEGORIES=	www
 MASTER_SITES=	LOCAL/sunpoet
+PKGNAMESUFFIX=	3
 
 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-[0-9]*
+CONFLICTS_INSTALL=	npm- npm2-
 
 MAKE_ARGS=	npm_config_prefix=${STAGEDIR}${PREFIX}
 MANPREFIX=	${PREFIX}/lib/node_modules/npm

Modified: head/www/npm3/pkg-descr
==============================================================================
--- head/www/npm/pkg-descr	Tue Nov 22 15:42:57 2016	(r426832)
+++ head/www/npm3/pkg-descr	Tue Nov 22 18:40:14 2016	(r426842)
@@ -1,5 +1,5 @@
 npm is a package manager for node. You can use it to install and publish your
 node programs. It manages dependencies and does other cool stuff.
 
-WWW: http://npmjs.org/
+WWW: https://www.npmjs.com/package/npm
 WWW: https://github.com/npm/npm


More information about the svn-ports-all mailing list