sysutils/nut*: Remove bash_completion dependency

Even though bash completion scripts are installed, bash_completion
need not be installed, reducing the port and package footprint.
Should a person actually need bash_completion, it can be installed
separately by the user.

PR:		267214
Reported by:	Mel Pilgrim <ports.maintainer@evilphi.com>
MFH:		2022Q4
This commit is contained in:
Cy Schubert 2022-10-19 23:16:36 -07:00
parent 891b4b2227
commit 6d2af9e3f0
2 changed files with 2 additions and 7 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= nut
PORTVERSION= ${NUT_COMMIT_DATE}
PORTREVISION= 1
CATEGORIES= sysutils
PKGNAMESUFFIX= -devel
# MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/
@ -113,9 +114,6 @@ PDU_CONFIGURE_WITH= powerman
MODBUS_LIB_DEPENDS= libmodbus.so:comms/libmodbus
MODBUS_CONFIGURE_WITH= modbus
BASH_BUILD_DEPENDS= ${LOCALBASE}/share/bash-completion/bash_completion.sh:shells/bash-completion
BASH_RUN_DEPENDS= ${LOCALBASE}/share/bash-completion/bash_completion.sh:shells/bash-completion
AVAHI_BUILD_DEPENDS= ${LOCALBASE}/include/avahi-ui/avahi-ui.h:net/avahi-header
AVAHI_BUILD_DEPENDS= avahi-daemon:net/avahi-app
AVAHI_RUN_DEPENDS= avahi-daemon:net/avahi-app

View File

@ -1,6 +1,6 @@
PORTNAME= nut
PORTVERSION= 2.8.0
PORTREVISION= 12
PORTREVISION= 13
CATEGORIES= sysutils
MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/
@ -95,9 +95,6 @@ PDU_CONFIGURE_WITH= powerman
MODBUS_LIB_DEPENDS+= libmodbus.so:comms/libmodbus
MODBUS_CONFIGURE_WITH= modbus
BASH_BUILD_DEPENDS= ${LOCALBASE}/share/bash-completion/bash_completion.sh:shells/bash-completion
BASH_RUN_DEPENDS= ${LOCALBASE}/share/bash-completion/bash_completion.sh:shells/bash-completion
AVAHI_BUILD_DEPENDS= ${LOCALBASE}/include/avahi-ui/avahi-ui.h:net/avahi-header
AVAHI_BUILD_DEPENDS= avahi-daemon:net/avahi-app
AVAHI_RUN_DEPENDS= avahi-daemon:net/avahi-app