[131517] trunk/dports/aqua/terminal-notifier/Portfile

raimue at macports.org raimue at macports.org
Tue Jan 13 07:09:30 PST 2015


Revision: 131517
          https://trac.macports.org/changeset/131517
Author:   raimue at macports.org
Date:     2015-01-13 07:09:29 -0800 (Tue, 13 Jan 2015)
Log Message:
-----------
aqua/terminal-notifier:
This software requires at least Xcode 5.0 on OS X 10.8 Mountain Lion, closes #45899

Modified Paths:
--------------
    trunk/dports/aqua/terminal-notifier/Portfile

Modified: trunk/dports/aqua/terminal-notifier/Portfile
===================================================================
--- trunk/dports/aqua/terminal-notifier/Portfile	2015-01-13 10:46:25 UTC (rev 131516)
+++ trunk/dports/aqua/terminal-notifier/Portfile	2015-01-13 15:09:29 UTC (rev 131517)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 PortGroup       github 1.0
 PortGroup       xcode 1.0
+PortGroup       xcodeversion 1.0
 
 github.setup    alloy terminal-notifier 1.6.2
 categories      aqua
@@ -16,6 +17,8 @@
                 Notification Center, which is available in Mac OS X \
                 10.8 Mountain Lion or later.
 
+minimum_xcodeversions {12 5.0}
+
 pre-fetch {
     if {${os.platform} eq "darwin" && ${os.major} < 12} {
         ui_error "${name} only works with Mac OS X 10.8 Mountain Lion or later."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150113/6e0337d8/attachment.html>


More information about the macports-changes mailing list