Changeset 99319


Ignore:
Timestamp:
Nov 1, 2012, 2:43:55 AM (12 years ago)
Author:
ryandesign@…
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/_resources/port1.0/group/php-1.1.tcl

    r99317 r99319  
    365365pre-livecheck {
    366366    global name subport version php._first_version
    367     if {${name} != ${subport} && ${version} == ${php._first_version}} {
     367    if {${name} != ${subport} && ${name} != "php" && ${version} == ${php._first_version}} {
    368368        livecheck.type          none
    369369    }
Note: See TracChangeset for help on using the changeset viewer.