From owner-svn-ports-head@freebsd.org Tue Nov 22 18:40:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B78AC4F842; Tue, 22 Nov 2016 18:40:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D353C15C8; Tue, 22 Nov 2016 18:40:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAMIeEOW081004; Tue, 22 Nov 2016 18:40:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMIeEcm081001; Tue, 22 Nov 2016 18:40:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611221840.uAMIeEcm081001@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Nov 2016 18:40:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426842 - in head/www: . npm3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2016 18:40:16 -0000 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