[129317] trunk/dports/aqua/ShiftIt/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Dec 9 23:49:21 PST 2014


Revision: 129317
          https://trac.macports.org/changeset/129317
Author:   ryandesign at macports.org
Date:     2014-12-09 23:49:20 -0800 (Tue, 09 Dec 2014)
Log Message:
-----------
ShiftIt: display notes applicable only to 10.9 and later only on 10.9 and later; don't hardcode newlines; use ${homepage} variable

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

Modified: trunk/dports/aqua/ShiftIt/Portfile
===================================================================
--- trunk/dports/aqua/ShiftIt/Portfile	2014-12-10 04:34:28 UTC (rev 129316)
+++ trunk/dports/aqua/ShiftIt/Portfile	2014-12-10 07:49:20 UTC (rev 129317)
@@ -33,8 +33,13 @@
 xcode.target        ShiftIt
 xcode.configuration Release
 
-notes "
-If this is a new install and have OS X 10.9 or later, read this page instead
-of following the Accessibility settings dialog.
-https://github.com/fikovnik/ShiftIt/issues/110#issuecomment-20834932
+platform darwin {
+    if {${os.major} >= 13} {
+        notes-append "
+For new installs on OS X 10.9 or later, read this page instead\
+of following the Accessibility settings dialog:
+
+${homepage}/issues/110#issuecomment-20834932
 "
+    }
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141209/1acea314/attachment.html>


More information about the macports-changes mailing list