[81803] trunk/dports/textproc/tinyxml/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Aug 4 20:22:31 PDT 2011


Revision: 81803
          http://trac.macports.org/changeset/81803
Author:   ryandesign at macports.org
Date:     2011-08-04 20:22:28 -0700 (Thu, 04 Aug 2011)
Log Message:
-----------
tinyxml: clean up port; rewrite master_sites to avoid redirects

Modified Paths:
--------------
    trunk/dports/textproc/tinyxml/Portfile

Modified: trunk/dports/textproc/tinyxml/Portfile
===================================================================
--- trunk/dports/textproc/tinyxml/Portfile	2011-08-05 02:41:43 UTC (rev 81802)
+++ trunk/dports/textproc/tinyxml/Portfile	2011-08-05 03:22:28 UTC (rev 81803)
@@ -13,7 +13,7 @@
                     easily integrating into other programs.
 homepage            http://www.grinninglizard.com/tinyxml/
 platforms           darwin
-master_sites        sourceforge
+master_sites        sourceforge:project/${name}/${name}/${version}
 
 checksums           rmd160  162880af0cb1a284268cc18ec582f51c55120a76 \
                     sha1    a425a22ff331dafa570b2a508a37a85a4eaa4127
@@ -21,6 +21,6 @@
 worksrcdir          ${name}
 use_zip             yes
 
-patch {
-    copy ${portpath}/files/CMakeLists.txt ${worksrcpath}
-}
\ No newline at end of file
+post-extract {
+    copy ${filespath}/CMakeLists.txt ${worksrcpath}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110804/6ea4491c/attachment.html>


More information about the macports-changes mailing list