bluez: Pkgfile testing wrong port for optional man page generation #9

Closed
opened 2024-04-06 03:12:37 +02:00 by darfo · 1 comment

docutils is now python3-docutils. The Pkgfile needs an update if man pages are wanted:

<   prt-get isinst docutils || PKGMK_BLUEZ+=' --disable-manpages'
---
>   prt-get isinst python3-docutils || PKGMK_BLUEZ+=' --disable-manpages'
docutils is now python3-docutils. The Pkgfile needs an update if man pages are wanted: ``` < prt-get isinst docutils || PKGMK_BLUEZ+=' --disable-manpages' --- > prt-get isinst python3-docutils || PKGMK_BLUEZ+=' --disable-manpages' ```
tb changed title from Pkgfile testing wrong port for optional man page generation to bluez: Pkgfile testing wrong port for optional man page generation 2024-04-06 15:21:25 +02:00
tb self-assigned this 2024-04-06 15:21:29 +02:00
tb closed this issue 2024-04-06 19:28:45 +02:00
Owner

Thanks for the report @darfo

Thanks for the report @darfo
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ports/contrib#9
No description provided.