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

blair at macports.org blair at macports.org
Sat May 15 10:37:39 PDT 2010


Revision: 67667
          http://trac.macports.org/changeset/67667
Author:   blair at macports.org
Date:     2010-05-15 10:37:36 -0700 (Sat, 15 May 2010)
Log Message:
-----------
New upstream 3.4.0 version of Ice.  Partially resolves #23963.

Remove patch-scripts.TestUtil.py.diff since this has been folded into
the upstream release.

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

Removed Paths:
-------------
    trunk/dports/devel/ice-python25/files/patch-scripts.TestUtil.py.diff

Modified: trunk/dports/devel/ice-python25/Portfile
===================================================================
--- trunk/dports/devel/ice-python25/Portfile	2010-05-15 17:35:53 UTC (rev 67666)
+++ trunk/dports/devel/ice-python25/Portfile	2010-05-15 17:37:36 UTC (rev 67667)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		ice-python25
-version		3.3.1
+version		3.4.0
 categories	devel python
 maintainers	blair
 description	Fast, object-oriented RPC for C++, Java, Python, Ruby, PHP
@@ -28,16 +28,15 @@
 	Ice C++ runtime libraries.
 
 homepage	http://www.zeroc.com/
-master_sites	${homepage}download/Ice/3.3/
+master_sites	${homepage}download/Ice/3.4/
 dist_subdir	ice-cpp
 distname	Ice-${version}
 distfiles	${distname}${extract.suffix}
-patchfiles	patch-py.config.Make.rules.Darwin.diff \
-		patch-scripts.TestUtil.py.diff
+patchfiles	patch-py.config.Make.rules.Darwin.diff
 checksums	Ice-${version}.tar.gz \
-			md5 1f37dfcec4662fcde030553fb447d064 \
-			sha1 08d0f32bdb7d909b4a531d45cccfa97bdde649aa \
-			rmd160 d64d52c35640cebe1145e62f57618473d17cbeb5
+			md5 998b10627ade020cb00f5beb73efc0e0 \
+			sha1 1c8fe296af8d65d16cddac39a8bc24b71e069f75 \
+			rmd160 e874749f8d7d1916c1e3b19c006a7f2216e10f53
 platforms	darwin
 
 depends_lib	port:python25 \

Deleted: trunk/dports/devel/ice-python25/files/patch-scripts.TestUtil.py.diff
===================================================================
--- trunk/dports/devel/ice-python25/files/patch-scripts.TestUtil.py.diff	2010-05-15 17:35:53 UTC (rev 67666)
+++ trunk/dports/devel/ice-python25/files/patch-scripts.TestUtil.py.diff	2010-05-15 17:37:36 UTC (rev 67667)
@@ -1,28 +0,0 @@
-diff -ru ../Ice-3.3.1.orig/scripts/TestUtil.py ./scripts/TestUtil.py
---- ../Ice-3.3.1.orig/scripts/TestUtil.py	2009-03-20 10:52:15.000000000 -0700
-+++ ./scripts/TestUtil.py	2009-04-05 01:51:26.000000000 -0700
-@@ -727,7 +727,7 @@
-             print >>output, "-Djava.net.preferIPv4Stack=true",
-         print >>output,  exe,
-     elif config.lang == "py":
--        print >>output, "python", exe,
-+        print >>output, sys.executable, exe,
-     elif config.lang == "php" and config.type == "client":
-         print >>output, phpCmd, "-c tmp.ini -f", exe, " -- ",
-     elif config.lang == "cpp" and config.valgrind:
-@@ -1186,13 +1186,13 @@
- 
-             global keepGoing
-             if script:
--                print "if ! python %s %s; then" % (os.path.join(dir, "run.py"), args)
-+                print "if ! %s %s %s; then" % (sys.executable, os.path.join(dir, "run.py"), args)
-                 print "  echo 'test in %s failed'" % os.path.abspath(dir)
-                 if not keepGoing:
-                     print "  exit 1"
-                 print "fi"
-             else:
--                status = os.system("python " + os.path.join(dir, "run.py " + args))
-+                status = os.system(sys.executable + " " + os.path.join(dir, "run.py " + args))
- 
-                 if status:
-                     if(num > 0):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100515/f04b6d7a/attachment.html>


More information about the macports-changes mailing list