Date: Sat, 11 Aug 2012 18:59:48 +0800 (CST) From: Jin-Sih Lin <linpct@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/170534: [MAINTAINER] www/node-devel: update to 0.8.6 Message-ID: <20120811105948.809955C85@deep.tw> Resent-Message-ID: <201208111100.q7BB040O055126@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 170534 >Category: ports >Synopsis: [MAINTAINER] www/node-devel: update to 0.8.6 >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: Sat Aug 11 11:00:04 UTC 2012 >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 #4: Thu Apr 19 10:22:37 CST 2012 >Description: - Update to 0.8.6 Added file(s): - files/patch-tools-install.py Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- node-devel-0.8.6.patch begins here --- diff -ruN --exclude=CVS ../node-devel.orig/Makefile ./Makefile --- ../node-devel.orig/Makefile 2012-08-07 18:23:26.000000000 +0800 +++ ./Makefile 2012-08-11 15:53:12.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= node -PORTVERSION= 0.8.5 +PORTVERSION= 0.8.6 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= -devel @@ -34,7 +34,6 @@ post-patch: @${RM} ${WRKSRC}/tools/wafadmin/Node.py.orig - @${REINPLACE_CMD} -e 's|share/man/man1/|man/man1|' ${WRKSRC}/tools/installer.js post-install: ${MKDIR} ${PREFIX}/lib/node_modules/ diff -ruN --exclude=CVS ../node-devel.orig/distinfo ./distinfo --- ../node-devel.orig/distinfo 2012-08-07 18:23:26.000000000 +0800 +++ ./distinfo 2012-08-08 12:53:18.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (node-v0.8.5.tar.gz) = 022a924973b15291f98b57437b53c59eaabee02348a2534259836e837f9ea6c0 -SIZE (node-v0.8.5.tar.gz) = 11848559 +SHA256 (node-v0.8.6.tar.gz) = dbd42800e69644beff5c2cf11a9d4cf6dfbd644a9a36ffdd5e8c6b8db9240854 +SIZE (node-v0.8.6.tar.gz) = 11468801 diff -ruN --exclude=CVS ../node-devel.orig/files/patch-tools-install.py ./files/patch-tools-install.py --- ../node-devel.orig/files/patch-tools-install.py 1970-01-01 08:00:00.000000000 +0800 +++ ./files/patch-tools-install.py 2012-08-11 16:00:15.000000000 +0800 @@ -0,0 +1,11 @@ +--- tools/install.py.orig 2012-08-11 15:59:08.000000000 +0800 ++++ tools/install.py 2012-08-11 15:59:36.000000000 +0800 +@@ -191,7 +191,7 @@ + 'deps/uv/include/uv-private/uv-unix.h', + 'deps/uv/include/uv-private/uv-win.h'], + 'include/node/uv-private/') +- action(['doc/node.1'], 'share/man/man1/') ++ action(['doc/node.1'], 'man/man1/') + action(['out/Release/node'], 'bin/node') + + # install unconditionally, checking if the platform supports dtrace doesn't --- node-devel-0.8.6.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?20120811105948.809955C85>