Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.7 19 Aug 2013 08:44:20
  |
sunpoet  |
- 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
  |
sunpoet  |
- 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
  |
sunpoet  |
- 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
  |
sunpoet  |
- 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
  |
sunpoet  |
- Update to 1.2.15
Changes: https://github.com/isaacs/npm/commits/master |
1.2.12 03 Mar 2013 04:29:11
  |
sunpoet  |
- Fix PLIST |
1.2.12 20 Feb 2013 19:55:32
  |
sunpoet  |
- Update to 1.2.12
Changes: https://github.com/isaacs/npm/commits/master |
1.2.4 01 Feb 2013 02:24:32
  |
sunpoet  |
- Update to 1.2.4
Changes: https://github.com/isaacs/npm/commits/master |
1.2.0 30 Jan 2013 16:45:30
  |
sunpoet  |
- Update to 1.2.0
Changes: https://github.com/isaacs/npm/commits/master |
1.1.68 08 Dec 2012 16:40:28
  |
sunpoet  |
- Update to 1.1.68
- Update maintainer section to match github URL change and generate better diff
header
Changes: https://github.com/isaacs/npm/commits/master
Feature safe: yes |
1.1.62 06 Oct 2012 17:34:30
  |
sunpoet  |
- Fix PLIST
Reported by: pkgng |
1.1.62 01 Oct 2012 14:26:27
  |
sunpoet  |
- Update to 1.1.62
- Add LICENSE
- Remove trailing slash from MANPREFIX
- Cleanup Makefile header
Changes: https://github.com/isaacs/npm/commits/master |
1.1.59 08 Sep 2012 00:21:53
  |
sunpoet  |
- Update to 1.1.59
Changes: https://github.com/isaacs/npm/commits/master |
1.1.49 20 Aug 2012 15:59:24
 |
sunpoet  |
- Update to 1.1.49
- Pet portlint:
- Remove MAKE_JOBS_UNSAFE
- Use MAN1/MAN3 for manpages
Changes: https://github.com/isaacs/npm/commits/master |
1.1.45 05 Aug 2012 07:05:37
 |
sunpoet  |
- Update to 1.1.45
- Convert to new options framework
Changes: https://github.com/isaacs/npm/commits/master |
1.1.21 10 Jul 2012 18:05:25
 |
sunpoet  |
- Fix maintainer section |
1.1.21 19 May 2012 11:05:13
 |
sunpoet  |
- Add maintainer section |
1.1.21 14 May 2012 18:52:39
 |
sunpoet  |
- Allow node-devel users to install npm |
1.1.21 08 May 2012 09:34:38
 |
sunpoet  |
- Do not try to remove PREFIX/lib/node_modules, this directory is now owned by
node |
1.1.21 08 May 2012 03:58:26
 |
sunpoet  |
- Add npm 1.1.21
npm is a package manager for node. You can use it to install and publish your
node programs. It manages dependencies and does other cool stuff.
WWW: http://npmjs.org/
WWW: https://github.com/isaacs/npm |