[140154] trunk/dports/aqua/xrg/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Sep 10 02:10:52 PDT 2015


Revision: 140154
          https://trac.macports.org/changeset/140154
Author:   ryandesign at macports.org
Date:     2015-09-10 02:10:51 -0700 (Thu, 10 Sep 2015)
Log Message:
-----------
xrg: allow installation on newer versions of OS X

Modified Paths:
--------------
    trunk/dports/aqua/xrg/Portfile

Modified: trunk/dports/aqua/xrg/Portfile
===================================================================
--- trunk/dports/aqua/xrg/Portfile	2015-09-10 04:31:58 UTC (rev 140153)
+++ trunk/dports/aqua/xrg/Portfile	2015-09-10 09:10:51 UTC (rev 140154)
@@ -26,13 +26,9 @@
 pre-fetch {
     platform darwin {
         if {${os.major} < 11} {
-            ui_error "${name} requires OS X 10.7 or newer."
+            ui_error "${name} @${version} requires OS X 10.7 or newer."
             return -code error "incompatible OS X version"
         }
-        if {${os.major} > 14} {
-            ui_error "${name} requires OS X 10.10 or older."
-            return -code error "incompatible OS X version"
-        }
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150910/0f8c9493/attachment.html>


More information about the macports-changes mailing list