Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Nov 2016 18:40: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: r426842 - in head/www: . npm3
Message-ID:  <201611221840.uAMIeEcm081001@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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