[101748] trunk/dports/python/py-swap/Portfile

g5pw at macports.org g5pw at macports.org
Fri Jan 18 07:00:45 PST 2013


Revision: 101748
          https://trac.macports.org/changeset/101748
Author:   g5pw at macports.org
Date:     2013-01-18 07:00:45 -0800 (Fri, 18 Jan 2013)
Log Message:
-----------
python/py-swap:
  fetch only for subports
  disable livecheck

Modified Paths:
--------------
    trunk/dports/python/py-swap/Portfile

Modified: trunk/dports/python/py-swap/Portfile
===================================================================
--- trunk/dports/python/py-swap/Portfile	2013-01-18 14:59:22 UTC (rev 101747)
+++ trunk/dports/python/py-swap/Portfile	2013-01-18 15:00:45 UTC (rev 101748)
@@ -14,14 +14,15 @@
 
 homepage            http://www.panstamp.com/
 
-fetch.type          svn
-svn.url             http://panstamp.googlecode.com/svn/trunk/python/pyswap
-svn.revision        714
-
 python.versions     24 25 26 27 31 32
 
 if {$subport != $name} {
 
+    fetch.type          svn
+    svn.url             http://panstamp.googlecode.com/svn/trunk/python/pyswap
+    svn.revision        714
+
+
     depends_lib	    port:py${python.version}-serial
     
     worksrcdir      pyswap/src
@@ -32,7 +33,6 @@
         xinstall -m 644 -W ${worksrcpath} readme.py ${destroot}${prefix}/share/doc/${subport}
     }
 
-    livecheck.type  none
-} else {
-    livecheck.type  none
 }
+
+livecheck.type  none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130118/b7bd44ae/attachment-0001.html>


More information about the macports-changes mailing list