[98152] trunk/dports/sysutils/cliclick/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Sep 26 08:54:50 PDT 2012


Revision: 98152
          http://trac.macports.org//changeset/98152
Author:   ryandesign at macports.org
Date:     2012-09-26 08:54:50 -0700 (Wed, 26 Sep 2012)
Log Message:
-----------
cliclick: update to 2.1; prevent install on Tiger

Modified Paths:
--------------
    trunk/dports/sysutils/cliclick/Portfile

Modified: trunk/dports/sysutils/cliclick/Portfile
===================================================================
--- trunk/dports/sysutils/cliclick/Portfile	2012-09-26 15:45:39 UTC (rev 98151)
+++ trunk/dports/sysutils/cliclick/Portfile	2012-09-26 15:54:50 UTC (rev 98152)
@@ -4,7 +4,7 @@
 PortSystem                  1.0
 
 name                        cliclick
-version                     2.0
+version                     2.1
 platforms                   macosx
 categories                  sysutils
 maintainers                 ryandesign
@@ -25,9 +25,16 @@
 distname                    ${name}
 dist_subdir                 ${name}/${version}
 
-checksums                   rmd160  d2f8b80e183a1d40b7b06e1596f66d69ade04763 \
-                            sha256  537683c8458ae2cea9038732c574e501d34b164e719f6a9437cd6a1ffe7b2edc
+checksums                   rmd160  83945594fae5dd6fb4a03edb6443a1e66e45ef5f \
+                            sha256  455926059facffa7e0f4fcc34ef12f2bf1cf92b3587ff8d584689a0e278dd33a
 
+pre-fetch {
+    if {${os.major} < 9} {
+        ui_error "${name} requires OS X 10.5 or greater."
+        return -code error "incompatible OS X version"
+    }
+}
+
 use_configure               no
 
 build {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120926/849f5b71/attachment.html>


More information about the macports-changes mailing list