Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Aug 2012 07:13:34 +0800 (CST)
From:      Jin-Sih Lin <linpct@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/170716: [MAINTAINER] www/node-devel: update to 0.9.0
Message-ID:  <20120817231334.ADCF95CEC@deep.tw>
Resent-Message-ID: <201208172320.q7HNK9Ax019977@freefall.freebsd.org>

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

>Number:         170716
>Category:       ports
>Synopsis:       [MAINTAINER] www/node-devel: update to 0.9.0
>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 Aug 17 23:20:08 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 #1: Fri Aug 17 02:38:23 CST 2012
>Description:
- Update to 0.9.0

Removed 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.9.0.patch begins here ---
diff -ruN --exclude=CVS ../node-devel.orig/Makefile ./Makefile
--- ../node-devel.orig/Makefile	2012-08-11 23:36:06.000000000 +0800
+++ ./Makefile	2012-07-27 10:35:40.000000000 +0800
@@ -2,18 +2,18 @@
 # Date created:					2010-04-12
 # Whom:						Jin-Sih Lin <linpct@gmail.com>
 #
-# $FreeBSD: ports/www/node-devel/Makefile,v 1.38 2012/08/11 15:36:06 ak Exp $
+# $FreeBSD: ports/www/node-devel/Makefile,v 1.35 2012/07/26 15:26:15 vanilla Exp $
 #
 
 PORTNAME=	node
-PORTVERSION=	0.8.6
+PORTVERSION=	0.9.0
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
 PKGNAMESUFFIX=	-devel
 DISTNAME=	${PORTNAME}-v${PORTVERSION}
 
 MAINTAINER=	linpct@gmail.com
-COMMENT=	V8 JavaScript for client and server
+COMMENT=	V8 javascript for client and server
 
 LIB_DEPENDS=	execinfo:${PORTSDIR}/devel/libexecinfo
 
@@ -34,6 +34,7 @@
 
 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-08 12:53:18.000000000 +0800
+++ ./distinfo	2012-07-27 10:35:52.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (node-v0.8.6.tar.gz) = dbd42800e69644beff5c2cf11a9d4cf6dfbd644a9a36ffdd5e8c6b8db9240854
-SIZE (node-v0.8.6.tar.gz) = 11468801
+SHA256 (node-v0.9.0.tar.gz) = 4d2e5d7c8b345f6e401eed7d06b4bbc6cb012aefc34b46e7c3aedb4a0fccd258
+SIZE (node-v0.9.0.tar.gz) = 11827167
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	2012-08-11 16:00:15.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-devel-0.9.0.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?20120817231334.ADCF95CEC>