- Update to 0.5.4

PR:		ports/159734
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
This commit is contained in:
Steve Wills 2011-08-14 03:06:34 +00:00
parent 167d2898a2
commit c3f55b9934
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279671
3 changed files with 3 additions and 13 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= node
PORTVERSION= 0.5.3
PORTVERSION= 0.5.4
CATEGORIES= www
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
PKGNAMESUFFIX= -devel

View File

@ -1,2 +1,2 @@
SHA256 (node-v0.5.3.tar.gz) = 27e5a488040e59e192b3db6675c5f0b6b00cccdd53f1a7cdf98b6477220fbb1e
SIZE (node-v0.5.3.tar.gz) = 5539172
SHA256 (node-v0.5.4.tar.gz) = d32d3af4e3286b383640df857d76c2fcca1a2e2cb85abb484483a0a49d09ae71
SIZE (node-v0.5.4.tar.gz) = 6029829

View File

@ -1,10 +0,0 @@
--- deps/uv/src/uv-unix.c.orig 2011-08-02 15:17:41.000000000 +0800
+++ deps/uv/src/uv-unix.c 2011-08-03 16:27:45.000000000 +0800
@@ -54,6 +54,7 @@
#if defined(__FreeBSD__)
#include <sys/sysctl.h>
+#include <sys/wait.h>
#endif