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

ryandesign at macports.org ryandesign at macports.org
Fri Oct 5 02:16:14 PDT 2012


Revision: 98420
          http://trac.macports.org//changeset/98420
Author:   ryandesign at macports.org
Date:     2012-10-05 02:16:14 -0700 (Fri, 05 Oct 2012)
Log Message:
-----------
transmission: now requires Mountain Lion or newer

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

Modified: trunk/dports/net/transmission/Portfile
===================================================================
--- trunk/dports/net/transmission/Portfile	2012-10-05 09:12:16 UTC (rev 98419)
+++ trunk/dports/net/transmission/Portfile	2012-10-05 09:16:14 UTC (rev 98420)
@@ -53,10 +53,10 @@
         ${destroot}${applications_dir}/Transmission.app
 }
 
-if {${os.major} < 11} {
+if {${os.major} < 12} {
     pre-fetch {
-        ui_error "${name} ${version} requires Mac OS X 10.7 or greater."
-        return -code error "incompatible Mac OS X version"
+        ui_error "${name} ${version} requires OS X 10.8 or greater."
+        return -code error "incompatible OS X version"
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121005/427bf6be/attachment.html>


More information about the macports-changes mailing list