#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 17 months ago by ryandesign (Ryan Carsten Schmidt)

Yup, it's because there is a code path (when ${os.major} <= 11) where github.setup is not called. Probably simplest to change the first github.setup call (that's currently conditional on ${os.major} > 11) to be unconditional.

Version 0, edited 17 months ago by ryandesign (Ryan Carsten Schmidt) (next)

comment:2 Changed 15 months ago by ryandesign (Ryan Carsten Schmidt)

Cc: kencu added

Has duplicate #67884.

Last edited 15 months ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:3 Changed 15 months ago by Ken <21211439+kencu@…>

Resolution: fixed
Status: assignedclosed

In ab631efe21bc513ec0a32de98129c5029e530d55/macports-ports (master):

McBopomofo: fix parsing on Tiger

closes: #67522

Note: See TracTickets for help on using tickets.