[Bug 275185] dns/renewck: Fix duplicate "-d" short cmdline option
Date: Sat, 18 Nov 2023 20:55:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275185 Bug ID: 275185 Summary: dns/renewck: Fix duplicate "-d" short cmdline option Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: yz@yz.kiev.ua Created attachment 246408 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=246408&action=edit Patch for dns/renewck (add patch and bump port revision) This patch fixes `Duplicate specification "domain|d:s" for option "d"` error. The fix was provided by `renewck` author: Sergey Poznyakoff <gray@gnu.org.ua> Quoting original email text from Sergey: > Thanks for reporting that. What happens is that the code defined short > option -d equivalent to two different long options: --debug (line 421) > and --domain (line 440). The warning you get just draws attention > to the fact (apparently it is reported by newer versions of > Getopt::Long). Please find attached a patch that fixes it. -- You are receiving this mail because: You are the assignee for the bug.