Opened 5 years ago
Closed 5 years ago
#60257 closed defect (fixed)
libpostal-data @1.0.0: Error: No defined site for tag
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | amake (Aaron Madlon-Kay) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | Cc: | ||
Port: | libpostal-data |
Description
When fetching libpostal-data, these messages appear:
Error: No defined site for tag: parser, using master_sites Error: No defined site for tag: classifier, using master_sites Error: No defined site for tag: data, using master_sites
I see that you're using tags when setting distfiles, but are not defining any master_sites to correspond to those tags. It doesn't look like there's any reason to use tags, since all the distfiles are hosted in the same place, so the simplest fix would be to remove the tags.
Change History (2)
comment:1 Changed 5 years ago by amake (Aaron Madlon-Kay)
comment:2 Changed 5 years ago by Aaron Madlon-Kay <amake@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
I think I thought I needed tags in order to specify the checksums, but I see now that I can just use the file names. Thanks.