Ticket #55467: bitbucket-1.0.tcl.diff
File bitbucket-1.0.tcl.diff, 1.0 KB (added by nortcele, 7 years ago) |
---|
-
bitbucket-1.0.tcl
old new 76 76 } 77 77 78 78 proc bitbucket.setup {bb_author bb_project bb_version {bb_tag_prefix ""}} { 79 global bitbucket.author bitbucket.homepage bitbucket.master_sites bitbucket.project bitbucket.tag_prefix bitbucket.version extract.suffix 79 global bitbucket.author bitbucket.homepage bitbucket.master_sites bitbucket.project bitbucket.tag_prefix bitbucket.version extract.suffix PortInfo 80 80 81 81 bitbucket.author ${bb_author} 82 82 bitbucket.project ${bb_project} 83 83 bitbucket.version ${bb_version} 84 84 bitbucket.tag_prefix ${bb_tag_prefix} 85 85 86 name ${bitbucket.project} 86 if {!([info exists PortInfo(name)] && (${PortInfo(name)} ne ${bitbucket.project}))} { 87 name ${bitbucket.project} 88 } 87 89 version ${bitbucket.version} 88 90 homepage ${bitbucket.homepage} 89 91 hg.url ${bitbucket.homepage}