Date: Sun, 4 Dec 2011 21:07:20 +0800 (CST) From: Jin-Sih Lin <linpct@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/163057: [MAINTAINER] www/node: update to 0.6.5 Message-ID: <20111204130720.3DE0161CE@deep.tw> Resent-Message-ID: <201112041310.pB4DA6hG028035@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 163057 >Category: ports >Synopsis: [MAINTAINER] www/node: update to 0.6.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Dec 04 13:10:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jin-Sih Lin >Release: FreeBSD 10.0-CURRENT i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD deep.tw 10.0-CURRENT FreeBSD 10.0-CURRENT #1: Sat Dec 3 19:17:35 CST >Description: - Update to 0.6.5 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- node-0.6.5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/node.orig/Makefile /usr/ports/www/node/Makefile --- /usr/ports/www/node.orig/Makefile 2011-12-02 17:04:29.000000000 +0800 +++ /usr/ports/www/node/Makefile 2011-12-04 20:13:43.000000000 +0800 @@ -6,9 +6,9 @@ # PORTNAME= node -PORTVERSION= 0.6.4 +PORTVERSION= 0.6.5 CATEGORIES= www -MASTER_SITES= http://nodejs.org/dist/ +MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= linpct@gmail.com diff -ruN --exclude=CVS /usr/ports/www/node.orig/distinfo /usr/ports/www/node/distinfo --- /usr/ports/www/node.orig/distinfo 2011-12-02 17:04:29.000000000 +0800 +++ /usr/ports/www/node/distinfo 2011-12-04 20:13:51.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (node-v0.6.4.tar.gz) = 67b029f0da10ffa706cda23d6a3bb7c682ca589cd7f6647a578dcfb74a78f916 -SIZE (node-v0.6.4.tar.gz) = 10195975 +SHA256 (node-v0.6.5.tar.gz) = 72364d240fb61e678897c099df6f2913857c5931aa9b1f44e73e432d4629ca2f +SIZE (node-v0.6.5.tar.gz) = 10195654 diff -ruN --exclude=CVS /usr/ports/www/node.orig/pkg-plist /usr/ports/www/node/pkg-plist --- /usr/ports/www/node.orig/pkg-plist 2011-12-02 17:25:41.000000000 +0800 +++ /usr/ports/www/node/pkg-plist 2011-12-04 20:31:25.000000000 +0800 @@ -87,6 +87,7 @@ lib/node_modules/npm/bin/read-package-json.js lib/node_modules/npm/cli.js lib/node_modules/npm/configure +lib/node_modules/npm/configure.fbsd10bak lib/node_modules/npm/doc/api/bin.md lib/node_modules/npm/doc/api/bugs.md lib/node_modules/npm/doc/api/commands.md --- node-0.6.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111204130720.3DE0161CE>