Ticket #40831: github-1.0.tcl.2.diff

File github-1.0.tcl.2.diff, 584 bytes (added by dliessi (Davide Liessi), 11 years ago)
  • github-1.0.tcl

    old new  
    7070    github.version          ${gh_version}
    7171    github.tag_prefix       ${gh_tag_prefix}
    7272
    73     name                    ${github.project}
     73    global PortInfo
     74    if {!([info exists PortInfo(name)] && (${PortInfo(name)} ne ${github.project}))} {
     75        name                ${github.project}
     76    }
     77
    7478    version                 ${github.version}
    7579    homepage                ${github.homepage}
    7680    git.url                 ${github.homepage}.git