Date: Mon, 9 May 2022 18:11:19 GMT From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3c17b06cc193 - main - sysutils/nut*: Use canned options descriptions Message-ID: <202205091811.249IBJEa086165@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c17b06cc193f3f7b2175601ce0b4950ac07bf17 commit 3c17b06cc193f3f7b2175601ce0b4950ac07bf17 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-05-03 15:57:02 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-05-09 17:49:26 +0000 sysutils/nut*: Use canned options descriptions Remove the descriptions already documented in Mk/bsd.options.desc.mk. PR: 263751 Reported by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> --- sysutils/nut-devel/Makefile | 3 --- sysutils/nut/Makefile | 3 --- 2 files changed, 6 deletions(-) diff --git a/sysutils/nut-devel/Makefile b/sysutils/nut-devel/Makefile index 59884c8bba7a..efdcda3a5d64 100644 --- a/sysutils/nut-devel/Makefile +++ b/sysutils/nut-devel/Makefile @@ -40,12 +40,9 @@ OPTIONS_SINGLE_SSL= SSL_OFF OPENSSL NSS SERIAL_DESC= SERIAL support USB_DESC= USB support -SNMP_DESC= SNMP support NEON_DESC= NEON XML/HTTP support PDU_DESC= Powerman PDU support CGI_DESC= Web CGI interface -BASH_DESC= Bash Completion support -AVAHI_DESC= Avahi support IPMI_OFF_DESC= No IPMI support FREEIPMI_DESC= freeipmi support IPMIPSU_DESC= Use nut-ipmipsu support (experimental) diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index 88b04128fefd..ba58c632e617 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -32,12 +32,9 @@ OPTIONS_SINGLE_SSL= SSL_OFF OPENSSL NSS SERIAL_DESC= SERIAL support USB_DESC= USB support -SNMP_DESC= SNMP support NEON_DESC= NEON XML/HTTP support PDU_DESC= Powerman PDU support CGI_DESC= Web CGI interface -BASH_DESC= Bash Completion support -AVAHI_DESC= Avahi support IPMI_OFF_DESC= No IPMI support FREEIPMI_DESC= freeipmi support IPMIPSU_DESC= Use nut-ipmipsu support (experimental)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205091811.249IBJEa086165>