[88217] trunk/dports/python/py-zopeinterface/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Dec 21 22:02:20 PST 2011


Revision: 88217
          http://trac.macports.org/changeset/88217
Author:   ryandesign at macports.org
Date:     2011-12-21 22:02:20 -0800 (Wed, 21 Dec 2011)
Log Message:
-----------
py-zopeinterface: fix destroot error in stub port; livecheck only in stub port

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

Modified: trunk/dports/python/py-zopeinterface/Portfile
===================================================================
--- trunk/dports/python/py-zopeinterface/Portfile	2011-12-22 06:00:53 UTC (rev 88216)
+++ trunk/dports/python/py-zopeinterface/Portfile	2011-12-22 06:02:20 UTC (rev 88217)
@@ -21,6 +21,8 @@
 checksums           rmd160  07e4969655667987ec3c80057e1098f05bad3af3 \
                     sha256  1d5411ff82fd3a73bad6efb38deddb3f98d61d590344deb0cdd308e8aa94d3ff
 
+if {${name} != ${subport}} {
+
 post-destroot {
     xinstall -d ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath} \
@@ -31,6 +33,12 @@
 test.run  yes
 test.cmd  ${python.bin} setup.py
 
+livecheck.type		none
+
+} else {
+
 livecheck.type	    regex
 livecheck.url	    http://svn.zope.org/zope.interface/tags/
 livecheck.regex	    zope.interface\\/tags\\/(\\d+(?:\\.\\d+)*)
+
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111221/6accf266/attachment-0001.html>


More information about the macports-changes mailing list