[77009] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Thu Mar 17 16:09:15 PDT 2011


Revision: 77009
          http://trac.macports.org/changeset/77009
Author:   ryandesign at macports.org
Date:     2011-03-17 16:09:15 -0700 (Thu, 17 Mar 2011)
Log Message:
-----------
php5, php5-devel: indicate that there is no suhosin patch yet

Modified Paths:
--------------
    trunk/dports/lang/php5/Portfile
    trunk/dports/lang/php5-devel/Portfile

Modified: trunk/dports/lang/php5/Portfile
===================================================================
--- trunk/dports/lang/php5/Portfile	2011-03-17 21:52:41 UTC (rev 77008)
+++ trunk/dports/lang/php5/Portfile	2011-03-17 23:09:15 UTC (rev 77009)
@@ -184,6 +184,10 @@
             ui_error "The suhosin variant requires Mac OS X 10.5 or greater."
             return -code error "incompatible Mac OS X version"
         }
+        if {1} {
+            ui_error "There is no suhosin patch for PHP ${version} yet. Please check back later."
+            return -code error "unavailable variant"
+        }
     }
     set suhosin_patch_version   5.3.4-0.9.10
     set suhosin_patch           suhosin-patch-${suhosin_patch_version}.patch.gz

Modified: trunk/dports/lang/php5-devel/Portfile
===================================================================
--- trunk/dports/lang/php5-devel/Portfile	2011-03-17 21:52:41 UTC (rev 77008)
+++ trunk/dports/lang/php5-devel/Portfile	2011-03-17 23:09:15 UTC (rev 77009)
@@ -183,6 +183,10 @@
             ui_error "The suhosin variant requires Mac OS X 10.5 or greater."
             return -code error "incompatible Mac OS X version"
         }
+        if {1} {
+            ui_error "There is no suhosin patch for PHP ${version} yet. Please check back later."
+            return -code error "unavailable variant"
+        }
     }
 #    set suhosin_patch_version   ${version}-0.9.9.1
     set suhosin_patch_version   5.3.4-0.9.10
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110317/dd42f41b/attachment.html>


More information about the macports-changes mailing list