Opened 18 months ago
Closed 16 months ago
#67522 closed defect (fixed)
McBopomofo portfile does not parse on Tiger
Reported by: | barracuda156 | Owned by: | barracuda156 |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | tiger | Cc: | kencu (Ken) |
Port: | McBopomofo |
Description
Failed to parse file aqua/McBopomofo/Portfile: can't read "worksrcpath": can't read "worksrcdir": can't read "distname": can't read "name": no such variable
Change History (3)
comment:1 Changed 18 months ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 16 months ago by ryandesign (Ryan Carsten Schmidt)
Cc: | kencu added |
---|
Has duplicate #67884.
comment:3 Changed 16 months ago by Ken <21211439+kencu@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Yup, it's because there is a code path where
github.setup
is not called. As a result,name
andversion
andhomepage
andmaster_sites
are not defined in those cases.