[38494] trunk/dports/devel
blair at macports.org
blair at macports.org
Tue Jul 22 10:19:32 PDT 2008
Revision: 38494
http://trac.macosforge.org/projects/macports/changeset/38494
Author: blair at macports.org
Date: 2008-07-22 10:19:31 -0700 (Tue, 22 Jul 2008)
Log Message:
-----------
Move the patchfiles declarations next to distfiles.
Modified Paths:
--------------
trunk/dports/devel/ice-cpp/Portfile
trunk/dports/devel/ice-python/Portfile
trunk/dports/devel/ice-python25/Portfile
Modified: trunk/dports/devel/ice-cpp/Portfile
===================================================================
--- trunk/dports/devel/ice-cpp/Portfile 2008-07-22 17:17:53 UTC (rev 38493)
+++ trunk/dports/devel/ice-cpp/Portfile 2008-07-22 17:19:31 UTC (rev 38494)
@@ -38,9 +38,15 @@
set ice_dist Ice-${version}${extract.suffix}
set mcpp_dist mcpp-${mcpp_version}${extract.suffix}
+distname Ice-${version}
distfiles ${ice_dist}:ice \
${mcpp_dist}:mcpp
-distname Ice-${version}
+patchfiles patch-ice.cpp.config.Make.rules.diff \
+ patch-ice.cpp.config.Make.rules.Darwin.diff \
+ patch-ice.cpp.src.Ice.ConnectRequestHandler.cpp.diff \
+ patch-mcpp-${mcpp_version}-1.diff \
+ patch-mcpp-${mcpp_version}-2.diff \
+ protobuf-patch-0.1.0.gz:ice-protobuf
checksums ${ice_dist} \
md5 0500306d9cdbc0fbb553fbb529de557a \
sha1 b599c3a4d1d3006b868bf2cbcd8e2a2d4575fb22 \
@@ -61,13 +67,6 @@
port:openssl \
port:readline
-patchfiles patch-ice.cpp.config.Make.rules.diff \
- patch-ice.cpp.config.Make.rules.Darwin.diff \
- patch-ice.cpp.src.Ice.ConnectRequestHandler.cpp.diff \
- patch-mcpp-${mcpp_version}-1.diff \
- patch-mcpp-${mcpp_version}-2.diff \
- protobuf-patch-0.1.0.gz:ice-protobuf
-
patch {
set cmd "cd ${workpath}/mcpp-${mcpp_version} && patch -p0 < ${filespath}/patch-mcpp-${mcpp_version}-1.diff"
ui_debug ${cmd}
Modified: trunk/dports/devel/ice-python/Portfile
===================================================================
--- trunk/dports/devel/ice-python/Portfile 2008-07-22 17:17:53 UTC (rev 38493)
+++ trunk/dports/devel/ice-python/Portfile 2008-07-22 17:19:31 UTC (rev 38494)
@@ -34,6 +34,9 @@
dist_subdir ice-cpp
distname Ice-${version}
distfiles ${distname}${extract.suffix}:ice
+patchfiles patch-py.config.Make.rules.Darwin.diff \
+ patch-config.TestUtil.py.diff \
+ protobuf-patch-0.1.0.gz:ice-protobuf
checksums Ice-${version}.tar.gz \
md5 0500306d9cdbc0fbb553fbb529de557a \
sha1 b599c3a4d1d3006b868bf2cbcd8e2a2d4575fb22 \
@@ -47,10 +50,6 @@
depends_lib port:python24 \
port:ice-cpp
-patchfiles patch-py.config.Make.rules.Darwin.diff \
- patch-config.TestUtil.py.diff \
- protobuf-patch-0.1.0.gz:ice-protobuf
-
post-patch {
reinplace "s#python Client.py#${prefix}/bin/python2.4 Client.py#" \
${worksrcpath}/py/test/Slice/keyword/run.py
Modified: trunk/dports/devel/ice-python25/Portfile
===================================================================
--- trunk/dports/devel/ice-python25/Portfile 2008-07-22 17:17:53 UTC (rev 38493)
+++ trunk/dports/devel/ice-python25/Portfile 2008-07-22 17:19:31 UTC (rev 38494)
@@ -34,6 +34,9 @@
dist_subdir ice-cpp
distname Ice-${version}
distfiles ${distname}${extract.suffix}:ice
+patchfiles patch-py.config.Make.rules.Darwin.diff \
+ patch-config.TestUtil.py.diff \
+ protobuf-patch-0.1.0.gz:ice-protobuf
checksums Ice-${version}.tar.gz \
md5 0500306d9cdbc0fbb553fbb529de557a \
sha1 b599c3a4d1d3006b868bf2cbcd8e2a2d4575fb22 \
@@ -47,10 +50,6 @@
depends_lib port:python25 \
port:ice-cpp
-patchfiles patch-py.config.Make.rules.Darwin.diff \
- patch-config.TestUtil.py.diff \
- protobuf-patch-0.1.0.gz:ice-protobuf
-
post-patch {
reinplace "s#python Client.py#${prefix}/bin/python2.5 Client.py#" \
${worksrcpath}/py/test/Slice/keyword/run.py
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080722/b804395d/attachment-0001.html
More information about the macports-changes
mailing list