ports/186643: [MAINTAINER] www/node-devel: update to 0.11.11
Jin-Sih Lin
linpct at gmail.com
Tue Feb 11 06:50:00 UTC 2014
>Number: 186643
>Category: ports
>Synopsis: [MAINTAINER] www/node-devel: update to 0.11.11
>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: Tue Feb 11 06:50:00 UTC 2014
>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 #2 r253131: Thu Jul 11 16:55:44 CST
>Description:
- Update to 0.11.11
Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: suffix)
>How-To-Repeat:
>Fix:
--- node-devel-0.11.11.patch begins here ---
diff -ruN ../node-devel.orig/Makefile ./Makefile
--- ../node-devel.orig/Makefile 2014-01-14 11:27:26.000000000 +0800
+++ ./Makefile 2014-02-09 14:51:22.000000000 +0800
@@ -1,7 +1,7 @@
# $FreeBSD: head/www/node-devel/Makefile 339634 2014-01-13 21:00:02Z rene $
PORTNAME= node
-PORTVERSION= 0.11.9
+PORTVERSION= 0.11.11
CATEGORIES= www
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
PKGNAMESUFFIX= -devel
@@ -38,11 +38,9 @@
.endif
post-patch:
- @${REINPLACE_CMD} -e '1 s|${SETENV} python|&2|' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e '1 s|${SETENV} python|${PYTHON_CMD}|' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
${WRKSRC}/deps/v8/tools/gyp/v8.gyp
- @${REINPLACE_CMD} -e 's|/usr/bin/env python|${PYTHON_CMD}|' \
- ${WRKSRC}/configure
@${REINPLACE_CMD} -e "s|'python',|'${PYTHON_CMD}',|" \
${WRKSRC}/deps/v8/build/shim_headers.gypi \
${WRKSRC}/deps/v8/tools/gyp/v8.gyp \
diff -ruN ../node-devel.orig/distinfo ./distinfo
--- ../node-devel.orig/distinfo 2013-12-09 11:14:10.000000000 +0800
+++ ./distinfo 2014-02-08 10:21:36.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (node-v0.11.9.tar.gz) = cfcab9735a7e04a67671a96a8b0b7e71954c60c586ced5e3fe37d5c1a235b444
-SIZE (node-v0.11.9.tar.gz) = 15258471
+SHA256 (node-v0.11.11.tar.gz) = 7098763353011a92bca25192c0ed4a7cae5a115805223bcc6d5a81e4d20dc87a
+SIZE (node-v0.11.11.tar.gz) = 15402160
diff -ruN ../node-devel.orig/pkg-plist ./pkg-plist
--- ../node-devel.orig/pkg-plist 2013-12-07 10:47:46.000000000 +0800
+++ ./pkg-plist 2014-02-09 15:09:23.000000000 +0800
@@ -1,9 +1,40 @@
bin/node
+include/node/ares.h
+include/node/ares_version.h
+include/node/common.gypi
+include/node/config.gypi
+include/node/nameser.h
+include/node/node.h
+include/node/node_buffer.h
+include/node/node_internals.h
+include/node/node_object_wrap.h
+include/node/node_version.h
+include/node/openssl/opensslconf.h
+include/node/pthread-fixes.h
+include/node/stdint-msvc2008.h
+include/node/tree.h
+include/node/uv-bsd.h
+include/node/uv-darwin.h
+include/node/uv-errno.h
+include/node/uv-linux.h
+include/node/uv-sunos.h
+include/node/uv-unix.h
+include/node/uv-win.h
+include/node/uv.h
+include/node/v8-debug.h
+include/node/v8-defaults.h
+include/node/v8-profiler.h
+include/node/v8-testing.h
+include/node/v8.h
+include/node/v8config.h
+include/node/v8stdint.h
lib/dtrace/node.d
lib/node_modules/.keepme
-share/systemtap/tapset/node.stp
man/man1/node.1.gz
+share/systemtap/tapset/node.stp
@dirrmtry share/systemtap/tapset
@dirrmtry share/systemtap
@dirrmtry lib/node_modules
@dirrmtry lib/dtrace
+ at dirrmtry include/node/openssl
+ at dirrmtry include/node
--- node-devel-0.11.11.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list