notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
npm Node package manager (meta port)
10.5.2 www on this many watch lists=20 search for ports that depend on this port An older version of this port was marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 10.5.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2012-05-08 03:59:24
Last Update: 2024-04-13 09:31:35
Commit Hash: edfcc10
People watching this port, also watch:: git, node, tmux, pkg, curl
License: NA
WWW:
https://www.npmjs.com/package/npm
https://docs.npmjs.com/cli/v10
https://github.com/npm/cli
Description:
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.
HomepageHomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/npm-10.5.2/catalog.mk
  2. /usr/local/share/licenses/npm-10.5.2/LICENSE
  3. /usr/local/share/licenses/npm-10.5.2/NA
Collapse this list.
Dependency lines:
  • npm>0:www/npm
To install the port:
cd /usr/ports/www/npm/ && make install clean
To add the package, run one of these commands:
  • pkg install www/npm
  • pkg install npm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: npm
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

Packages (timestamps in pop-ups are UTC):
npm
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest10.5.110.5.1-10.5.110.5.1-6.14.8-
FreeBSD:13:quarterly10.2.510.2.5-10.2.510.5.1-10.2.510.2.5
FreeBSD:14:latest10.5.010.5.1-10.5.010.5.1--9.6.7
FreeBSD:14:quarterly10.2.510.5.1-10.2.510.5.1-10.2.510.2.5
FreeBSD:15:latest10.5.010.5.1n/a10.2.5n/a-10.2.510.4.0
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. npm-node20>=0 : www/npm-node20
This port is required by:
for Build
  1. devel/py-widgetsnbextension
  2. mail/mailpit
  3. multimedia/navidrome
  4. textproc/write-good
  5. www/py-django-hijack

Deleted ports which required this port:

Expand this list of 14 deleted ports
  1. deskutils/ladon*
  2. devel/node-gyp*
  3. devel/npm-amdefine*
  4. devel/npm-clean-css*
  5. devel/npm-commander*
  6. devel/npm-graceful-readlink*
  7. devel/npm-minidump*
  8. devel/npm-source-map*
  9. misc/teslams*
  10. textproc/node-re2*
  11. www/lessc*
  12. www/npm-less-plugin-clean-css*
  13. www/offline-npm*
  14. www/uglifyjs*
  15. Collapse this list of deleted ports.
for Run

Deleted ports which required this port:

Expand this list of 16 deleted ports
  1. deskutils/ladon*
  2. devel/node-gyp*
  3. devel/npm-amdefine*
  4. devel/npm-clean-css*
  5. devel/npm-commander*
  6. devel/npm-graceful-readlink*
  7. devel/npm-minidump*
  8. devel/npm-source-map*
  9. lang/opa*
  10. misc/teslams*
  11. textproc/node-re2*
  12. www/gitlab*
  13. www/lessc*
  14. www/npm-less-plugin-clean-css*
  15. www/offline-npm*
  16. www/uglifyjs*
  17. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
www_npm
USES:
metaport nodejs:env
FreshPorts was unable to extract/find any pkg message
Master Sites:
  1. There is no master site for this port.
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2023-01-30
    Affects: users of USES=nodejs, www/node*, www/npm* and www/yarn*
    Author: sunpoet@FreeBSD.org
    Reason: 
      The current USES=nodejs has the following issues:
      - www/node is not the default version while www/node16 is.
      - It also means inconsistent naming of node ports.
      - www/npm duplicates with www/npm-node16.
      - www/yarn duplicates with www/yarn-node16.
    
      The notable changes are introduced to fix the above issues:
      - Rewrite Mk/Uses/nodejs.mk.
      - Add new LTS version of nodejs (www/node18).
      - Add new current version of nodejs (www/node19).
      - Change default nodejs version from 16 to 18 (latest LTS),
      - Use consistent naming for all supported node versions.
      - Convert www/node, www/npm and www/yarn to meta ports.
    
      After these changes:
      - All supported node versions are named as node{14,16,18,19}.
      - www/node is a meta port which depends on the default version
        (e.g. www/node18)
      - www/npm is a meta port which depends on the default version
        (e.g. www/npm-node18)
      - www/yarn is a meta port which depends on the default version
        (e.g. www/yarn-node18)
    
    
Expand this list (1 items)
  • 2021-11-10
    Affects: users of www/node*, www/npm*, www/yarn*
    Author: mfechner@FreeBSD.org
    Reason: 
      The port framework was updated to use a default version for nodejs.
      The default version is pointing to the latest LTS version which is
      currently version 16.
      You can overwrite this by defining in /etc/make.conf, e.g. version 17:
      DEFAULT_VERSIONS=nodejs=17
    
      Or if you would like to stick always to the current version use:
      DEFAULT_VERSIONS=nodejs=current
    
      If you would like to use yarn or npm together with nodejs version 17,
      just install the package that is pulling the wanted dependency to nodejs:
    
      # pkg install yarn-node17
      # pkg install npm-node17
    
    
  • Collapse this list.

Number of commits found: 213 (showing only 100 on this page)

«  1 | 2 | 3  »  

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
5.4.2
18 Sep 2017 17:48:38
Revision:450059Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update to 5.4.2

- Revert unintended CONFLICTS_INSTALL change in previous commit

Changes:	https://github.com/npm/npm/releases
		https://github.com/npm/npm/blob/v5.4.2/CHANGELOG.md
5.3.0_1
17 Sep 2017 18:00:04
Revision:450011Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Add NODE4, NODE6 and NODE8 options
5.3.0_1
28 Jul 2017 07:02:04
Revision:446807Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Fix shebang

- Bump PORTREVISION for package change
5.3.0
15 Jul 2017 19:08:50
Revision:445925Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update to 5.3.0

Changes:	https://github.com/npm/npm/releases
		https://github.com/npm/npm/blob/v5.3.0/CHANGELOG.md
5.2.0
14 Jul 2017 20:09:50
Revision:445808Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update to 5.2.0

Changes:	https://github.com/npm/npm/releases
		https://github.com/npm/npm/blob/v5.2.0/CHANGELOG.md
5.0.4
29 Jun 2017 19:12:53
Revision:444662Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update to 5.0.4

Changes:	https://github.com/npm/npm/releases
		https://github.com/npm/npm/blob/v5.0.4/CHANGELOG.md
5.0.3
18 Jun 2017 05:51:19
Revision:443804Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update to 5.0.3

- Update CONFLICTS_INSTALL

Changes:	https://github.com/npm/npm/releases
		https://github.com/npm/npm/blob/v5.0.3/CHANGELOG.md
4.6.1
01 Jun 2017 19:57:30
Revision:442307Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update to 4.6.1

Changes:	https://github.com/npm/npm/releases
		https://github.com/npm/npm/blob/v4.6.1/CHANGELOG.md
4.5.0
27 May 2017 19:42:13
Revision:441868Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Fix CONFLICTS_INSTALL

PR:		219388
Submitted by:	pawel
4.5.0
30 Apr 2017 14:18:02
Revision:439823Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update to 4.5.0

Changes:	https://github.com/npm/npm/releases
		https://github.com/npm/npm/blob/v4.5.0/CHANGELOG.md
4.4.4_1
31 Mar 2017 20:38:56
Revision:437373Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Use USES=python:2 instead of USES=python:2.7

- Bump PORTREVISION for dependency change

PR:		217984
Reported by:	Bradley T. Hughes <bradleythughes@fastmail.fm>
4.4.4
27 Mar 2017 19:12:16
Revision:437075Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update to 4.4.4

Changes:	https://github.com/npm/npm/releases
		https://github.com/npm/npm/blob/v4.4.4/CHANGELOG.md
4.3.0_1
14 Mar 2017 21:35:34
Revision:436180Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Silence patch message
4.3.0_1
13 Mar 2017 22:34:06
Revision:436113Original commit files touched by this commit This port version is marked as vulnerable.
antoine search for other commits by this committer
Set executable bit on lib/node_modules/npm/bin/npm-cli.js
This fixes runtime
4.3.0
13 Mar 2017 10:27:36
Revision:436052Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update to 4.3.0

- Change npm installation [1]

Starting with this update, npm will be built, installed and archived on my own
box to speed up the installation. The installation on target machines will be
simply extraction and copy.

Changes:	https://github.com/npm/npm/releases
		https://github.com/npm/npm/blob/v4.3.0/CHANGELOG.md
Suggested by:	adamw [1]
4.1.2
28 Jan 2017 20:52:13
Revision:432656Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 4.1.2

Changes:	https://github.com/npm/npm/releases
		https://github.com/npm/npm/blob/v4.1.2/CHANGELOG.md
4.1.1
15 Jan 2017 04:17:22
Revision:431518Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 4.1.1

Changes:	https://github.com/npm/npm/releases
		https://github.com/npm/npm/blob/v4.1.1/CHANGELOG.md
4.0.5
14 Jan 2017 17:22:04
Revision:431484Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update maintainer section: use FETCH_CMD

Note that 'A' flag has been remove from FETCH_ARGS in r338507 (3 years ago).
4.0.5
18 Dec 2016 15:21:58
Revision:428863Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 4.0.5

Changes:	https://github.com/npm/npm/releases
		https://github.com/npm/npm/blob/v4.0.5/CHANGELOG.md
4.0.3
09 Dec 2016 12:56:18
Revision:428184Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 4.0.3

Changes:	https://github.com/npm/npm/releases
		https://github.com/npm/npm/blob/v4.0.3/CHANGELOG.md
4.0.2
01 Dec 2016 11:18:04
Revision:427491Original commit files touched by this commit This port version is marked as vulnerable.
mat search for other commits by this committer
Don't quote {} in find -exec calls.

Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.

Sponsored by:	Absolight
4.0.2
22 Nov 2016 18:33:34
Revision:426839Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 4.0.2
- Update CONFLICTS_INSTALL
- Update WWW

Changes:	https://github.com/npm/npm/releases
		https://github.com/npm/npm/blob/v4.0.2/CHANGELOG.md
3.10.10
21 Nov 2016 17:36:04
Revision:426742Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 3.10.10

Changes:	https://github.com/npm/npm/releases
		https://github.com/npm/npm/blob/v3.10.10/CHANGELOG.md
3.10.9
01 Nov 2016 17:52:32
Revision:425070Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 3.10.9

Changes:	https://github.com/npm/npm/releases
		https://github.com/npm/npm/blob/v3.10.9/CHANGELOG.md
3.9.2
23 May 2016 03:50:06
Revision:415659Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 3.9.2

Changes:	https://github.com/npm/npm/releases
3.8.8
01 May 2016 19:58:57
Revision:414418Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 3.8.8

Changes:	https://github.com/npm/npm/releases
3.8.6
29 Apr 2016 22:42:08
Revision:414303Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Remove all options: npm 3.x will be available only for current version of
Node.js (www/node)

Discussed with:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer of
www/node*)
3.8.6
13 Apr 2016 17:41:42
Revision:413225Original commit files touched by this commit This port version is marked as vulnerable.
pi search for other commits by this committer
Remove port: www/node-devel

2016-04-13 www/node-devel: Use www/node, upstream no longer releases a
development version

PR:		208756
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
3.8.6
10 Apr 2016 13:40:53
Revision:412934Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 3.8.6
- Mark CONFLICTS_INSTALL with www/npm2

Changes:	https://github.com/npm/npm/releases
2.14.7_2
01 Apr 2016 14:33:58
Revision:412351Original commit files touched by this commit This port version is marked as vulnerable.
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
2.14.7_2
19 Jan 2016 08:36:38
Revision:406648Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Add NODE010, NODE012 and NODE4 options
2.14.7_2
06 Dec 2015 17:52:06
Revision:403137Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Add gmake to RUN_DEPENDS
- Fix default C/C++ compiler in node-gyp
- Bump PORTREVISION for dependency and package change

PR:		204547
Submitted by:	Yuri <yuri@rawbw.com>
2.14.7_1
26 Oct 2015 16:14:01
Revision:400189Original commit files touched by this commit This port version is marked as vulnerable.
amdmi3 search for other commits by this committer
- Fix shebangs

Approved by:	portmgr blanket
2.14.7
10 Oct 2015 07:05:33
Revision:398975Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.14.7

Changes:	https://github.com/npm/npm/releases
2.14.4
23 Sep 2015 20:15:44
Revision:397655Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.14.4
- Remove IOJS and NODE010 options
- Cosmetic change

Changes:	https://github.com/npm/npm/releases
2.14.3
12 Sep 2015 17:08:05
Revision:396756Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.14.3

Changes:	https://github.com/npm/npm/releases
2.14.1
02 Sep 2015 17:03:06
Revision:395870Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.14.1

Changes:	https://github.com/npm/npm/releases
2.13.5
16 Aug 2015 02:21:42
Revision:394362Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.13.5

Changes:	https://github.com/npm/npm/releases
2.13.4
13 Aug 2015 17:31:20
Revision:394076Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.13.4

Changes:	https://github.com/npm/npm/releases
2.13.2_1
30 Jul 2015 14:11:43
Revision:393244Original commit files touched by this commit This port version is marked as vulnerable.
amdmi3 search for other commits by this committer
- Fix shebangs

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2.13.2
25 Jul 2015 07:40:44
Revision:392858Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.13.2

Changes:	https://github.com/npm/npm/releases
2.12.1
04 Jul 2015 16:16:27
Revision:391310Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.12.1

Changes:	https://github.com/npm/npm/releases
2.12.0
01 Jul 2015 17:45:27
Revision:391087Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.12.0

Changes:	https://github.com/npm/npm/releases
2.11.3
24 Jun 2015 17:41:12
Revision:390501Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update maintainer section
2.11.3
19 Jun 2015 22:05:58
Revision:390143Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.11.3

Changes:	https://github.com/npm/npm/releases
2.11.2
14 Jun 2015 09:18:35
Revision:389615Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.11.2

Changes:	https://github.com/npm/npm/releases
2.11.1
07 Jun 2015 20:40:15
Revision:388747Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.11.1
- Add NO_ARCH

Changes:	https://github.com/npm/npm/releases
2.11.0
01 Jun 2015 20:13:48
Revision:388278Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.11.0

Changes:	https://github.com/npm/npm/releases
2.10.1
23 May 2015 15:29:33
Revision:387136Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.10.1

Changes:	https://github.com/npm/npm/releases
2.10.0
21 May 2015 21:24:32
Revision:386956Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.10.0

Changes:	https://github.com/npm/npm/releases
2.9.1
16 May 2015 17:02:38
Revision:386559Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Revert r386459
- Add workaround for i386 to deal with kernel bug 178881 [1]
  (PR/178881: getifaddrs(3) does not report IPv6 addresses properly in 32-bit
compatibility mode)

PR:		198350 [1]
Submitted by:	Marcin Cieslak <saper@saper.info> [1]
Thanks to:	adamw, bdrewery
MFH:		2015Q2
2.9.1
15 May 2015 18:05:16
Revision:386459Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Add ONLY_FOR_ARCHS=amd64

MFH:		2015Q2
2.9.1
10 May 2015 12:45:16
Revision:385945Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.9.1

Changes:	https://github.com/npm/npm/releases
2.8.4
26 Apr 2015 12:28:01
Revision:384781Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.8.4

Changes:	https://github.com/npm/npm/releases
2.8.3
21 Apr 2015 18:39:31
Revision:384441Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.8.3

Changes:	https://github.com/npm/npm/releases
2.7.4
31 Mar 2015 17:38:30
Revision:382853Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.7.4

Changes:	https://github.com/npm/npm/releases
2.7.4
31 Mar 2015 15:45:10
Revision:382839Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.7.4

Changes:	https://github.com/npm/npm/releases
2.7.3
21 Mar 2015 19:33:37
Revision:381824Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.7.3

Changes:	https://github.com/npm/npm/releases
2.7.1
19 Mar 2015 16:43:40
Revision:381611Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.7.1

Changes:	https://github.com/npm/npm/releases
2.7.0
11 Mar 2015 16:10:57
Revision:381020Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.7.0

Changes:	https://github.com/npm/npm/releases
2.6.1
06 Mar 2015 15:25:54
Revision:380602Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Add NODE010 option

PR:		198220
Submitted by:	Marcin Cieslak <saper@saper.info>
2.6.1
27 Feb 2015 20:20:41
Revision:380123Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.6.0

Changes:	https://github.com/npm/npm/releases
2.6.0
24 Feb 2015 17:02:28
Revision:379827Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.6.0

Changes:	https://github.com/npm/npm/releases
2.5.1
19 Feb 2015 19:45:33
Revision:379370Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Add NODE and IOJS options: allow to use www/iojs as backend

PR:		197390
Requested by:	Savagedlight <marieheleneka@gmail.com>
2.5.1
18 Feb 2015 18:52:21
Revision:379308Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.5.1

Changes:	https://github.com/npm/npm/releases
2.2.0_1
18 Feb 2015 16:23:55
Revision:379283Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Fix runtime when DEFAULT_VERSIONS=python=3.*
- Add missing dependency on USES=python:2 (required by gyp)
- Pet portlint: use @(owner,group,mode) syntax instead of CHMOD
- Bump PORTREVISION for dependency and package change
2.2.0
18 Jan 2015 22:49:25
Revision:377372Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.2.0

Changes:	https://github.com/npm/npm/releases
2.1.18
09 Jan 2015 18:44:18
Revision:376641Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.1.18

Changes:	https://github.com/npm/npm/releases
2.1.17
05 Jan 2015 17:33:46
Revision:376314Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.1.17

Changes:	https://github.com/npm/npm/releases
2.1.16
28 Dec 2014 13:14:26
Revision:375704Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.1.16

Changes:	https://github.com/npm/npm/releases
2.1.14
24 Dec 2014 06:15:01
Revision:375406Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.1.14

Changes:	https://github.com/npm/npm/releases
2.1.11
06 Dec 2014 19:05:25
Revision:374138Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.1.11

Changes:	https://github.com/npm/npm/releases
2.1.9
05 Dec 2014 15:27:04
Revision:374037Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.1.9

Changes:	https://github.com/npm/npm/releases
2.0.2
01 Oct 2014 20:06:46
Revision:369748Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 2.0.2
- Cleanup PLIST

Changes:	https://github.com/npm/npm/releases
1.4.27
14 Sep 2014 07:52:31
Revision:368160Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 1.4.27

Changes:	https://github.com/npm/npm/releases
1.4.26
09 Sep 2014 18:35:01
Revision:367757Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 1.4.26

Changes:	https://github.com/npm/npm/releases
1.4.25
31 Aug 2014 07:26:49
Revision:366735Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 1.4.25
- Do not silence installation message
- Update maintainer section:
  - Use GMAKE
  - Move some replacements post-patch: to maketar:
  - Cleanup before build

Changes:	https://github.com/npm/npm/releases
1.4.15
17 Aug 2014 10:07:50
Revision:365166Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Add CPE information
- Cosmetic change
1.4.15
25 Jun 2014 05:35:32
Revision:359185Original commit files touched by this commit This port version is marked as vulnerable.
bapt search for other commits by this committer
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
1.4.15
23 Jun 2014 17:47:10
Revision:358988Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 1.4.15
- Update maintainer section: use latest release

Changes:	https://github.com/npm/npm/releases
1.4.12
26 May 2014 15:31:28
Revision:355363Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 1.4.12

Changes:	https://github.com/npm/npm/releases
1.4.10_1
24 May 2014 16:32:57
Revision:355050Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Fix distinfo
- Bump PORTREVISION

Reported by:	adamw
1.4.10
24 May 2014 14:11:57
Revision:355027Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 1.4.10
- Use GMAKE to build npm

Changes:	https://github.com/isaacs/npm/commits/master
PR:		ports/189843 (based on)
Submitted by:	adamw
1.4.6
24 May 2014 10:31:27
Revision:355008Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Remove MANPREFIX from PLIST_SUB
- Sort PLIST
1.4.6
19 May 2014 18:49:46
Revision:354581Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Use REINPLACE_CMD
- Update maintainer section:
  - Add perl to maintainer section comment
  - No need to "make extract" before "make maketar"
  - Eliminate perl warning: remove -i switch
1.4.6
26 Apr 2014 18:12:35
Revision:352312Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 1.4.6
- Convert to new options helper
- Update GITHUB_TAGSURL and GITHUB_USER
- Update WWW
- While I'm here, sort PLIST and respect MANPREFIX

PR:		ports/188599
Submitted by:	adamw
1.3.11_1
10 Apr 2014 12:37:06
Revision:350801Original commit files touched by this commit This port version is marked as vulnerable.
bdrewery search for other commits by this committer
- Fix staging with pkg_install by not using absolute paths in plist

Reported by:	swills/Jenkins
1.3.11
10 Apr 2014 02:33:10
Revision:350762Original commit files touched by this commit This port version is marked as vulnerable.
bdrewery search for other commits by this committer
Did not mean to commit this
1.3.11
10 Apr 2014 02:30:05
Revision:350759Original commit files touched by this commit This port version is marked as vulnerable.
bdrewery search for other commits by this committer
- Stage
- Use USES=tar
1.3.11
30 Sep 2013 20:25:47
Revision:328866Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 1.3.11

Changes:	https://github.com/isaacs/npm/commits/master
1.3.8_1
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit This port version is marked as vulnerable.
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
1.3.8_1
26 Aug 2013 15:59:17
Revision:325400Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Add executable bit for node-gyp
- Bump PORTREVISION for package change

Notified by:	vanilla
1.3.8
20 Aug 2013 13:46:55
Revision:325049Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 1.3.8

Changes:	https://github.com/isaacs/npm/commits/master
1.3.7
19 Aug 2013 08:44:20
Revision:324959Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 1.3.1
- Do not link manpages to PREFIX/man, use man.d/npm.conf instead
- Pet portlint

Changes:	https://github.com/isaacs/npm/commits/master
1.2.28
13 Jun 2013 12:12:27
Revision:320790Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 1.2.28
- Fix PLIST:
  - Change cache directory to WRKDIR/.cache to avoid PLIST spamming
  - Use SED -i '' instead of REINPLACE_CMD to remove .bak file

Changes:	https://github.com/isaacs/npm/commits/master
1.2.18
18 Apr 2013 16:32:41
Revision:316049Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Change cache directory from ~/.npm to WRKSRC/tmp to avoid access on ~root/

PR:		ports/177091
Submitted by:	John Marino <draco@marino.st>
Obtained from:	crees
Feature safe:	yes
1.2.18
17 Apr 2013 16:52:34
Revision:315986Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 1.2.18

Changes:	https://github.com/isaacs/npm/commits/master
Feature safe:	yes
1.2.15
28 Mar 2013 20:08:15
Revision:315498Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 1.2.15

Changes:	https://github.com/isaacs/npm/commits/master
1.2.12
03 Mar 2013 04:29:11
Revision:313325Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Fix PLIST
1.2.12
20 Feb 2013 19:55:32
Revision:312657Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 1.2.12

Changes:	https://github.com/isaacs/npm/commits/master

Number of commits found: 213 (showing only 100 on this page)

«  1 | 2 | 3  »