Revision
99319
Author
ryandesign@macports.org
Date
2012-10-31 19:43:55 -0700 (Wed, 31 Oct 2012)

Log Message

php-1.1.tcl: exclude the php port from the livecheck disabling

Modified Paths

Diff

Modified: trunk/dports/_resources/port1.0/group/php-1.1.tcl (99318 => 99319)


--- trunk/dports/_resources/port1.0/group/php-1.1.tcl	2012-11-01 02:34:02 UTC (rev 99318)
+++ trunk/dports/_resources/port1.0/group/php-1.1.tcl	2012-11-01 02:43:55 UTC (rev 99319)
@@ -364,7 +364,7 @@
 
 pre-livecheck {
     global name subport version php._first_version
-    if {${name} != ${subport} && ${version} == ${php._first_version}} {
+    if {${name} != ${subport} && ${name} != "php" && ${version} == ${php._first_version}} {
         livecheck.type          none
     }
 }