[82685] trunk/dports/devel/nodejs

ciserlohn at macports.org ciserlohn at macports.org
Thu Aug 18 08:13:35 PDT 2011


Revision: 82685
          http://trac.macports.org/changeset/82685
Author:   ciserlohn at macports.org
Date:     2011-08-18 02:27:06 -0700 (Thu, 18 Aug 2011)
Log Message:
-----------
nodejs: update to version 0.4.11; remove patch included upstream; switch from sha1 to sha256 checksum

Modified Paths:
--------------
    trunk/dports/devel/nodejs/Portfile

Removed Paths:
-------------
    trunk/dports/devel/nodejs/files/patch-platform.diff

Modified: trunk/dports/devel/nodejs/Portfile
===================================================================
--- trunk/dports/devel/nodejs/Portfile	2011-08-18 08:00:46 UTC (rev 82684)
+++ trunk/dports/devel/nodejs/Portfile	2011-08-18 09:27:06 UTC (rev 82685)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 
 name                    nodejs
-version                 0.4.10
+version                 0.4.11
 revision                1
 categories              devel net
 platforms               darwin
@@ -22,15 +22,14 @@
 homepage                http://nodejs.org/
 master_sites            ${homepage}dist/
 
-checksums               sha1    e2b0297f885fbb7013df08e3e10697ad8d1cd381 \
-                        rmd160  b230233c0713f9066b932dd3eb7c3ad6c332256a
+checksums               rmd160  0512138fbf05d472a42bfa5453c5dd851c06c716 \
+                        sha256  e009522d52c4a844c46e51c63b852899d1b7e6d949d1a139cdc16b4f6c4ab63f
 
 distname                node-v${version}
 
 depends_lib             port:python27
 
-patchfiles              patch-Makefile-python.diff \
-                        patch-platform.diff
+patchfiles              patch-Makefile-python.diff
 
 proc rec_glob {basedir pattern} {
     set files [glob -directory $basedir -nocomplain -type f $pattern]

Deleted: trunk/dports/devel/nodejs/files/patch-platform.diff
===================================================================
--- trunk/dports/devel/nodejs/files/patch-platform.diff	2011-08-18 08:00:46 UTC (rev 82684)
+++ trunk/dports/devel/nodejs/files/patch-platform.diff	2011-08-18 09:27:06 UTC (rev 82685)
@@ -1,22 +0,0 @@
---- src/node.cc.orig	2011-03-18 16:25:20.000000000 -0500
-+++ src/node.cc	2011-03-23 21:32:39.000000000 -0500
-@@ -47,7 +47,7 @@
- # include <grp.h> /* getgrnam() */
- #endif
- 
--#include <platform.h>
-+#include "platform.h"
- #include <node_buffer.h>
- #include <node_io_watcher.h>
- #include <node_net.h>
---- src/node_os.cc.orig	2011-03-18 16:25:20.000000000 -0500
-+++ src/node_os.cc	2011-03-23 21:32:39.000000000 -0500
-@@ -22,7 +22,7 @@
- 
- #include <node.h>
- #include <node_os.h>
--#include <platform.h>
-+#include "platform.h"
- 
- #include <v8.h>
- 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110818/95641642/attachment-0001.html>


More information about the macports-changes mailing list