ports/167949: [MAINTAINER] www/node: update to 0.6.18

Jin-Sih Lin linpct at gmail.com
Wed May 16 06:40:07 UTC 2012


>Number:         167949
>Category:       ports
>Synopsis:       [MAINTAINER] www/node: update to 0.6.18
>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:   Wed May 16 06:40:06 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.6.18

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

--- node-0.6.18.patch begins here ---
diff -ruN --exclude=CVS ../node.orig/Makefile ./Makefile
--- ../node.orig/Makefile	2012-05-09 11:25:27.000000000 +0800
+++ ./Makefile	2012-05-16 13:25:44.000000000 +0800
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	node
-PORTVERSION=	0.6.17
-PORTREVISION=	1
+PORTVERSION=	0.6.18
 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-05-08 12:47:05.000000000 +0800
+++ ./distinfo	2012-05-16 13:25:34.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (node-v0.6.17.tar.gz) = 8dfe5948de27e37a14af184f06e7bd89a23c3b248af44c8ef5cffcd0e4c65778
-SIZE (node-v0.6.17.tar.gz) = 10252898
+SHA256 (node-v0.6.18.tar.gz) = 6cf4311ecbc1700e88f4382a31b3a7017c1572cd641fd06e653fc1692c2cffff
+SIZE (node-v0.6.18.tar.gz) = 10261465
diff -ruN --exclude=CVS ../node.orig/files/patch-wscript ./files/patch-wscript
--- ../node.orig/files/patch-wscript	2011-12-05 11:16:48.000000000 +0800
+++ ./files/patch-wscript	2012-05-16 13:33:52.000000000 +0800
@@ -1,12 +1,12 @@
---- wscript.orig	2011-11-12 06:56:27.000000000 +0800
-+++ wscript	2011-11-12 22:12:23.000000000 +0800
-@@ -634,8 +634,7 @@
+--- wscript.orig	2012-05-16 13:28:07.000000000 +0800
++++ wscript	2012-05-16 13:33:24.000000000 +0800
+@@ -642,8 +642,7 @@
    #
    cmd = 'cp -r ' + sh_escape(srcdir)  + '/* ' + sh_escape(blddir)
    if not sys.platform.startswith('win32'):
 -    make = ('if [ -z "$NODE_MAKE" ]; then NODE_MAKE=make; fi; '
 -            '$NODE_MAKE -C ' + sh_escape(blddir))
 +    make = 'gmake -C ' + sh_escape(blddir)
+     flags = arch_cflags(bld)
+     if flags: make += ' CFLAGS=\'%s\'' % ' '.join(flags) # don't escape
    else:
-     make = 'make -C ' + sh_escape(blddir)
-   return '%s && (%s clean) && (%s all)' % (cmd, make, make)
--- node-0.6.18.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list