[46882] trunk/dports/devel/tailor/Portfile

deric at macports.org deric at macports.org
Mon Feb 16 09:39:06 PST 2009


Revision: 46882
          http://trac.macports.org/changeset/46882
Author:   deric at macports.org
Date:     2009-02-16 09:39:05 -0800 (Mon, 16 Feb 2009)
Log Message:
-----------
Use python2.5 PortGroup, update to 0.9.35.

Modified Paths:
--------------
    trunk/dports/devel/tailor/Portfile

Modified: trunk/dports/devel/tailor/Portfile
===================================================================
--- trunk/dports/devel/tailor/Portfile	2009-02-16 17:24:41 UTC (rev 46881)
+++ trunk/dports/devel/tailor/Portfile	2009-02-16 17:39:05 UTC (rev 46882)
@@ -1,12 +1,12 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python24 1.0
+PortGroup           python25 1.0
 
 name                tailor
-version             0.9.30
+version             0.9.35
 categories          devel python
-maintainers         deric at caveo.se
+maintainers         deric at macports.org
 description         Tailor is a tool to migrate changesets between different \
                     source control management systems.
 long_description    Tailor is a tool to migrate changesets between ArX, \
@@ -16,11 +16,11 @@
 
 homepage            http://www.darcs.net/DarcsWiki/Tailor
 master_sites        http://darcs.arstecnica.it/
-checksums           md5 ae4558c677238be0f0c1db832690c67f \
-                    sha1 2735261703c2897e36584b18f6fcfddd32b9202f \
-                    rmd160 e58110ff2e9b06a7890340e019d73961e0357f42
+checksums           md5 58a6bc1c1d922b0b1e4579c6440448d1 \
+                    sha1 442d1d11bf4ba5d54684f78783f94f753a02292e \
+                    rmd160 a3fc4339c6e7ce1397584363d127ae1219ee3888
 post-destroot {
     # install docs
-    xinstall -m 644 -W ${worksrcpath} README README.html \
+    xinstall -m 644 -W ${worksrcpath} README.rst README.html \
         ${destroot}/${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090216/d6f79cf8/attachment.html>


More information about the macports-changes mailing list