summaryrefslogtreecommitdiff
path: root/irc/weechat
diff options
context:
space:
mode:
Diffstat (limited to 'irc/weechat')
-rw-r--r--irc/weechat/Makefile2
-rw-r--r--irc/weechat/distinfo6
-rw-r--r--irc/weechat/patch39
3 files changed, 4 insertions, 43 deletions
diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile
index 8581028762de..a2297bf9fe2e 100644
--- a/irc/weechat/Makefile
+++ b/irc/weechat/Makefile
@@ -1,5 +1,5 @@
PORTNAME= weechat
-PORTVERSION= 4.6.2
+PORTVERSION= 4.6.3
CATEGORIES= irc
MASTER_SITES= https://weechat.org/files/src/
diff --git a/irc/weechat/distinfo b/irc/weechat/distinfo
index 0b094432a522..1b7085e436cf 100644
--- a/irc/weechat/distinfo
+++ b/irc/weechat/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1745150286
-SHA256 (weechat-4.6.2.tar.xz) = 0fa0242a18116fe27f746dbb822121805da6bb5dbd40750d42c63306e4896628
-SIZE (weechat-4.6.2.tar.xz) = 2763244
+TIMESTAMP = 1746958439
+SHA256 (weechat-4.6.3.tar.xz) = 5c0b5efa969b873c4be582019b18523ee403e7430b8223825bcdb44a89f5815d
+SIZE (weechat-4.6.3.tar.xz) = 2763576
diff --git a/irc/weechat/patch b/irc/weechat/patch
deleted file mode 100644
index 48ab4bee5e71..000000000000
--- a/irc/weechat/patch
+++ /dev/null
@@ -1,39 +0,0 @@
-diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile
-index dba99258c7..770bb3aad8 100644
---- a/irc/weechat/Makefile
-+++ b/irc/weechat/Makefile
-@@ -1,5 +1,5 @@
- PORTNAME= weechat
--PORTVERSION= 4.2.2
-+PORTVERSION= 4.3.0
- CATEGORIES= irc
- MASTER_SITES= https://weechat.org/files/src/
-
-@@ -20,8 +20,8 @@ USE_LDCONFIG= yes
-
- CMAKE_ARGS= -DLIBDATADIR=${LOCALBASE}/libdata
-
--OPTIONS_DEFINE= BACKTRACE DOCS HEADLESS ICON ICONV MANPAGES NLS ZSTD
--OPTIONS_DEFAULT= ASPELL BACKTRACE CHARSET HEADLESS ICON LUA MANPAGES \
-+OPTIONS_DEFINE= API BACKTRACE DOCS HEADLESS ICON ICONV MANPAGES NLS ZSTD
-+OPTIONS_DEFAULT= API ASPELL BACKTRACE CHARSET HEADLESS ICON LUA MANPAGES \
- NLS PERL PYTHON RUBY TCL TYPING ZSTD
- OPTIONS_SUB= yes
-
-@@ -29,6 +29,7 @@ OPTIONS_GROUP= PLUGINS
- OPTIONS_GROUP_PLUGINS= ASPELL CHARSET GUILE JAVASCRIPT LUA PERL PHP PYTHON \
- RUBY TCL TYPING
-
-+API_DESC= HTTP REST API
- BACKTRACE_DESC= Provide crash backtraces
- CHARSET_DESC= Charset plugin (implies ICONV)
- GUILE_DESC= Guile script support
-@@ -44,6 +45,8 @@ TYPING_DESC= Typing status plugin
- ${_opt}_CMAKE_BOOL= ENABLE_${_opt}
- .endfor
-
-+API_CMAKE_BOOL= ENABLE_CJSON
-+API_LIB_DEPENDS= libcjson.so:devel/libcjson
- ASPELL_CMAKE_BOOL= ENABLE_SPELL
- ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell
- CHARSET_IMPLIES= ICONV