[54373] trunk/dports/python

billitch at macports.org billitch at macports.org
Sat Jul 25 11:00:17 PDT 2009


Revision: 54373
          http://trac.macports.org/changeset/54373
Author:   billitch at macports.org
Date:     2009-07-25 11:00:16 -0700 (Sat, 25 Jul 2009)
Log Message:
-----------
Bumped revision up to remove tests when already installed (fixes #20379)

Modified Paths:
--------------
    trunk/dports/python/py25-cssutils/Portfile
    trunk/dports/python/py25-pylons/Portfile

Modified: trunk/dports/python/py25-cssutils/Portfile
===================================================================
--- trunk/dports/python/py25-cssutils/Portfile	2009-07-25 17:59:21 UTC (rev 54372)
+++ trunk/dports/python/py25-cssutils/Portfile	2009-07-25 18:00:16 UTC (rev 54373)
@@ -6,6 +6,7 @@
 
 name                    py25-cssutils
 version                 0.9.5.1
+revision                1
 
 categories              python www
 maintainers             gmail.com:billitch
@@ -28,7 +29,7 @@
     # We should notify upstream not to install tests.
     delete ${destroot}${prefix}/lib/python2.5/site-packages/tests
 
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} README.txt \
-		${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} README.txt \
+        ${destroot}${prefix}/share/doc/${name}
 }

Modified: trunk/dports/python/py25-pylons/Portfile
===================================================================
--- trunk/dports/python/py25-pylons/Portfile	2009-07-25 17:59:21 UTC (rev 54372)
+++ trunk/dports/python/py25-pylons/Portfile	2009-07-25 18:00:16 UTC (rev 54373)
@@ -6,6 +6,7 @@
 
 name                py25-pylons
 version             0.9.6.2
+revision            1
 categories-append   www
 maintainers         openmaintainer stechert akitada
 description         Pylons is a lightweight web framework.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090725/fcaf1bad/attachment.html>


More information about the macports-changes mailing list