Opened 3 years ago

Last modified 3 years ago

#61928 accepted defect

mythtv-pkg.28, mysql55-connector-cpp: invalid port entry

Reported by: harens (Haren S) Owned by: ctreleaven (Craig Treleaven)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: mysql55-connector-cpp, mythtv-pkg.28

Description

Running port search on both ports results in the output stating that there is no match. A description should be added to both of them to fix this error.

> port search --name mythtv-pkg.28
Invalid port entry for mythtv-pkg.28, missing description
No match for mythtv-pkg.28 found

> port search --name mysql55-connector-cpp
Invalid port entry for mysql55-connector-cpp, missing description
No match for mysql55-connector-cpp found

Change History (3)

comment:1 Changed 3 years ago by jmroot (Joshua Root)

Yes; they're actually missing both description options:

% port lint mysql55-connector-cpp mythtv-pkg.28
--->  Verifying Portfile for mysql55-connector-cpp
Error: Missing required variable: description
Error: Missing required variable: long_description
--->  2 errors and 0 warnings found.
--->  Verifying Portfile for mythtv-pkg.28
Warning: Line 55 contains tab but modeline says tabs should be expanded
Warning: Line 57 contains tab but modeline says tabs should be expanded
Error: Missing required variable: description
Error: Missing required variable: long_description
--->  2 errors and 2 warnings found.

comment:2 Changed 3 years ago by jmroot (Joshua Root)

In 5be06735e505a969900cca7386ba6d5337d23989/macports-ports (master):

mysql55-connector-cpp: fix missing description

See: #61928

comment:3 Changed 3 years ago by ctreleaven (Craig Treleaven)

Status: assignedaccepted

The subport mythtv-pkg.28 should just be removed. I had developed a similar target for the 0.27 branch while evolving the process of building a standalone binary installer (via mkpg). In 0.28, the top-level 'mythtv.28' port serves that purpose.

Note: See TracTickets for help on using tickets.