[69267] trunk/dports/graphics/qwtplot3d/Portfile

michaelld at macports.org michaelld at macports.org
Tue Jun 29 00:12:57 PDT 2010


Revision: 69267
          http://trac.macports.org/changeset/69267
Author:   michaelld at macports.org
Date:     2010-06-29 00:12:56 -0700 (Tue, 29 Jun 2010)
Log Message:
-----------
In the version reinplace, use ${version} instead of hard-coding.

Modified Paths:
--------------
    trunk/dports/graphics/qwtplot3d/Portfile

Modified: trunk/dports/graphics/qwtplot3d/Portfile
===================================================================
--- trunk/dports/graphics/qwtplot3d/Portfile	2010-06-29 07:11:59 UTC (rev 69266)
+++ trunk/dports/graphics/qwtplot3d/Portfile	2010-06-29 07:12:56 UTC (rev 69267)
@@ -57,7 +57,7 @@
 }
 
 patch {
-    reinplace "s|0.2.6|0.2.7|g" ${worksrcpath}/qwtplot3d.pro
+    reinplace "s|0.2.6|${version}|g" ${worksrcpath}/qwtplot3d.pro
 }
 
 destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100629/e1961bdb/attachment.html>


More information about the macports-changes mailing list