Revision: 110451 https://trac.macports.org/changeset/110451 Author: blair@macports.org Date: 2013-08-30 23:52:46 -0700 (Fri, 30 Aug 2013) Log Message: ----------- zeroc-ice33: sort application of patch files alphabetically. Modified Paths: -------------- trunk/dports/devel/zeroc-ice33/Portfile Modified: trunk/dports/devel/zeroc-ice33/Portfile =================================================================== --- trunk/dports/devel/zeroc-ice33/Portfile 2013-08-31 06:51:27 UTC (rev 110450) +++ trunk/dports/devel/zeroc-ice33/Portfile 2013-08-31 06:52:46 UTC (rev 110451) @@ -68,7 +68,7 @@ ui_debug ${cmd} system ${cmd} - set cmd "cd ${workpath}/Ice-${version} && patch -p1 < ${filespath}/patch-ice.cpp.src.slice2html.Gen.diff" + set cmd "cd ${workpath}/Ice-${version} && patch -p1 < ${filespath}/patch-ice.cpp.src.Slice.Preprocessor.cpp.diff" ui_debug ${cmd} system ${cmd} @@ -76,7 +76,7 @@ ui_debug ${cmd} system ${cmd} - set cmd "cd ${workpath}/Ice-${version} && patch -p1 < ${filespath}/patch-ice.cpp.src.Slice.Preprocessor.cpp.diff" + set cmd "cd ${workpath}/Ice-${version} && patch -p1 < ${filespath}/patch-ice.cpp.src.slice2html.Gen.diff" ui_debug ${cmd} system ${cmd}
participants (1)
-
blair@macports.org