[54313] trunk/dports/aqua

toby at macports.org toby at macports.org
Fri Jul 24 12:05:01 PDT 2009


Revision: 54313
          http://trac.macports.org/changeset/54313
Author:   toby at macports.org
Date:     2009-07-24 12:05:01 -0700 (Fri, 24 Jul 2009)
Log Message:
-----------
remove darwin 6

Modified Paths:
--------------
    trunk/dports/aqua/Books/Portfile
    trunk/dports/aqua/Fluid/Portfile
    trunk/dports/aqua/Lingon/Portfile
    trunk/dports/aqua/Smultron/Portfile

Modified: trunk/dports/aqua/Books/Portfile
===================================================================
--- trunk/dports/aqua/Books/Portfile	2009-07-24 18:56:26 UTC (rev 54312)
+++ trunk/dports/aqua/Books/Portfile	2009-07-24 19:05:01 UTC (rev 54313)
@@ -24,14 +24,6 @@
 use_bzip2       yes
 extract.suffix  .tbz
 
-platform darwin 6 {
-pre-fetch {
-return -code error "\n
-    ${name} ${version} will not install on less than OS X 10.4 and there isn't a
-    a ${name} 2.x port contributed as yet to accomodate 10.3.9\n"
-}
-}
-
 platform darwin 7 {
 pre-fetch {
 return -code error "\n

Modified: trunk/dports/aqua/Fluid/Portfile
===================================================================
--- trunk/dports/aqua/Fluid/Portfile	2009-07-24 18:56:26 UTC (rev 54312)
+++ trunk/dports/aqua/Fluid/Portfile	2009-07-24 19:05:01 UTC (rev 54313)
@@ -23,13 +23,6 @@
 distname            ${name}_${version}
 use_zip             yes
 
-platform darwin 6 {
-pre-fetch {
-return -code error "\n
-    ${name} requires Mac OS X 10.5 or later.\n"
-}
-}
-
 platform darwin 7 {
 pre-fetch {
 return -code error "\n

Modified: trunk/dports/aqua/Lingon/Portfile
===================================================================
--- trunk/dports/aqua/Lingon/Portfile	2009-07-24 18:56:26 UTC (rev 54312)
+++ trunk/dports/aqua/Lingon/Portfile	2009-07-24 19:05:01 UTC (rev 54313)
@@ -23,14 +23,13 @@
 distname		${name}Source-${version}
 
 pre-fetch {
-    if {[variant_isset darwin_6] || [variant_isset darwin_7] || [variant_isset darwin_8]} {
+    if {[variant_isset darwin_7] || [variant_isset darwin_8]} {
         return -code error "${name} ${version} only builds on Mac OS X Leopard (10.5.x). Sorry."
     }
 }
 
 use_configure		no
 
-platform darwin 6 { }
 platform darwin 7 { }
 platform darwin 8 { }
 

Modified: trunk/dports/aqua/Smultron/Portfile
===================================================================
--- trunk/dports/aqua/Smultron/Portfile	2009-07-24 18:56:26 UTC (rev 54312)
+++ trunk/dports/aqua/Smultron/Portfile	2009-07-24 19:05:01 UTC (rev 54313)
@@ -32,14 +32,13 @@
 distname		${name}Source-${version}
 
 pre-fetch {
-    if {[variant_isset darwin_6] || [variant_isset darwin_7] || [variant_isset darwin_8]} {
+    if {[variant_isset darwin_7] || [variant_isset darwin_8]} {
         return -code error "${name} ${version} only builds on Mac OS X Leopard (10.5.x). Sorry."
     }
 }
 
 use_configure		no
 
-platform darwin 6 { }
 platform darwin 7 { }
 platform darwin 8 { }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090724/0935f966/attachment.html>


More information about the macports-changes mailing list