svn commit: r358988 - head/www/npm
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jun 23 17:47:11 UTC 2014
Author: sunpoet
Date: Mon Jun 23 17:47:09 2014
New Revision: 358988
URL: http://svnweb.freebsd.org/changeset/ports/358988
QAT: https://qat.redports.org/buildarchive/r358988/
Log:
- Update to 1.4.15
- Update maintainer section: use latest release
Changes: https://github.com/npm/npm/releases
Modified:
head/www/npm/Makefile
head/www/npm/distinfo
head/www/npm/pkg-plist
Modified: head/www/npm/Makefile
==============================================================================
--- head/www/npm/Makefile Mon Jun 23 17:45:57 2014 (r358987)
+++ head/www/npm/Makefile Mon Jun 23 17:47:09 2014 (r358988)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= npm
-PORTVERSION= 1.4.12
+PORTVERSION= 1.4.15
CATEGORIES= www
MASTER_SITES= LOCAL/sunpoet
@@ -38,21 +38,21 @@ post-install:
# require: bash, git, gmake, perl, node
MS_DISTNAME= ${PORTNAME}-${MS_VERSION}
-MS_TAGS= ${MS_WRKSRC}/tags
+MS_RELEASES= ${MS_WRKSRC}/releases
MS_VERSION= `${CAT} ${MS_VERSIONFILE}`
MS_VERSIONFILE= ${MS_WRKSRC}/.version
MS_WRKSRC= ${WRKSRC}/tmp
GITHUB_PROJECT= ${PORTNAME}
-GITHUB_TAGSURL= https://github.com/npm/npm/tags
+GITHUB_RELEASES=https://github.com/npm/npm/releases/latest
GITHUB_TARBALL= https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/${GITHUB_VERSION}.tar.gz
GITHUB_USER= npm
GITHUB_VERSION= v${MS_VERSION}
maketar: do-clean
@${MKDIR} ${MS_WRKSRC}/
- @${FETCH_BINARY} ${FETCH_ARGS:C/A//} -o ${MS_WRKSRC}/tags ${GITHUB_TAGSURL}
- @${GREP} -o '/${GITHUB_USER}/${GITHUB_PROJECT}/archive/[^"]*\.tar\.gz' ${MS_WRKSRC}/tags | ${HEAD} -1 | ${CUT} -d/ -f5 | ${SED} 's|^v||; s|\.tar\.gz$$||' > ${MS_VERSIONFILE}
+ @${FETCH_BINARY} ${FETCH_ARGS:C/A//} -o ${MS_RELEASES} ${GITHUB_RELEASES}
+ @${GREP} -o '/${GITHUB_USER}/${GITHUB_PROJECT}/archive/[^"]*\.tar\.gz' ${MS_RELEASES} | ${HEAD} -1 | ${CUT} -d/ -f5 | ${SED} 's|^v||; s|\.tar\.gz$$||' > ${MS_VERSIONFILE}
@${ECHO_MSG} "*** Updating from ${PORTVERSION} to ${MS_VERSION} ..."
@${FETCH_BINARY} ${FETCH_ARGS:C/A//} -o ${MS_WRKSRC}/${MS_DISTNAME}.tar.gz ${GITHUB_TARBALL}
@${MKDIR} ${MS_WRKSRC}/${MS_DISTNAME}/
Modified: head/www/npm/distinfo
==============================================================================
--- head/www/npm/distinfo Mon Jun 23 17:45:57 2014 (r358987)
+++ head/www/npm/distinfo Mon Jun 23 17:47:09 2014 (r358988)
@@ -1,2 +1,2 @@
-SHA256 (npm-1.4.12.tar.xz) = 218e47e35b5f31380cddc5ed1a534c786de88c308c27f423e5be7a0bbd4f7ed0
-SIZE (npm-1.4.12.tar.xz) = 1756108
+SHA256 (npm-1.4.15.tar.xz) = a4a570c0e84b8bcc10ee546240a34e84973f452d32d2c6cc13debebf8d75dd3e
+SIZE (npm-1.4.15.tar.xz) = 1780556
Modified: head/www/npm/pkg-plist
==============================================================================
--- head/www/npm/pkg-plist Mon Jun 23 17:45:57 2014 (r358987)
+++ head/www/npm/pkg-plist Mon Jun 23 17:47:09 2014 (r358988)
@@ -18,6 +18,7 @@ lib/node_modules/npm/cli.js
lib/node_modules/npm/configure
lib/node_modules/npm/doc/api/npm-bin.md
lib/node_modules/npm/doc/api/npm-bugs.md
+lib/node_modules/npm/doc/api/npm-cache.md
lib/node_modules/npm/doc/api/npm-commands.md
lib/node_modules/npm/doc/api/npm-config.md
lib/node_modules/npm/doc/api/npm-deprecate.md
@@ -118,6 +119,7 @@ lib/node_modules/npm/doc/misc/semver.md
lib/node_modules/npm/html/doc/README.html
lib/node_modules/npm/html/doc/api/npm-bin.html
lib/node_modules/npm/html/doc/api/npm-bugs.html
+lib/node_modules/npm/html/doc/api/npm-cache.html
lib/node_modules/npm/html/doc/api/npm-commands.html
lib/node_modules/npm/html/doc/api/npm-config.html
lib/node_modules/npm/html/doc/api/npm-deprecate.html
@@ -346,6 +348,7 @@ lib/node_modules/npm/man/man1/npm-whoami
lib/node_modules/npm/man/man1/npm.1.gz
lib/node_modules/npm/man/man3/npm-bin.3.gz
lib/node_modules/npm/man/man3/npm-bugs.3.gz
+lib/node_modules/npm/man/man3/npm-cache.3.gz
lib/node_modules/npm/man/man3/npm-commands.3.gz
lib/node_modules/npm/man/man3/npm-config.3.gz
lib/node_modules/npm/man/man3/npm-deprecate.3.gz
@@ -398,14 +401,11 @@ lib/node_modules/npm/man/man7/npm-regist
lib/node_modules/npm/man/man7/npm-scripts.7.gz
lib/node_modules/npm/man/man7/removing-npm.7.gz
lib/node_modules/npm/man/man7/semver.7.gz
-lib/node_modules/npm/node_modules/.bin/beep
-lib/node_modules/npm/node_modules/.bin/clear
lib/node_modules/npm/node_modules/.bin/node-gyp
lib/node_modules/npm/node_modules/.bin/nopt
lib/node_modules/npm/node_modules/.bin/opener
lib/node_modules/npm/node_modules/.bin/rimraf
lib/node_modules/npm/node_modules/.bin/semver
-lib/node_modules/npm/node_modules/.bin/starwars
lib/node_modules/npm/node_modules/.bin/which
lib/node_modules/npm/node_modules/abbrev/CONTRIBUTING.md
lib/node_modules/npm/node_modules/abbrev/LICENSE
@@ -413,14 +413,14 @@ lib/node_modules/npm/node_modules/abbrev
lib/node_modules/npm/node_modules/abbrev/abbrev.js
lib/node_modules/npm/node_modules/abbrev/package.json
lib/node_modules/npm/node_modules/abbrev/test.js
+lib/node_modules/npm/node_modules/ansi/.jshintrc
lib/node_modules/npm/node_modules/ansi/.npmignore
+lib/node_modules/npm/node_modules/ansi/History.md
lib/node_modules/npm/node_modules/ansi/README.md
-lib/node_modules/npm/node_modules/ansi/color-spaces.pl
lib/node_modules/npm/node_modules/ansi/examples/beep/index.js
lib/node_modules/npm/node_modules/ansi/examples/clear/index.js
lib/node_modules/npm/node_modules/ansi/examples/cursorPosition.js
lib/node_modules/npm/node_modules/ansi/examples/progress/index.js
-lib/node_modules/npm/node_modules/ansi/examples/starwars.js
lib/node_modules/npm/node_modules/ansi/lib/ansi.js
lib/node_modules/npm/node_modules/ansi/lib/newlines.js
lib/node_modules/npm/node_modules/ansi/package.json
@@ -484,10 +484,30 @@ lib/node_modules/npm/node_modules/cmd-sh
lib/node_modules/npm/node_modules/cmd-shim/test/00-setup.js
lib/node_modules/npm/node_modules/cmd-shim/test/basic.js
lib/node_modules/npm/node_modules/cmd-shim/test/zz-cleanup.js
+lib/node_modules/npm/node_modules/columnify/LICENSE
lib/node_modules/npm/node_modules/columnify/Readme.md
lib/node_modules/npm/node_modules/columnify/index.js
+lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/cli.js
+lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/index.js
+lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/node_modules/ansi-regex/index.js
+lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/node_modules/ansi-regex/package.json
+lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/node_modules/ansi-regex/readme.md
+lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/package.json
+lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/readme.md
+lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth.js/INSTALL.md
+lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth.js/LICENSE.md
+lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth.js/NEWS
+lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth.js/README.md
+lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth.js/node_modules/underscore/LICENSE
+lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth.js/node_modules/underscore/README.md
+lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth.js/node_modules/underscore/package.json
+lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth.js/node_modules/underscore/underscore-min.js
+lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth.js/node_modules/underscore/underscore.js
+lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth.js/package.json
+lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth.js/wcwidth.js
lib/node_modules/npm/node_modules/columnify/package.json
lib/node_modules/npm/node_modules/columnify/utils.js
+lib/node_modules/npm/node_modules/columnify/width.js
lib/node_modules/npm/node_modules/editor/LICENSE
lib/node_modules/npm/node_modules/editor/README.markdown
lib/node_modules/npm/node_modules/editor/example/beep.json
@@ -570,6 +590,8 @@ lib/node_modules/npm/node_modules/glob/t
lib/node_modules/npm/node_modules/glob/test/bash-comparison.js
lib/node_modules/npm/node_modules/glob/test/bash-results.json
lib/node_modules/npm/node_modules/glob/test/cwd-test.js
+lib/node_modules/npm/node_modules/glob/test/empty-set.js
+lib/node_modules/npm/node_modules/glob/test/error-callback.js
lib/node_modules/npm/node_modules/glob/test/globstar-match.js
lib/node_modules/npm/node_modules/glob/test/mark.js
lib/node_modules/npm/node_modules/glob/test/new-glob-optional-options.js
@@ -583,6 +605,7 @@ lib/node_modules/npm/node_modules/glob/t
lib/node_modules/npm/node_modules/graceful-fs/.npmignore
lib/node_modules/npm/node_modules/graceful-fs/LICENSE
lib/node_modules/npm/node_modules/graceful-fs/README.md
+lib/node_modules/npm/node_modules/graceful-fs/fs.js
lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js
lib/node_modules/npm/node_modules/graceful-fs/package.json
lib/node_modules/npm/node_modules/graceful-fs/polyfills.js
@@ -1450,6 +1473,7 @@ lib/node_modules/npm/test/packages/npm-t
lib/node_modules/npm/test/packages/npm-test-url-dep/package.json
lib/node_modules/npm/test/run.js
lib/node_modules/npm/test/tap/00-check-mock-dep.js
+lib/node_modules/npm/test/tap/00-verify-bundle-deps.js
lib/node_modules/npm/test/tap/404-parent.js
lib/node_modules/npm/test/tap/cache-add-unpublished.js
lib/node_modules/npm/test/tap/cache-shasum.js
@@ -1860,6 +1884,13 @@ lib/node_modules/npm/wercker.yml
@dirrm lib/node_modules/npm/node_modules/fstream
@dirrm lib/node_modules/npm/node_modules/editor/example
@dirrm lib/node_modules/npm/node_modules/editor
+ at dirrm lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth.js/node_modules/underscore
+ at dirrm lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth.js/node_modules
+ at dirrm lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth.js
+ at dirrm lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/node_modules/ansi-regex
+ at dirrm lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/node_modules
+ at dirrm lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi
+ at dirrm lib/node_modules/npm/node_modules/columnify/node_modules
@dirrm lib/node_modules/npm/node_modules/columnify
@dirrm lib/node_modules/npm/node_modules/cmd-shim/test
@dirrm lib/node_modules/npm/node_modules/cmd-shim
More information about the svn-ports-head
mailing list