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
10.5.2
13 Apr 2024 09:31:35
commit hash: edfcc103ee1c210e3a8e159cf1e290ba9d3726eecommit hash: edfcc103ee1c210e3a8e159cf1e290ba9d3726eecommit hash: edfcc103ee1c210e3a8e159cf1e290ba9d3726eecommit hash: edfcc103ee1c210e3a8e159cf1e290ba9d3726ee files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm*: Update to 10.5.2

Changes:	https://github.com/npm/cli/releases
10.5.1
05 Apr 2024 23:57:41
commit hash: 869d57d29376c1d235e8641cc8605272ba7bb7bacommit hash: 869d57d29376c1d235e8641cc8605272ba7bb7bacommit hash: 869d57d29376c1d235e8641cc8605272ba7bb7bacommit hash: 869d57d29376c1d235e8641cc8605272ba7bb7ba files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm*: Update to 10.5.1

Changes:	https://github.com/npm/cli/releases
10.5.0
05 Apr 2024 00:39:08
commit hash: 702b8b66ac294f946c3a3b3c176f639d1b2bcb18commit hash: 702b8b66ac294f946c3a3b3c176f639d1b2bcb18commit hash: 702b8b66ac294f946c3a3b3c176f639d1b2bcb18commit hash: 702b8b66ac294f946c3a3b3c176f639d1b2bcb18 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update WWW
10.5.0
09 Mar 2024 14:05:33
commit hash: 81036087d10b571f9d3c20ce60e89388ba2f23cacommit hash: 81036087d10b571f9d3c20ce60e89388ba2f23cacommit hash: 81036087d10b571f9d3c20ce60e89388ba2f23cacommit hash: 81036087d10b571f9d3c20ce60e89388ba2f23ca files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm*: Update to 10.5.0

Changes:	https://github.com/npm/cli/releases
10.4.0
21 Feb 2024 15:06:50
commit hash: 75565224b0917adfe3447f0a00c40e1e041beb32commit hash: 75565224b0917adfe3447f0a00c40e1e041beb32commit hash: 75565224b0917adfe3447f0a00c40e1e041beb32commit hash: 75565224b0917adfe3447f0a00c40e1e041beb32 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm*: Update to 10.4.0

Changes:	https://github.com/npm/cli/releases
10.2.5
14 Dec 2023 05:48:20
commit hash: 5b2906300dc0d7809c0cbb2200ab56395a832872commit hash: 5b2906300dc0d7809c0cbb2200ab56395a832872commit hash: 5b2906300dc0d7809c0cbb2200ab56395a832872commit hash: 5b2906300dc0d7809c0cbb2200ab56395a832872 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 10.2.5

Changes:	https://github.com/npm/cli/releases
10.2.4
01 Dec 2023 22:11:33
commit hash: ce78a4fd33136c69efe0cbb106bbb29141838006commit hash: ce78a4fd33136c69efe0cbb106bbb29141838006commit hash: ce78a4fd33136c69efe0cbb106bbb29141838006commit hash: ce78a4fd33136c69efe0cbb106bbb29141838006 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 10.2.4

Changes:	https://github.com/npm/cli/releases
10.2.3
14 Nov 2023 17:15:34
commit hash: 473e7e111d0b40a025012c509fe130111b42faa6commit hash: 473e7e111d0b40a025012c509fe130111b42faa6commit hash: 473e7e111d0b40a025012c509fe130111b42faa6commit hash: 473e7e111d0b40a025012c509fe130111b42faa6 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 10.2.3

Changes:	https://github.com/npm/cli/releases
10.2.2
02 Nov 2023 07:37:21
commit hash: f9eb8cbfe6550e0809a718ad7715ab3c11ae9014commit hash: f9eb8cbfe6550e0809a718ad7715ab3c11ae9014commit hash: f9eb8cbfe6550e0809a718ad7715ab3c11ae9014commit hash: f9eb8cbfe6550e0809a718ad7715ab3c11ae9014 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 10.2.0

Changes:	https://github.com/npm/cli/releases
10.2.0_1
01 Nov 2023 19:29:11
commit hash: 1ce58015ec0fd8fcf268814a2ccf3cbd2fae1c09commit hash: 1ce58015ec0fd8fcf268814a2ccf3cbd2fae1c09commit hash: 1ce58015ec0fd8fcf268814a2ccf3cbd2fae1c09commit hash: 1ce58015ec0fd8fcf268814a2ccf3cbd2fae1c09 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
nodejs: Bump PORTREVISION for dependency change

USES=nodejs defaults to www/node20 now.
10.2.0
08 Oct 2023 11:54:40
commit hash: 1d22f1275f5cdd0c2eb603328e7bd6e1032dd327commit hash: 1d22f1275f5cdd0c2eb603328e7bd6e1032dd327commit hash: 1d22f1275f5cdd0c2eb603328e7bd6e1032dd327commit hash: 1d22f1275f5cdd0c2eb603328e7bd6e1032dd327 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 10.2.0

Changes:	https://github.com/npm/cli/releases
9.7.2
30 Jun 2023 13:17:22
commit hash: dd041756883ee07e3e67e8e2704d93b59efd90e7commit hash: dd041756883ee07e3e67e8e2704d93b59efd90e7commit hash: dd041756883ee07e3e67e8e2704d93b59efd90e7commit hash: dd041756883ee07e3e67e8e2704d93b59efd90e7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 9.7.2

Changes:	https://github.com/npm/cli/releases
9.6.7
27 May 2023 23:43:46
commit hash: ffdd0ef87ddd36564441c78875510576cfc481a1commit hash: ffdd0ef87ddd36564441c78875510576cfc481a1commit hash: ffdd0ef87ddd36564441c78875510576cfc481a1commit hash: ffdd0ef87ddd36564441c78875510576cfc481a1 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 9.6.7

Changes:	https://github.com/npm/cli/releases
9.6.6
07 May 2023 16:03:33
commit hash: 58fa7c3cc52fb16d1589ce7c7e48b66b192d1d54commit hash: 58fa7c3cc52fb16d1589ce7c7e48b66b192d1d54commit hash: 58fa7c3cc52fb16d1589ce7c7e48b66b192d1d54commit hash: 58fa7c3cc52fb16d1589ce7c7e48b66b192d1d54 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 9.6.6

Changes:	https://github.com/npm/cli/releases
9.6.5
27 Apr 2023 15:45:40
commit hash: 1331c939e8956faac2d8d9cf20f407eb4dd0c2b2commit hash: 1331c939e8956faac2d8d9cf20f407eb4dd0c2b2commit hash: 1331c939e8956faac2d8d9cf20f407eb4dd0c2b2commit hash: 1331c939e8956faac2d8d9cf20f407eb4dd0c2b2 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 9.6.5

Changes:	https://github.com/npm/cli/releases
9.6.4
09 Apr 2023 13:36:37
commit hash: 8f2b0b0f58fb7868ed8ae6e4c14740654c9fedefcommit hash: 8f2b0b0f58fb7868ed8ae6e4c14740654c9fedefcommit hash: 8f2b0b0f58fb7868ed8ae6e4c14740654c9fedefcommit hash: 8f2b0b0f58fb7868ed8ae6e4c14740654c9fedef files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 9.6.4

Changes:	https://github.com/npm/cli/releases
9.6.2
05 Apr 2023 17:29:53
commit hash: 3a9b48bfa5887449d13579aab70adb59b417de6dcommit hash: 3a9b48bfa5887449d13579aab70adb59b417de6dcommit hash: 3a9b48bfa5887449d13579aab70adb59b417de6dcommit hash: 3a9b48bfa5887449d13579aab70adb59b417de6d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 9.6.2

Changes:	https://github.com/npm/cli/releases
9.5.0
21 Mar 2023 19:20:11
commit hash: 282c5cde52e2fa8636b620f46f8e4114f7fd96fccommit hash: 282c5cde52e2fa8636b620f46f8e4114f7fd96fccommit hash: 282c5cde52e2fa8636b620f46f8e4114f7fd96fccommit hash: 282c5cde52e2fa8636b620f46f8e4114f7fd96fc files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 9.5.0

Changes:	https://github.com/npm/cli/releases
9.4.2
12 Feb 2023 18:36:47
commit hash: 74ca7d84c02d7221946cac0006498ed4f5376516commit hash: 74ca7d84c02d7221946cac0006498ed4f5376516commit hash: 74ca7d84c02d7221946cac0006498ed4f5376516commit hash: 74ca7d84c02d7221946cac0006498ed4f5376516 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 9.4.2

Changes:	https://github.com/npm/cli/releases
9.4.1
05 Feb 2023 18:16:43
commit hash: a439ef3fcbd2024c1be687adcd0d065b7de2f520commit hash: a439ef3fcbd2024c1be687adcd0d065b7de2f520commit hash: a439ef3fcbd2024c1be687adcd0d065b7de2f520commit hash: a439ef3fcbd2024c1be687adcd0d065b7de2f520 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 9.4.1

Changes:	https://github.com/npm/cli/releases
9.4.0
30 Jan 2023 23:51:42
commit hash: 96dd0cfb8837e9c109014bb47c23951e3317dff4commit hash: 96dd0cfb8837e9c109014bb47c23951e3317dff4commit hash: 96dd0cfb8837e9c109014bb47c23951e3317dff4commit hash: 96dd0cfb8837e9c109014bb47c23951e3317dff4 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 9.1.2

Changes:	https://github.com/npm/cli/releases
9.1.2_2
30 Jan 2023 14:20:38
commit hash: fa93fdc383c190569821ae224413c848c19d9a7ccommit hash: fa93fdc383c190569821ae224413c848c19d9a7ccommit hash: fa93fdc383c190569821ae224413c848c19d9a7ccommit hash: fa93fdc383c190569821ae224413c848c19d9a7c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
Framework: Rewrite nodejs.mk and reorganize www/{node,npm,yarn}

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/noe18).
- 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 this commit:
- 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)
- Bump PORTREVISION of dependent ports for dependency change (from www/node16 to
www/node18)

Discussed with:	jrm, otis, pizzamig
9.1.2_1
05 Dec 2022 17:34:33
commit hash: cb9139ad0a3a8c3d07086ffa8926a525a3c1b1e7commit hash: cb9139ad0a3a8c3d07086ffa8926a525a3c1b1e7commit hash: cb9139ad0a3a8c3d07086ffa8926a525a3c1b1e7commit hash: cb9139ad0a3a8c3d07086ffa8926a525a3c1b1e7 files touched by this commit
Guido Falsi (madpilot) search for other commits by this committer
www/npm: Fix npm ability to run commands

PR:		268098
Approved by:	portmg (fixit blanket)
9.1.2
30 Nov 2022 21:41:15
commit hash: 0e303723bf62ee31226b24716e9d407b6cf07a1ccommit hash: 0e303723bf62ee31226b24716e9d407b6cf07a1ccommit hash: 0e303723bf62ee31226b24716e9d407b6cf07a1ccommit hash: 0e303723bf62ee31226b24716e9d407b6cf07a1c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 9.1.2

- Simplify CONFLICTS_INSTALL

Changes:	https://github.com/npm/cli/releases
8.19.2
30 Nov 2022 21:27:53
commit hash: 9df3768e64733a1437b111573c8c0cbe4873f09bcommit hash: 9df3768e64733a1437b111573c8c0cbe4873f09bcommit hash: 9df3768e64733a1437b111573c8c0cbe4873f09bcommit hash: 9df3768e64733a1437b111573c8c0cbe4873f09b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Fix LICENSE

- Update WWW and clean up pkg-descr
8.19.2
03 Oct 2022 02:14:27
commit hash: 1cb3606f47ef319b6cd74ed5ffc76f3b07673b2ecommit hash: 1cb3606f47ef319b6cd74ed5ffc76f3b07673b2ecommit hash: 1cb3606f47ef319b6cd74ed5ffc76f3b07673b2ecommit hash: 1cb3606f47ef319b6cd74ed5ffc76f3b07673b2e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 8.19.2

Changes:	https://github.com/npm/cli/releases
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
8.19.1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
8.19.1
04 Sep 2022 15:24:52
commit hash: afc597664b2b917058bf62c7c87db74cb82ccf38commit hash: afc597664b2b917058bf62c7c87db74cb82ccf38commit hash: afc597664b2b917058bf62c7c87db74cb82ccf38commit hash: afc597664b2b917058bf62c7c87db74cb82ccf38 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 8.19.1

Changes:	https://github.com/npm/cli/releases
8.18.0_1
04 Sep 2022 05:01:45
commit hash: 48a2c771bb3ba68c2d4d3d26cb9c282cc25a49b8commit hash: 48a2c771bb3ba68c2d4d3d26cb9c282cc25a49b8commit hash: 48a2c771bb3ba68c2d4d3d26cb9c282cc25a49b8commit hash: 48a2c771bb3ba68c2d4d3d26cb9c282cc25a49b8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
Author: Guido Falsi
www/npm: Fix 'npm run' by removing extra '--'

PR:		266159
8.18.0
31 Aug 2022 11:40:54
commit hash: 365a7ecf160f545526160262349da51deac53edecommit hash: 365a7ecf160f545526160262349da51deac53edecommit hash: 365a7ecf160f545526160262349da51deac53edecommit hash: 365a7ecf160f545526160262349da51deac53ede files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 8.18.0

Changes:	https://github.com/npm/cli/releases
8.15.1
27 Aug 2022 10:23:51
commit hash: cdefe1c00d64dbb3277db597b7c005869f3e875ecommit hash: cdefe1c00d64dbb3277db597b7c005869f3e875ecommit hash: cdefe1c00d64dbb3277db597b7c005869f3e875ecommit hash: cdefe1c00d64dbb3277db597b7c005869f3e875e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 8.15.1

Changes:	https://github.com/npm/cli/releases
8.14.0
20 Jul 2022 14:23:26
commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
www: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
8.14.0
18 Jul 2022 12:39:51
commit hash: 828a45fa7c1830039e3e03e4f3887df3b13aa693commit hash: 828a45fa7c1830039e3e03e4f3887df3b13aa693commit hash: 828a45fa7c1830039e3e03e4f3887df3b13aa693commit hash: 828a45fa7c1830039e3e03e4f3887df3b13aa693 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 8.14.0

Changes:	https://github.com/npm/cli/releases
8.13.2
07 Jul 2022 21:42:44
commit hash: 046758c9b75532a771452d6e4f881c4d27fd3282commit hash: 046758c9b75532a771452d6e4f881c4d27fd3282commit hash: 046758c9b75532a771452d6e4f881c4d27fd3282commit hash: 046758c9b75532a771452d6e4f881c4d27fd3282 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 8.13.2

Changes:	https://github.com/npm/cli/releases
8.13.1
07 Jul 2022 12:36:12
commit hash: 172ce5d7b4d04ffceace982924804f6b913c9bfbcommit hash: 172ce5d7b4d04ffceace982924804f6b913c9bfbcommit hash: 172ce5d7b4d04ffceace982924804f6b913c9bfbcommit hash: 172ce5d7b4d04ffceace982924804f6b913c9bfb files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 8.13.1

Changes:	https://github.com/npm/cli/releases
8.13.0
29 Jun 2022 16:32:37
commit hash: 447d07174904a221ca8b9721c9d4ce992758d9dccommit hash: 447d07174904a221ca8b9721c9d4ce992758d9dccommit hash: 447d07174904a221ca8b9721c9d4ce992758d9dccommit hash: 447d07174904a221ca8b9721c9d4ce992758d9dc files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 8.13.0

Changes:	https://github.com/npm/cli/releases
8.12.2
21 Jun 2022 16:32:44
commit hash: 30761d33545d54423704277ff403915ab5f42029commit hash: 30761d33545d54423704277ff403915ab5f42029commit hash: 30761d33545d54423704277ff403915ab5f42029commit hash: 30761d33545d54423704277ff403915ab5f42029 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 8.12.2

Changes:	https://github.com/npm/cli/releases
8.12.1
03 Jun 2022 23:36:30
commit hash: f487145170ef6b736986034ce101db839ed862a5commit hash: f487145170ef6b736986034ce101db839ed862a5commit hash: f487145170ef6b736986034ce101db839ed862a5commit hash: f487145170ef6b736986034ce101db839ed862a5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 8.12.1

Changes:	https://github.com/npm/cli/releases
8.10.0
03 Jun 2022 17:01:42
commit hash: 620c166728b828c0c95cb40f519f4676e4d45ceccommit hash: 620c166728b828c0c95cb40f519f4676e4d45ceccommit hash: 620c166728b828c0c95cb40f519f4676e4d45ceccommit hash: 620c166728b828c0c95cb40f519f4676e4d45cec files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
www/*-node17: Rename for update of www/node to version 18

PR:		263590
Sponsored by:	The FreeBSD Foundation
8.10.0
03 Jun 2022 09:00:26
commit hash: f7ac403ff2998b883ecccfe06c3da98799a9de92commit hash: f7ac403ff2998b883ecccfe06c3da98799a9de92commit hash: f7ac403ff2998b883ecccfe06c3da98799a9de92commit hash: f7ac403ff2998b883ecccfe06c3da98799a9de92 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 8.10.0

Changes:	https://github.com/npm/cli/releases
8.8.0
13 May 2022 11:39:20
commit hash: cbc2e0bd63a3afa4bf051b33a3e6e111c39885a7commit hash: cbc2e0bd63a3afa4bf051b33a3e6e111c39885a7commit hash: cbc2e0bd63a3afa4bf051b33a3e6e111c39885a7commit hash: cbc2e0bd63a3afa4bf051b33a3e6e111c39885a7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 8.8.0

Changes:	https://github.com/npm/cli/releases
8.7.0
17 Apr 2022 23:58:05
commit hash: 9b034bb1faed8a661d8615304563b3a28d1074e5commit hash: 9b034bb1faed8a661d8615304563b3a28d1074e5commit hash: 9b034bb1faed8a661d8615304563b3a28d1074e5commit hash: 9b034bb1faed8a661d8615304563b3a28d1074e5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 8.7.0

Changes:	https://github.com/npm/cli/releases
8.6.0
16 Apr 2022 04:19:11
commit hash: 60630e08fbc72421f5923c0d02f0130c1a667d08commit hash: 60630e08fbc72421f5923c0d02f0130c1a667d08commit hash: 60630e08fbc72421f5923c0d02f0130c1a667d08commit hash: 60630e08fbc72421f5923c0d02f0130c1a667d08 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 8.6.0

Changes:	https://github.com/npm/cli/releases
8.5.2
07 Mar 2022 18:11:00
commit hash: 1d8529965fc402f5da9bda10380760a471bcf6b8commit hash: 1d8529965fc402f5da9bda10380760a471bcf6b8commit hash: 1d8529965fc402f5da9bda10380760a471bcf6b8commit hash: 1d8529965fc402f5da9bda10380760a471bcf6b8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 8.5.2

Changes:	https://github.com/npm/cli/releases
8.4.0
28 Feb 2022 12:46:05
commit hash: fffccadd88715fd7a4c120018044b4e19ba5ca34commit hash: fffccadd88715fd7a4c120018044b4e19ba5ca34commit hash: fffccadd88715fd7a4c120018044b4e19ba5ca34commit hash: fffccadd88715fd7a4c120018044b4e19ba5ca34 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 8.4.0

Changes:	https://github.com/npm/cli/releases
8.3.2
28 Jan 2022 23:26:40
commit hash: 27db06ab828978822feec2933a3f48c0a0e6a7f8commit hash: 27db06ab828978822feec2933a3f48c0a0e6a7f8commit hash: 27db06ab828978822feec2933a3f48c0a0e6a7f8commit hash: 27db06ab828978822feec2933a3f48c0a0e6a7f8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Fix PLIST for Python 3.7

PR:		261484
Reported by:	ler
8.3.2
25 Jan 2022 19:50:05
commit hash: 440fbe7ad9af28fb14dc5ca2d73c8c6528bfdb81commit hash: 440fbe7ad9af28fb14dc5ca2d73c8c6528bfdb81commit hash: 440fbe7ad9af28fb14dc5ca2d73c8c6528bfdb81commit hash: 440fbe7ad9af28fb14dc5ca2d73c8c6528bfdb81 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 8.3.2

Changes:	https://github.com/npm/cli/releases
8.2.0
23 Jan 2022 18:18:07
commit hash: 0593ac6276513780396ec01256a5a14993067f1bcommit hash: 0593ac6276513780396ec01256a5a14993067f1bcommit hash: 0593ac6276513780396ec01256a5a14993067f1bcommit hash: 0593ac6276513780396ec01256a5a14993067f1b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Update to 8.2.0

Changes:	https://github.com/npm/cli/releases
6.14.8_1
12 Nov 2021 05:54:51
commit hash: f4ffcdfe611a0e2147bbcb9697ecdffb4538acb7commit hash: f4ffcdfe611a0e2147bbcb9697ecdffb4538acb7commit hash: f4ffcdfe611a0e2147bbcb9697ecdffb4538acb7commit hash: f4ffcdfe611a0e2147bbcb9697ecdffb4538acb7 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
*/*: use new nodejs USES flag

Simply define which nodejs version is required using the nodejs USES flag.

PR:                     259783
Differential Revision:	https://reviews.freebsd.org/D32790
6.14.8
05 Nov 2021 19:14:01
commit hash: b5e1c5e21682bf5e152d42e2ecaea35b7c6f156bcommit hash: b5e1c5e21682bf5e152d42e2ecaea35b7c6f156bcommit hash: b5e1c5e21682bf5e152d42e2ecaea35b7c6f156bcommit hash: b5e1c5e21682bf5e152d42e2ecaea35b7c6f156b files touched by this commit Sanity Test Failure
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Add NODE16 option

- Update CONFLICTS_INSTALL
6.14.8
19 Aug 2021 15:06:22
commit hash: ddfe00a9a633b3a49dd103667365027f548aebd4commit hash: ddfe00a9a633b3a49dd103667365027f548aebd4commit hash: ddfe00a9a633b3a49dd103667365027f548aebd4commit hash: ddfe00a9a633b3a49dd103667365027f548aebd4 files touched by this commit
Bernhard Froehlich (decke) search for other commits by this committer
www/npm: Fix CPE information

Approved by:	portmgr (blanket)
6.14.8
30 Jun 2021 20:43:35
commit hash: cf124d1b5399ba10f1cdb65a8b1f29df5c17741ecommit hash: cf124d1b5399ba10f1cdb65a8b1f29df5c17741ecommit hash: cf124d1b5399ba10f1cdb65a8b1f29df5c17741ecommit hash: cf124d1b5399ba10f1cdb65a8b1f29df5c17741e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/npm: Simplify *_DESC by removing node versions
6.14.8
26 Jun 2021 12:15:31
commit hash: 8eb508f23b685898ee99ba2d7933608d5cce1740commit hash: 8eb508f23b685898ee99ba2d7933608d5cce1740commit hash: 8eb508f23b685898ee99ba2d7933608d5cce1740commit hash: 8eb508f23b685898ee99ba2d7933608d5cce1740 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
cleanup: remove more optional Node 10/12 usages
6.14.8
26 Jun 2021 11:55:03
commit hash: 8447d035d06d468eca2b2394722e11505659b1f9commit hash: 8447d035d06d468eca2b2394722e11505659b1f9commit hash: 8447d035d06d468eca2b2394722e11505659b1f9commit hash: 8447d035d06d468eca2b2394722e11505659b1f9 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
cleanup: unregister expired Node 12
6.14.8
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
6.14.8
24 Mar 2021 13:34:36
Revision:569118Original commit files touched by this commit
rene search for other commits by this committer
Mark ports recursively depending on Python 2.7 for expiration on June 23.

For ports optionally dependending on Python 2.7, just mark those options
as expired. Remove konquerer from the x11/kde-baseapps metaport and bump
its PORTREVISION.

Submitted by:	rene
Reviewed by:	portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri
Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D28665
6.14.8
08 Nov 2020 17:50:07
Revision:554640Original commit files touched by this commit
sunpoet search for other commits by this committer
Add npm-node14 and NODE14 option

- Update CONFLICTS_INSTALL

PR:		250729
Submitted by:	Eric Camachat <eric@camachat.org>
6.14.8
02 Oct 2020 13:17:55
Revision:551182Original commit files touched by this commit
sunpoet search for other commits by this committer
Clean up Makefile

There is no flavor in this port, therefore USE_PYTHON=noflavors is no-op.
6.14.8
27 Sep 2020 19:31:28
Revision:550309Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 6.14.8

- Update CONFLICTS_INSTALL

Changes:	https://github.com/npm/cli/releases
6.12.1_1
26 Apr 2020 11:59:37
Revision:533054Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Relax USES=python

- Bump PORTREVISION for dependency change

PR:		245500
Submitted by:	mfechner
6.12.1
10 Mar 2020 21:45:54
Revision:528195Original commit files touched by this commit This port version is marked as vulnerable.
rene search for other commits by this committer
www/npm remove EOL Node 8 as an option.
6.12.1
04 Nov 2019 15:59:03
Revision:516664Original commit files touched by this commit Sanity Test Failure This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Add NODE12 option
6.12.1
31 Oct 2019 14:49:22
Revision:516149Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update to 6.12.1

Changes:	https://github.com/npm/cli/releases
6.11.3
08 Sep 2019 19:31:36
Revision:511586Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update to 6.11.3

Changes:	https://github.com/npm/cli/releases
6.11.2
31 Aug 2019 21:56:29
Revision:510423Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update to 6.11.2

Changes:	https://github.com/npm/cli/releases
6.11.1
24 Aug 2019 00:07:34
Revision:509666Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update to 6.11.1

Changes:	https://github.com/npm/cli/releases
6.10.3
16 Aug 2019 18:09:30
Revision:509089Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update to 6.10.3

Changes:	https://github.com/npm/cli/releases
6.10.2
27 Jul 2019 11:54:31
Revision:507405Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update to 6.10.2

Changes:	https://github.com/npm/cli/releases
6.10.1
18 Jul 2019 23:49:52
Revision:506886Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update to 6.10.1

Changes:	https://github.com/npm/cli/releases
6.10.0
12 Jul 2019 16:23:03
Revision:506471Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Cosmetic change
6.10.0
04 Jul 2019 18:13:05
Revision:505851Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update to 6.10.0

Changes:	https://github.com/npm/cli/releases
6.9.0_2
09 Jun 2019 16:53:09
Revision:503843Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Compile and install .pyc files for node-gyp

- Bump PORTREVISION for package change

PR:		238243
Submitted by:	Hiroki Tagato <tagattie@yandex.com>
6.9.0_1
29 May 2019 08:18:06
Revision:502940Original commit files touched by this commit This port version is marked as vulnerable.
yuri search for other commits by this committer
www/npm: Fix the python executable name

PR:		238204
Reported by:	run failure
Approved by:	portmgr (blanket: ports/framework (python) compliance)
6.9.0
25 May 2019 09:59:56
Revision:502515Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Remove NODE6 option

node6 expired on Apr 30, 2019.
6.9.0
24 Apr 2019 17:42:12
Revision:499877Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update NODE_DESC after r499831
6.9.0
08 Mar 2019 20:38:02
Revision:495070Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update to 6.9.0

Changes:	https://github.com/npm/cli/releases
6.8.0
18 Feb 2019 21:06:08
Revision:493321Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update to 6.8.0

Changes:	https://github.com/npm/cli/releases
6.7.0
01 Feb 2019 21:41:25
Revision:491852Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update to 6.7.0

Changes:	https://github.com/npm/cli/releases
6.4.1_1
04 Nov 2018 22:56:22
Revision:484157Original commit files touched by this commit This port version is marked as vulnerable.
antoine search for other commits by this committer
Fix DEPENDS
6.4.1_1
03 Nov 2018 22:16:25
Revision:483917Original commit files touched by this commit Sanity Test Failure This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Add NODE10 option

- Clean up CONFLICTS_INSTALL
- Bump PORTREVISION for dependency change
6.4.1
06 Sep 2018 18:23:37
Revision:479120Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update to 6.4.1

Changes:	https://github.com/npm/cli/releases
6.4.0
31 Aug 2018 14:41:23
Revision:478562Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update extra-patch-bug-178881
6.4.0
29 Aug 2018 19:08:33
Revision:478375Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update to 6.4.0

Changes:	https://github.com/npm/cli/releases
6.3.0
11 Aug 2018 14:16:16
Revision:476885Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update to 6.3.0

- Update WWW

Changes:	https://github.com/npm/cli/releases
5.10.0
01 Jun 2018 23:02:56
Revision:471322Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Remove NODE4 option

www/node4 expired on 2018-04-30.
5.10.0
17 May 2018 16:25:09
Revision:470228Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update patch to fix build on i386
5.10.0
16 May 2018 23:54:29
Revision:470162Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update to 5.10.0

Changes:	https://github.com/npm/npm/releases
5.8.0
01 May 2018 18:22:11
Revision:468777Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update NODE_DESC
5.8.0
06 Apr 2018 16:26:20
Revision:466653Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update to 5.8.0

Changes:	https://github.com/npm/npm/releases
5.7.1
03 Mar 2018 19:15:24
Revision:463520Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update to 5.7.1

Changes:	https://github.com/npm/npm/releases
5.6.0_2
18 Feb 2018 13:38:52
Revision:462245Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Fix permission of node-gyp

- Bump PORTREVISION for package change

PR:		225562
Submitted by:	bhughes
MFH:		2018Q1
5.6.0_1
03 Jan 2018 16:45:29
Revision:457974Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Fix LICENSE

- Add LICENSE_FILE
5.6.0_1
15 Dec 2017 23:51:31
Revision:456421Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update to 5.6.0

Changes:	https://github.com/npm/npm/releases
		https://github.com/npm/npm/blob/v5.6.0/CHANGELOG.md
5.6.0
13 Dec 2017 20:49:45
Revision:456241Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update CONFLICTS_INSTALL

- Allow slave ports to overwrite CONFLICTS_INSTALL
5.6.0
11 Dec 2017 10:37:44
Revision:455950Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update to 5.6.0

Changes:	https://github.com/npm/npm/releases
		https://github.com/npm/npm/blob/v5.6.0/CHANGELOG.md
5.4.2_4
06 Dec 2017 17:42:24
Revision:455666Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Fix npx permission

- Bump PORTREVISION for package change

PR:		223782
Reported by:	Lapo Luchini <lapo@lapo.it>
5.4.2_3
03 Dec 2017 20:35:37
Revision:455447Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Change from USES=python:2 to USES=python:2.7

- Bump PORTREVISION for dependency change
5.4.2_2
20 Nov 2017 04:30:31
Revision:454516Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Add Node.js 9.x support manually

- Bump PORTREVISION for package change
5.4.2_1
18 Nov 2017 14:17:10
Revision:454435Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update options for Node.js 8.x and 9.x

- Bump PORTREVISION for dependency change

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

1 | 2 | 3  »