[79706] trunk/dports/devel/ice-python25

blair at macports.org blair at macports.org
Thu Jun 23 13:45:41 PDT 2011


Revision: 79706
          http://trac.macports.org/changeset/79706
Author:   blair at macports.org
Date:     2011-06-23 13:45:40 -0700 (Thu, 23 Jun 2011)
Log Message:
-----------
ice-python25: new upstream 3.4.2 release, which has a fix making
patch-py.modules.IcePy.Operation.cpp.diff obsolete.

Modified Paths:
--------------
    trunk/dports/devel/ice-python25/Portfile

Removed Paths:
-------------
    trunk/dports/devel/ice-python25/files/patch-py.modules.IcePy.Operation.cpp.diff

Modified: trunk/dports/devel/ice-python25/Portfile
===================================================================
--- trunk/dports/devel/ice-python25/Portfile	2011-06-23 20:44:29 UTC (rev 79705)
+++ trunk/dports/devel/ice-python25/Portfile	2011-06-23 20:45:40 UTC (rev 79706)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name            ice-python25
-version         3.4.1
-revision        1
+version         3.4.2
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      devel python
 maintainers     blair
@@ -33,11 +32,10 @@
 master_sites    ${homepage}download/Ice/${branch}/
 dist_subdir     ice-cpp
 distname        Ice-${version}
-patchfiles      patch-py.config.Make.rules.Darwin.diff \
-                patch-py.modules.IcePy.Operation.cpp.diff
-checksums       md5 3aae42aa47dec74bb258c1a1b2847a1a \
-                sha1 f3ae394146a36fa6453dc69e80d2ab6ab30f4d9a \
-                rmd160 aa756a14421e084336dcecdcbb977aa98c5e1283
+patchfiles      patch-py.config.Make.rules.Darwin.diff
+checksums       md5 e97672eb4a63c6b8dd202d0773e19dc7 \
+                sha1 8c84d6e3b227f583d05e08251e07047e6c3a6b42 \
+                rmd160 7ce680a4eb5fa9d0bb6f8b8910e267dfc2373d75
 platforms       darwin
 
 depends_lib     port:python25 \

Deleted: trunk/dports/devel/ice-python25/files/patch-py.modules.IcePy.Operation.cpp.diff
===================================================================
--- trunk/dports/devel/ice-python25/files/patch-py.modules.IcePy.Operation.cpp.diff	2011-06-23 20:44:29 UTC (rev 79705)
+++ trunk/dports/devel/ice-python25/files/patch-py.modules.IcePy.Operation.cpp.diff	2011-06-23 20:45:40 UTC (rev 79706)
@@ -1,13 +0,0 @@
-diff -ru ../Ice-3.4.1.orig/py/modules/IcePy/Operation.cpp ./py/modules/IcePy/Operation.cpp
---- ../Ice-3.4.1.orig/py/modules/IcePy/Operation.cpp	2010-06-03 09:48:35.000000000 -0700
-+++ ./py/modules/IcePy/Operation.cpp	2011-01-18 10:55:11.000000000 -0800
-@@ -3668,7 +3668,8 @@
-             }
-         }
- 
--        __checkMode(op->mode, current.mode);
-+        // See http://www.zeroc.com/forums/help-center/5210-ice_ping-marshalexception-refreshsession-python.html#post22745 .
-+        // __checkMode(op->mode, current.mode);
- 
-         UpcallPtr up = new TypedUpcall(op, cb, current.adapter->getCommunicator());
-         up->dispatch(_servant, inParams, current);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110623/d2bd6bab/attachment-0001.html>


More information about the macports-changes mailing list