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.

non port: www/npm/distinfo

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

1 | 2  »  

Monday, 30 Jan 2023
14:20 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
commit hash: fa93fdc383c190569821ae224413c848c19d9a7c commit hash: fa93fdc383c190569821ae224413c848c19d9a7c commit hash: fa93fdc383c190569821ae224413c848c19d9a7c commit hash: fa93fdc383c190569821ae224413c848c19d9a7c fa93fdc
Wednesday, 30 Nov 2022
21:41 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
commit hash: 0e303723bf62ee31226b24716e9d407b6cf07a1c commit hash: 0e303723bf62ee31226b24716e9d407b6cf07a1c commit hash: 0e303723bf62ee31226b24716e9d407b6cf07a1c commit hash: 0e303723bf62ee31226b24716e9d407b6cf07a1c 0e30372
Monday, 3 Oct 2022
02:14 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
commit hash: 1cb3606f47ef319b6cd74ed5ffc76f3b07673b2e commit hash: 1cb3606f47ef319b6cd74ed5ffc76f3b07673b2e commit hash: 1cb3606f47ef319b6cd74ed5ffc76f3b07673b2e commit hash: 1cb3606f47ef319b6cd74ed5ffc76f3b07673b2e 1cb3606
Sunday, 4 Sep 2022
15:24 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
commit hash: afc597664b2b917058bf62c7c87db74cb82ccf38 commit hash: afc597664b2b917058bf62c7c87db74cb82ccf38 commit hash: afc597664b2b917058bf62c7c87db74cb82ccf38 commit hash: afc597664b2b917058bf62c7c87db74cb82ccf38 afc5976
Wednesday, 31 Aug 2022
11:40 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
commit hash: 365a7ecf160f545526160262349da51deac53ede commit hash: 365a7ecf160f545526160262349da51deac53ede commit hash: 365a7ecf160f545526160262349da51deac53ede commit hash: 365a7ecf160f545526160262349da51deac53ede 365a7ec
Saturday, 27 Aug 2022
10:23 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
commit hash: cdefe1c00d64dbb3277db597b7c005869f3e875e commit hash: cdefe1c00d64dbb3277db597b7c005869f3e875e commit hash: cdefe1c00d64dbb3277db597b7c005869f3e875e commit hash: cdefe1c00d64dbb3277db597b7c005869f3e875e cdefe1c
Monday, 18 Jul 2022
12:39 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
commit hash: 828a45fa7c1830039e3e03e4f3887df3b13aa693 commit hash: 828a45fa7c1830039e3e03e4f3887df3b13aa693 commit hash: 828a45fa7c1830039e3e03e4f3887df3b13aa693 commit hash: 828a45fa7c1830039e3e03e4f3887df3b13aa693 828a45f
Thursday, 7 Jul 2022
21:42 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
commit hash: 046758c9b75532a771452d6e4f881c4d27fd3282 commit hash: 046758c9b75532a771452d6e4f881c4d27fd3282 commit hash: 046758c9b75532a771452d6e4f881c4d27fd3282 commit hash: 046758c9b75532a771452d6e4f881c4d27fd3282 046758c
12:36 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
commit hash: 172ce5d7b4d04ffceace982924804f6b913c9bfb commit hash: 172ce5d7b4d04ffceace982924804f6b913c9bfb commit hash: 172ce5d7b4d04ffceace982924804f6b913c9bfb commit hash: 172ce5d7b4d04ffceace982924804f6b913c9bfb 172ce5d
Wednesday, 29 Jun 2022
16:32 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
commit hash: 447d07174904a221ca8b9721c9d4ce992758d9dc commit hash: 447d07174904a221ca8b9721c9d4ce992758d9dc commit hash: 447d07174904a221ca8b9721c9d4ce992758d9dc commit hash: 447d07174904a221ca8b9721c9d4ce992758d9dc 447d071
Tuesday, 21 Jun 2022
16:32 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
commit hash: 30761d33545d54423704277ff403915ab5f42029 commit hash: 30761d33545d54423704277ff403915ab5f42029 commit hash: 30761d33545d54423704277ff403915ab5f42029 commit hash: 30761d33545d54423704277ff403915ab5f42029 30761d3
Friday, 3 Jun 2022
23:36 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
commit hash: f487145170ef6b736986034ce101db839ed862a5 commit hash: f487145170ef6b736986034ce101db839ed862a5 commit hash: f487145170ef6b736986034ce101db839ed862a5 commit hash: f487145170ef6b736986034ce101db839ed862a5 f487145
09:00 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
commit hash: f7ac403ff2998b883ecccfe06c3da98799a9de92 commit hash: f7ac403ff2998b883ecccfe06c3da98799a9de92 commit hash: f7ac403ff2998b883ecccfe06c3da98799a9de92 commit hash: f7ac403ff2998b883ecccfe06c3da98799a9de92 f7ac403
Friday, 13 May 2022
11:39 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
commit hash: cbc2e0bd63a3afa4bf051b33a3e6e111c39885a7 commit hash: cbc2e0bd63a3afa4bf051b33a3e6e111c39885a7 commit hash: cbc2e0bd63a3afa4bf051b33a3e6e111c39885a7 commit hash: cbc2e0bd63a3afa4bf051b33a3e6e111c39885a7 cbc2e0b
Sunday, 17 Apr 2022
23:58 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
commit hash: 9b034bb1faed8a661d8615304563b3a28d1074e5 commit hash: 9b034bb1faed8a661d8615304563b3a28d1074e5 commit hash: 9b034bb1faed8a661d8615304563b3a28d1074e5 commit hash: 9b034bb1faed8a661d8615304563b3a28d1074e5 9b034bb
Saturday, 16 Apr 2022
04:19 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
commit hash: 60630e08fbc72421f5923c0d02f0130c1a667d08 commit hash: 60630e08fbc72421f5923c0d02f0130c1a667d08 commit hash: 60630e08fbc72421f5923c0d02f0130c1a667d08 commit hash: 60630e08fbc72421f5923c0d02f0130c1a667d08 60630e0
Monday, 7 Mar 2022
18:11 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
commit hash: 1d8529965fc402f5da9bda10380760a471bcf6b8 commit hash: 1d8529965fc402f5da9bda10380760a471bcf6b8 commit hash: 1d8529965fc402f5da9bda10380760a471bcf6b8 commit hash: 1d8529965fc402f5da9bda10380760a471bcf6b8 1d85299
Monday, 28 Feb 2022
12:46 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
commit hash: fffccadd88715fd7a4c120018044b4e19ba5ca34 commit hash: fffccadd88715fd7a4c120018044b4e19ba5ca34 commit hash: fffccadd88715fd7a4c120018044b4e19ba5ca34 commit hash: fffccadd88715fd7a4c120018044b4e19ba5ca34 fffccad
Tuesday, 25 Jan 2022
19:50 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
commit hash: 440fbe7ad9af28fb14dc5ca2d73c8c6528bfdb81 commit hash: 440fbe7ad9af28fb14dc5ca2d73c8c6528bfdb81 commit hash: 440fbe7ad9af28fb14dc5ca2d73c8c6528bfdb81 commit hash: 440fbe7ad9af28fb14dc5ca2d73c8c6528bfdb81 440fbe7
Sunday, 23 Jan 2022
18:18 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
commit hash: 0593ac6276513780396ec01256a5a14993067f1b commit hash: 0593ac6276513780396ec01256a5a14993067f1b commit hash: 0593ac6276513780396ec01256a5a14993067f1b commit hash: 0593ac6276513780396ec01256a5a14993067f1b 0593ac6
Sunday, 27 Sep 2020
19:31 sunpoet search for other commits by this committer
Update to 6.14.8

- Update CONFLICTS_INSTALL

Changes:	https://github.com/npm/cli/releases
Original commitRevision:550309 
Thursday, 31 Oct 2019
14:49 sunpoet search for other commits by this committer
Update to 6.12.1

Changes:	https://github.com/npm/cli/releases
Original commitRevision:516149 
Sunday, 8 Sep 2019
19:31 sunpoet search for other commits by this committer
Update to 6.11.3

Changes:	https://github.com/npm/cli/releases
Original commitRevision:511586 
Saturday, 31 Aug 2019
21:56 sunpoet search for other commits by this committer
Update to 6.11.2

Changes:	https://github.com/npm/cli/releases
Original commitRevision:510423 
Saturday, 24 Aug 2019
00:07 sunpoet search for other commits by this committer
Update to 6.11.1

Changes:	https://github.com/npm/cli/releases
Original commitRevision:509666 
Friday, 16 Aug 2019
18:09 sunpoet search for other commits by this committer
Update to 6.10.3

Changes:	https://github.com/npm/cli/releases
Original commitRevision:509089 
Saturday, 27 Jul 2019
11:54 sunpoet search for other commits by this committer
Update to 6.10.2

Changes:	https://github.com/npm/cli/releases
Original commitRevision:507405 
Thursday, 18 Jul 2019
23:49 sunpoet search for other commits by this committer
Update to 6.10.1

Changes:	https://github.com/npm/cli/releases
Original commitRevision:506886 
Thursday, 4 Jul 2019
18:13 sunpoet search for other commits by this committer
Update to 6.10.0

Changes:	https://github.com/npm/cli/releases
Original commitRevision:505851 
Friday, 8 Mar 2019
20:38 sunpoet search for other commits by this committer
Update to 6.9.0

Changes:	https://github.com/npm/cli/releases
Original commitRevision:495070 
Monday, 18 Feb 2019
21:06 sunpoet search for other commits by this committer
Update to 6.8.0

Changes:	https://github.com/npm/cli/releases
Original commitRevision:493321 
Friday, 1 Feb 2019
21:41 sunpoet search for other commits by this committer
Update to 6.7.0

Changes:	https://github.com/npm/cli/releases
Original commitRevision:491852 
Thursday, 6 Sep 2018
18:23 sunpoet search for other commits by this committer
Update to 6.4.1

Changes:	https://github.com/npm/cli/releases
Original commitRevision:479120 
Wednesday, 29 Aug 2018
19:08 sunpoet search for other commits by this committer
Update to 6.4.0

Changes:	https://github.com/npm/cli/releases
Original commitRevision:478375 
Saturday, 11 Aug 2018
14:16 sunpoet search for other commits by this committer
Update to 6.3.0

- Update WWW

Changes:	https://github.com/npm/cli/releases
Original commitRevision:476885 
Wednesday, 16 May 2018
23:54 sunpoet search for other commits by this committer
Update to 5.10.0

Changes:	https://github.com/npm/npm/releases
Original commitRevision:470162 
Friday, 6 Apr 2018
16:26 sunpoet search for other commits by this committer
Update to 5.8.0

Changes:	https://github.com/npm/npm/releases
Original commitRevision:466653 
Saturday, 3 Mar 2018
19:15 sunpoet search for other commits by this committer
Update to 5.7.1

Changes:	https://github.com/npm/npm/releases
Original commitRevision:463520 
Friday, 15 Dec 2017
23:51 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
Original commitRevision:456421 
Monday, 11 Dec 2017
10:37 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
Original commitRevision:455950 
Monday, 18 Sep 2017
17:48 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
Original commitRevision:450059 
Saturday, 15 Jul 2017
19:08 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
Original commitRevision:445925 
Friday, 14 Jul 2017
20:09 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
Original commitRevision:445808 
Thursday, 29 Jun 2017
19:12 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
Original commitRevision:444662 
Sunday, 18 Jun 2017
05:51 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
Original commitRevision:443804 
Thursday, 1 Jun 2017
19:57 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
Original commitRevision:442307 
Sunday, 30 Apr 2017
14:18 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
Original commitRevision:439823 
Monday, 27 Mar 2017
19:12 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
Original commitRevision:437075 
Monday, 13 Mar 2017
10:27 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]
Original commitRevision:436052 
Saturday, 28 Jan 2017
20:52 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
Original commitRevision:432656 
Sunday, 15 Jan 2017
04:17 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
Original commitRevision:431518 
Sunday, 18 Dec 2016
15:21 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
Original commitRevision:428863 
Friday, 9 Dec 2016
12:56 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
Original commitRevision:428184 
Tuesday, 22 Nov 2016
18:33 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
Original commitRevision:426839 
Monday, 21 Nov 2016
17:36 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
Original commitRevision:426742 
Tuesday, 1 Nov 2016
17:52 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
Original commitRevision:425070 
Monday, 23 May 2016
03:50 sunpoet search for other commits by this committer
- Update to 3.9.2

Changes:	https://github.com/npm/npm/releases
Original commitRevision:415659 
Sunday, 1 May 2016
19:58 sunpoet search for other commits by this committer
- Update to 3.8.8

Changes:	https://github.com/npm/npm/releases
Original commitRevision:414418 
Sunday, 10 Apr 2016
13:40 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
Original commitRevision:412934 
Saturday, 10 Oct 2015
07:05 sunpoet search for other commits by this committer
- Update to 2.14.7

Changes:	https://github.com/npm/npm/releases
Original commitRevision:398975 
Wednesday, 23 Sep 2015
20:15 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
Original commitRevision:397655 
Saturday, 12 Sep 2015
17:08 sunpoet search for other commits by this committer
- Update to 2.14.3

Changes:	https://github.com/npm/npm/releases
Original commitRevision:396756 
Wednesday, 2 Sep 2015
17:03 sunpoet search for other commits by this committer
- Update to 2.14.1

Changes:	https://github.com/npm/npm/releases
Original commitRevision:395870 
Sunday, 16 Aug 2015
02:21 sunpoet search for other commits by this committer
- Update to 2.13.5

Changes:	https://github.com/npm/npm/releases
Original commitRevision:394362 
Thursday, 13 Aug 2015
17:31 sunpoet search for other commits by this committer
- Update to 2.13.4

Changes:	https://github.com/npm/npm/releases
Original commitRevision:394076 
Saturday, 25 Jul 2015
07:40 sunpoet search for other commits by this committer
- Update to 2.13.2

Changes:	https://github.com/npm/npm/releases
Original commitRevision:392858 
Saturday, 4 Jul 2015
16:16 sunpoet search for other commits by this committer
- Update to 2.12.1

Changes:	https://github.com/npm/npm/releases
Original commitRevision:391310 
Wednesday, 1 Jul 2015
17:45 sunpoet search for other commits by this committer
- Update to 2.12.0

Changes:	https://github.com/npm/npm/releases
Original commitRevision:391087 
Friday, 19 Jun 2015
22:05 sunpoet search for other commits by this committer
- Update to 2.11.3

Changes:	https://github.com/npm/npm/releases
Original commitRevision:390143 
Sunday, 14 Jun 2015
09:18 sunpoet search for other commits by this committer
- Update to 2.11.2

Changes:	https://github.com/npm/npm/releases
Original commitRevision:389615 
Sunday, 7 Jun 2015
20:40 sunpoet search for other commits by this committer
- Update to 2.11.1
- Add NO_ARCH

Changes:	https://github.com/npm/npm/releases
Original commitRevision:388747 
Monday, 1 Jun 2015
20:13 sunpoet search for other commits by this committer
- Update to 2.11.0

Changes:	https://github.com/npm/npm/releases
Original commitRevision:388278 
Saturday, 23 May 2015
15:29 sunpoet search for other commits by this committer
- Update to 2.10.1

Changes:	https://github.com/npm/npm/releases
Original commitRevision:387136 
Thursday, 21 May 2015
21:24 sunpoet search for other commits by this committer
- Update to 2.10.0

Changes:	https://github.com/npm/npm/releases
Original commitRevision:386956 
Sunday, 10 May 2015
12:45 sunpoet search for other commits by this committer
- Update to 2.9.1

Changes:	https://github.com/npm/npm/releases
Original commitRevision:385945 
Sunday, 26 Apr 2015
12:28 sunpoet search for other commits by this committer
- Update to 2.8.4

Changes:	https://github.com/npm/npm/releases
Original commitRevision:384781 
Tuesday, 21 Apr 2015
18:39 sunpoet search for other commits by this committer
- Update to 2.8.3

Changes:	https://github.com/npm/npm/releases
Original commitRevision:384441 
Tuesday, 31 Mar 2015
15:45 sunpoet search for other commits by this committer
- Update to 2.7.4

Changes:	https://github.com/npm/npm/releases
Original commitRevision:382839 
Saturday, 21 Mar 2015
19:33 sunpoet search for other commits by this committer
- Update to 2.7.3

Changes:	https://github.com/npm/npm/releases
Original commitRevision:381824 
Thursday, 19 Mar 2015
16:43 sunpoet search for other commits by this committer
- Update to 2.7.1

Changes:	https://github.com/npm/npm/releases
Original commitRevision:381611 
Wednesday, 11 Mar 2015
16:10 sunpoet search for other commits by this committer
- Update to 2.7.0

Changes:	https://github.com/npm/npm/releases
Original commitRevision:381020 
Friday, 27 Feb 2015
20:20 sunpoet search for other commits by this committer
- Update to 2.6.0

Changes:	https://github.com/npm/npm/releases
Original commitRevision:380123 
Tuesday, 24 Feb 2015
17:02 sunpoet search for other commits by this committer
- Update to 2.6.0

Changes:	https://github.com/npm/npm/releases
Original commitRevision:379827 
Wednesday, 18 Feb 2015
18:52 sunpoet search for other commits by this committer
- Update to 2.5.1

Changes:	https://github.com/npm/npm/releases
Original commitRevision:379308 
Sunday, 18 Jan 2015
22:49 sunpoet search for other commits by this committer
- Update to 2.2.0

Changes:	https://github.com/npm/npm/releases
Original commitRevision:377372 
Friday, 9 Jan 2015
18:44 sunpoet search for other commits by this committer
- Update to 2.1.18

Changes:	https://github.com/npm/npm/releases
Original commitRevision:376641 
Monday, 5 Jan 2015
17:33 sunpoet search for other commits by this committer
- Update to 2.1.17

Changes:	https://github.com/npm/npm/releases
Original commitRevision:376314 
Sunday, 28 Dec 2014
13:14 sunpoet search for other commits by this committer
- Update to 2.1.16

Changes:	https://github.com/npm/npm/releases
Original commitRevision:375704 
Wednesday, 24 Dec 2014
06:15 sunpoet search for other commits by this committer
- Update to 2.1.14

Changes:	https://github.com/npm/npm/releases
Original commitRevision:375406 
Saturday, 6 Dec 2014
19:05 sunpoet search for other commits by this committer
- Update to 2.1.11

Changes:	https://github.com/npm/npm/releases
Original commitRevision:374138 
Friday, 5 Dec 2014
15:27 sunpoet search for other commits by this committer
- Update to 2.1.9

Changes:	https://github.com/npm/npm/releases
Original commitRevision:374037 
Wednesday, 1 Oct 2014
20:06 sunpoet search for other commits by this committer
- Update to 2.0.2
- Cleanup PLIST

Changes:	https://github.com/npm/npm/releases
Original commitRevision:369748 
Sunday, 14 Sep 2014
07:52 sunpoet search for other commits by this committer
- Update to 1.4.27

Changes:	https://github.com/npm/npm/releases
Original commitRevision:368160 
Tuesday, 9 Sep 2014
18:35 sunpoet search for other commits by this committer
- Update to 1.4.26

Changes:	https://github.com/npm/npm/releases
Original commitRevision:367757 
Sunday, 31 Aug 2014
07:26 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
Original commitRevision:366735 
Monday, 23 Jun 2014
17:47 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
Original commitRevision:358988 
Monday, 26 May 2014
15:31 sunpoet search for other commits by this committer
- Update to 1.4.12

Changes:	https://github.com/npm/npm/releases
Original commitRevision:355363 
Saturday, 24 May 2014
16:32 sunpoet search for other commits by this committer
- Fix distinfo
- Bump PORTREVISION

Reported by:	adamw
Original commitRevision:355050 
14:11 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
Original commitRevision:355027 
Saturday, 26 Apr 2014
18:12 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
Original commitRevision:352312 

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

1 | 2  »