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

snc at macports.org snc at macports.org
Thu Oct 10 10:02:15 PDT 2013


Revision: 112053
          https://trac.macports.org/changeset/112053
Author:   snc at macports.org
Date:     2013-10-10 10:02:15 -0700 (Thu, 10 Oct 2013)
Log Message:
-----------
xrg: update to 1.7.3

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

Modified: trunk/dports/aqua/xrg/Portfile
===================================================================
--- trunk/dports/aqua/xrg/Portfile	2013-10-10 16:59:43 UTC (rev 112052)
+++ trunk/dports/aqua/xrg/Portfile	2013-10-10 17:02:15 UTC (rev 112053)
@@ -5,9 +5,8 @@
 PortGroup       xcode 1.0
 PortGroup           github 1.0
 
-github.setup        mikepj XRG 1.7.0 XRG_
+github.setup        mikepj XRG 1.7.3 XRG_
 name                xrg
-revision            1
 categories-append   sysutils
 maintainers     snc openmaintainer
 license             GPL-2+
@@ -30,11 +29,15 @@
             ui_error "${name} requires OS X 10.6 or newer."
             return -code error "incompatible OS X version"
         }
+        if {${os.major} > 13} {
+            ui_error "${name} requires OS X 10.9 or older."
+            return -code error "incompatible OS X version"
+        }
     }
 }
 
-checksums           rmd160  0eedcfa243794d1cd522b42db2a2bc819df0768e \
-                    sha256  dc22b9afa017b726b1135f94eea2ff536dc83a6ca7bb642efb66f0e1e9c270a9
+checksums           rmd160  6f09896039659da02a5a90e7e6ad80e65ba3f314 \
+                    sha256  7f8f2ac32c0024228dfb7d3cec37e76c4f106fde909d61027660e72183642da7
 
 livecheck.type      regex
 livecheck.url       ${homepage}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131010/d8381337/attachment.html>


More information about the macports-changes mailing list