[86253] trunk/dports/net/transmission/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Oct 23 17:32:49 PDT 2011


Revision: 86253
          http://trac.macports.org/changeset/86253
Author:   ryandesign at macports.org
Date:     2011-10-23 17:32:46 -0700 (Sun, 23 Oct 2011)
Log Message:
-----------
transmission: building requires 10.7 or later; see #29398

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

Modified: trunk/dports/net/transmission/Portfile
===================================================================
--- trunk/dports/net/transmission/Portfile	2011-10-23 23:30:23 UTC (rev 86252)
+++ trunk/dports/net/transmission/Portfile	2011-10-24 00:32:46 UTC (rev 86253)
@@ -54,9 +54,9 @@
         ${destroot}${applications_dir}/Transmission.app
 }
 
-platform darwin 8 {
+if {${os.major} < 11} {
     pre-fetch {
-        ui_error "${name} requires Mac OS X 10.5 or greater."
+        ui_error "${name} ${version} requires Mac OS X 10.7 or greater."
         return -code error "incompatible Mac OS X version"
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111023/7e98fa3f/attachment.html>


More information about the macports-changes mailing list