Opened 9 years ago
Closed 9 years ago
#47917 closed defect (fixed)
FileZilla: Portfile does not parse and so the port is not in the Portindex
Reported by: | mf2k (Frank Schima) | Owned by: | mojca (Mojca Miklavec) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.99 |
Keywords: | Cc: | rudloff@… | |
Port: | FileZilla |
Description
Subject says it all. I assume it does not like the dash. I leave it to you to rename it.
$ port -v sync ... Failed to parse file www/FileZilla/Portfile: Variant name wxwidgets30-libcxx contains invalid characters Adding port x11/wine-devel Total number of ports parsed: 102 Ports successfully parsed: 101 Ports failed: 1 Up-to-date ports skipped: 23067
Change History (7)
comment:1 Changed 9 years ago by mf2k (Frank Schima)
Cc: | rudloff@… added |
---|
comment:2 follow-up: 3 Changed 9 years ago by mojca (Mojca Miklavec)
comment:4 Changed 9 years ago by mojca (Mojca Miklavec)
Aha, so '_'
is valid but '-'
is not?
I can correct that.
comment:6 Changed 9 years ago by mojca (Mojca Miklavec)
I committed r137011. Please close the ticket if it solves the problem.
comment:7 Changed 9 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Yes it works now!
Note: See
TracTickets for help on using
tickets.
Do you know why it fails to work for you, while it kept working all the time for everyone else? (The variant name hasn't change for months.)
I know that a dot is forbidden. I wasn't aware that dash would be invalid.
But anyway I would like to understand the problem first before acting.