Opened 19 years ago

Last modified 8 years ago

#4823 closed defect

tags can't have underscores or dashes — at Initial Version

Reported by: yeled@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: base Version: 1.0
Keywords: Cc:
Port:

Description

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

Change History (0)

Note: See TracTickets for help on using tickets.