1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/dns/renewck/Makefile
George L. Yermulnik 373bf47474 dns/renewck: Fix duplicate "-d" short cmdline option
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.

PR:		275185
2023-11-24 01:12:32 -05:00

24 lines
547 B
Makefile

PORTNAME= renewck
DISTVERSION= 1.01
PORTREVISION= 1
CATEGORIES= dns perl5
MASTER_SITES= http://download.gnu.org.ua/pub/release/dnstools/
MAINTAINER= ports@FreeBSD.org
COMMENT= Check for expiring domains and send email notifications
WWW= https://man.gnu.org.ua/manpage/?1+renewck
LICENSE= GPLv3+
RUN_DEPENDS= p5-Time-modules>0:devel/p5-Time-modules \
p5-Mail-Tools>0:mail/p5-Mail-Tools \
p5-GDBM>0:databases/p5-GDBM
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
PLIST_FILES= bin/renewck ${SITE_MAN1}/renewck.1.gz
.include <bsd.port.mk>