aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2023-10-08 04:45:07 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2023-10-08 04:45:07 +0000
commit38f33709d711262763e7a3bb79b3ba16e9addd7b (patch)
treebefc14c9abaff43d8c91bb35ead8e90e305e3992
parent52e0c40367d3ebd09ab7169e025c37fbf70b8dee (diff)
downloadports-38f33709d711262763e7a3bb79b3ba16e9addd7b.tar.gz
ports-38f33709d711262763e7a3bb79b3ba16e9addd7b.zip
irc/hexchat: Remove unneeded CA_BUNDLE option.
MFH: 2023Q4 Reviewed by: pkubaj Differential Revision: https://reviews.freebsd.org/D42073
-rw-r--r--irc/hexchat/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/irc/hexchat/Makefile b/irc/hexchat/Makefile
index 04a373677304..9a696a572f2a 100644
--- a/irc/hexchat/Makefile
+++ b/irc/hexchat/Makefile
@@ -1,6 +1,6 @@
PORTNAME= hexchat
DISTVERSION= 2.16.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= irc gnome
MASTER_SITES= https://dl.hexchat.net/hexchat/
@@ -36,20 +36,17 @@ SUB_FILES= pkg-message
PORTDOCS= *
-OPTIONS_DEFINE= CA_BUNDLE CANBERRA DBUS DOCS FISHLIM LUA PERL TEXTFE \
- SYSINFO
+OPTIONS_DEFINE= CANBERRA DBUS DOCS FISHLIM LUA PERL SYSINFO TEXTFE
-OPTIONS_DEFAULT= CA_BUNDLE CANBERRA DBUS PERL
+OPTIONS_DEFAULT= CANBERRA DBUS PERL
OPTIONS_SUB= yes
-CA_BUNDLE_DESC= Include CA bundle for SSL verification
CANBERRA_DESC= Audio support via Libcanberra
FISHLIM_DESC= FiSHLiM plugin
TEXTFE_DESC= Text frontend
SYSINFO_DESC= Sysinfo plugin
-CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
CANBERRA_LIB_DEPENDS= libcanberra.so:audio/libcanberra
CANBERRA_MESON_ON= -Dlibcanberra=enabled
CANBERRA_MESON_OFF= -Dlibcanberra=disabled