From b58167b2908590b02ae93b37c814716d804e46ee Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Tue, 5 Aug 2014 18:47:47 +0000 Subject: - Update to 0.10.30 PR: ports/192368 Submitted by: Jin-Sih Lin (maintainer) --- www/node/Makefile | 2 +- www/node/distinfo | 4 ++-- www/node/files/patch-node_constants.cc | 20 -------------------- 3 files changed, 3 insertions(+), 23 deletions(-) delete mode 100644 www/node/files/patch-node_constants.cc (limited to 'www/node') diff --git a/www/node/Makefile b/www/node/Makefile index d9b3e81a6cc7..661b72624610 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 0.10.29 +PORTVERSION= 0.10.30 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-v${PORTVERSION} diff --git a/www/node/distinfo b/www/node/distinfo index 995e95c2966d..4cd3c279b0ca 100644 --- a/www/node/distinfo +++ b/www/node/distinfo @@ -1,2 +1,2 @@ -SHA256 (node-v0.10.29.tar.gz) = 47379d01f765f87c1a1498b4e65de30e45201de50334954860d7375a8258b15d -SIZE (node-v0.10.29.tar.gz) = 13480496 +SHA256 (node-v0.10.30.tar.gz) = 3dfcbd307f5f5f266ef174e1443107da853cd3d0aa0b2493a44235d5908625d2 +SIZE (node-v0.10.30.tar.gz) = 13527922 diff --git a/www/node/files/patch-node_constants.cc b/www/node/files/patch-node_constants.cc deleted file mode 100644 index e80de00120ff..000000000000 --- a/www/node/files/patch-node_constants.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- src/node_constants.orig 2014-06-24 23:09:52.432840733 -0300 -+++ src/node_constants.cc 2014-06-24 10:07:23.406890824 -0300 -@@ -19,13 +19,13 @@ - // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE - // USE OR OTHER DEALINGS IN THE SOFTWARE. - --// O_NONBLOCK is not exported unless _XOPEN_SOURCE >= 500. --#if defined(_XOPEN_SOURCE) && _XOPEN_SOURCE < 500 --#undef _XOPEN_SOURCE -+// O_NONBLOCK is not exported unless _XOPEN_SOURCE >= 600. -+#if defined(_XOPEN_SOURCE) && _XOPEN_SOURCE < 600 -+# undef _XOPEN_SOURCE - #endif - - #if !defined(_XOPEN_SOURCE) --#define _XOPEN_SOURCE 500 -+# define _XOPEN_SOURCE 600 - #endif - - #include "node_constants.h" -- cgit v1.2.3