Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2012 11:56:24 +0800 (CST)
From:      Jin-Sih Lin <linpct@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/174425: [MAINTAINER] www/node: update to 0.8.16
Message-ID:  <20121214035624.9B7CE5CEE@deep.tw>
Resent-Message-ID: <201212140410.qBE4A0EY022367@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         174425
>Category:       ports
>Synopsis:       [MAINTAINER] www/node: update to 0.8.16
>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:   Fri Dec 14 04:10:00 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 #0: Sat Aug 18 08:09:36 CST 2012
>Description:
- Update to 0.8.16

Removed file(s):
- files/patch-gyp-common.py
- files/patch-tools-install.py

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix)
>How-To-Repeat:
>Fix:

--- node-0.8.16.patch begins here ---
diff -ruN --exclude=CVS ../node.orig/Makefile ./Makefile
--- ../node.orig/Makefile	2012-11-28 09:05:17.000000000 +0800
+++ ./Makefile	2012-12-14 11:18:42.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	node
-PORTVERSION=	0.8.15
+PORTVERSION=	0.8.16
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
 DISTNAME=	${PORTNAME}-v${PORTVERSION}
diff -ruN --exclude=CVS ../node.orig/distinfo ./distinfo
--- ../node.orig/distinfo	2012-11-27 11:56:22.000000000 +0800
+++ ./distinfo	2012-12-14 11:19:01.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (node-v0.8.15.tar.gz) = 1758639c6df3e081fe26585472d0f1961c5703b44ba6c57ecdf66a4c015792b1
-SIZE (node-v0.8.15.tar.gz) = 11867033
+SHA256 (node-v0.8.16.tar.gz) = 2cd09d4227c787d6886be45dc54dad5aed779d7bd4b1e15ba930101d9d1ed2a4
+SIZE (node-v0.8.16.tar.gz) = 11899509
diff -ruN --exclude=CVS ../node.orig/files/patch-gyp-common.py ./files/patch-gyp-common.py
--- ../node.orig/files/patch-gyp-common.py	2012-08-14 21:05:48.000000000 +0800
+++ ./files/patch-gyp-common.py	1970-01-01 08:00:00.000000000 +0800
@@ -1,14 +0,0 @@
---- tools/gyp/pylib/gyp/common.py.orig	2012-02-02 03:37:12.000000000 +0800
-+++ tools/gyp/pylib/gyp/common.py	2012-02-08 01:20:58.000000000 +0800
-@@ -352,7 +352,10 @@
-     'freebsd7': 'freebsd',
-     'freebsd8': 'freebsd',
-   }
--  flavor = flavors.get(sys.platform, 'linux')
-+  if 'freebsd' in sys.platform:
-+      flavor = 'freebsd'
-+  else:
-+    flavor = flavors.get(sys.platform, 'linux')
-   return params.get('flavor', flavor)
- 
- 
diff -ruN --exclude=CVS ../node.orig/files/patch-tools-install.py ./files/patch-tools-install.py
--- ../node.orig/files/patch-tools-install.py	2012-08-14 21:05:48.000000000 +0800
+++ ./files/patch-tools-install.py	1970-01-01 08:00:00.000000000 +0800
@@ -1,11 +0,0 @@
---- 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-0.8.16.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?20121214035624.9B7CE5CEE>