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 70 70 github.version ${gh_version} 71 71 github.tag_prefix ${gh_tag_prefix} 72 72 73 name ${github.project} 73 global PortInfo 74 if {!([info exists PortInfo(name)] && (${PortInfo(name)} ne ${github.project}))} { 75 name ${github.project} 76 } 77 74 78 version ${github.version} 75 79 homepage ${github.homepage} 76 80 git.url ${github.homepage}.git