[99319] trunk/dports/_resources/port1.0/group/php-1.1.tcl

ryandesign at macports.org ryandesign at macports.org
Wed Oct 31 19:43:55 PDT 2012


Revision: 99319
          http://trac.macports.org//changeset/99319
Author:   ryandesign at 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:
--------------
    trunk/dports/_resources/port1.0/group/php-1.1.tcl

Modified: trunk/dports/_resources/port1.0/group/php-1.1.tcl
===================================================================
--- 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
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121031/d11fa3e2/attachment.html>


More information about the macports-changes mailing list