Changes between Initial Version and Version 4 of Ticket #4823


Ignore:
Timestamp:
Mar 24, 2016, 4:48:59 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4823

    • Property Cc pguyot@… added
    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #4823 – Description

    initial v4  
    11This is the code in portfetch.tcl:
    22
     3{{{
    34proc getdisttag {name} {                                                       
    45    if {[regexp {.+:([0-9A-Za-z_-]+)} $name match tag]} {                       
     
    89    }                                                                           
    910}                                                                               
     11}}}
    1012
    1113yet if you add a a tag (like vim had for +aqua) with an underscore or a dash, it fails and falls back to the
    1214master_sites
    1315
     16{{{
    1417   --->  Fetching vim Error: No defined site for tag: app_aqua, using master_sites
     18}}}