[34853] trunk/dports/net/throttled/Portfile

jmr at macports.org jmr at macports.org
Sat Mar 8 18:10:06 PST 2008


Revision: 34853
          http://trac.macosforge.org/projects/macports/changeset/34853
Author:   jmr at macports.org
Date:     2008-03-08 18:10:05 -0800 (Sat, 08 Mar 2008)

Log Message:
-----------
throttled: error out on Leopard. See #13933.

Modified Paths:
--------------
    trunk/dports/net/throttled/Portfile

Modified: trunk/dports/net/throttled/Portfile
===================================================================
--- trunk/dports/net/throttled/Portfile	2008-03-09 01:45:22 UTC (rev 34852)
+++ trunk/dports/net/throttled/Portfile	2008-03-09 02:10:05 UTC (rev 34853)
@@ -43,3 +43,9 @@
     xinstall -m 644 -W ${worksrcpath} README.txt COPYING.txt \
         ${destroot}${prefix}/share/doc/${name}
 }
+
+platform darwin 9 {
+        pre-fetch {
+                return -code error "Sorry, throttled does not currently work on Mac OS X 10.5 Leopard."
+        }
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080308/7a38db53/attachment.html 


More information about the macports-changes mailing list