[72442] trunk/dports/devel/kdiff3/Portfile

jmr at macports.org jmr at macports.org
Fri Oct 15 03:46:56 PDT 2010


Revision: 72442
          http://trac.macports.org/changeset/72442
Author:   jmr at macports.org
Date:     2010-10-15 03:46:53 -0700 (Fri, 15 Oct 2010)
Log Message:
-----------
kdiff3: disallow Xcode 3.0 (#17471)

Modified Paths:
--------------
    trunk/dports/devel/kdiff3/Portfile

Modified: trunk/dports/devel/kdiff3/Portfile
===================================================================
--- trunk/dports/devel/kdiff3/Portfile	2010-10-15 10:00:47 UTC (rev 72441)
+++ trunk/dports/devel/kdiff3/Portfile	2010-10-15 10:46:53 UTC (rev 72442)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           xcodeversion 1.0
 
 name                kdiff3
 version             0.9.92
@@ -36,5 +37,7 @@
 
 build.env           ${configure.env}
 
+minimum_xcodeversions {9 3.1}
+
 livecheck.type      regex
 livecheck.regex     "Current version: (\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101015/04123b69/attachment.html>


More information about the macports-changes mailing list