[74326] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Sun Dec 12 13:14:39 PST 2010


Revision: 74326
          http://trac.macports.org/changeset/74326
Author:   ryandesign at macports.org
Date:     2010-12-12 13:14:34 -0800 (Sun, 12 Dec 2010)
Log Message:
-----------
php5, php5-devel: explain to users there is no suhosin patch for PHP 5.3.4 yet; see #27652

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

Modified: trunk/dports/lang/php5/Portfile
===================================================================
--- trunk/dports/lang/php5/Portfile	2010-12-12 20:29:56 UTC (rev 74325)
+++ trunk/dports/lang/php5/Portfile	2010-12-12 21:14:34 UTC (rev 74326)
@@ -213,6 +213,7 @@
             ui_error "The suhosin variant requires Mac OS X 10.5 or greater."
             return -code error "incompatible Mac OS X version"
         }
+        return -code error "there is no suhosin patch for PHP ${version} yet"
     }
     set suhosin_patch_version   ${version}-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	2010-12-12 20:29:56 UTC (rev 74325)
+++ trunk/dports/lang/php5-devel/Portfile	2010-12-12 21:14:34 UTC (rev 74326)
@@ -216,6 +216,7 @@
             ui_error "The suhosin variant requires Mac OS X 10.5 or greater."
             return -code error "incompatible Mac OS X version"
         }
+        return -code error "there is no suhosin patch for PHP ${version} yet"
     }
 #    set suhosin_patch_version   ${version}-0.9.9.1
     set suhosin_patch_version   5.3.2-0.9.9.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101212/f1a940fb/attachment.html>


More information about the macports-changes mailing list