id summary reporter owner description type status priority milestone component version resolution keywords cc port 4823 tags can't have underscores or dashes yeled@… macports-tickets@… "This is the code in portfetch.tcl: {{{ proc getdisttag {name} { if {[regexp {.+:([0-9A-Za-z_-]+)} $name match tag]} { return $tag } else { return """" } } }}} yet if you add a a tag (like vim had for +aqua) with an underscore or a dash, it fails and falls back to the master_sites {{{ ---> Fetching vim Error: No defined site for tag: app_aqua, using master_sites }}} " defect closed Normal base 1.0 fixed pguyot