Revision
121521
Author
ryandesign@macports.org
Date
2014-06-28 01:14:45 -0700 (Sat, 28 Jun 2014)

Log Message

php: revbump php53-intl to rebuild with icu 53 (#43983)

Modified Paths

Diff

Modified: trunk/dports/lang/php/Portfile (121520 => 121521)


--- trunk/dports/lang/php/Portfile	2014-06-28 08:08:31 UTC (rev 121520)
+++ trunk/dports/lang/php/Portfile	2014-06-28 08:14:45 UTC (rev 121521)
@@ -604,6 +604,10 @@
 }
 
 subport ${php}-intl {
+    if {[vercmp ${php.branch} 5.4] < 0} {
+        revision            1
+    }
+
     categories-append       devel
     
     description             internationalization extension for PHP