diff options
Diffstat (limited to 'irc/weechat')
-rw-r--r-- | irc/weechat/Makefile | 4 | ||||
-rw-r--r-- | irc/weechat/distinfo | 6 | ||||
-rw-r--r-- | irc/weechat/patch | 39 |
3 files changed, 4 insertions, 45 deletions
diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile index a2297bf9fe2e..ec7f4b1e42c4 100644 --- a/irc/weechat/Makefile +++ b/irc/weechat/Makefile @@ -1,5 +1,5 @@ PORTNAME= weechat -PORTVERSION= 4.6.3 +PORTVERSION= 4.7.1 CATEGORIES= irc MASTER_SITES= https://weechat.org/files/src/ @@ -77,8 +77,6 @@ post-patch: @${REINPLACE_CMD} 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/$f . endfor .endif - @${REINPLACE_CMD} 's|python${PYTHON_MAJOR_VER}|python-${PYTHON_VER}|' \ - ${WRKSRC}/cmake/FindPython.cmake post-patch-ICON-off: @${REINPLACE_CMD} -e '/^# icon$$/,/^$$/d' ${WRKSRC}/CMakeLists.txt diff --git a/irc/weechat/distinfo b/irc/weechat/distinfo index 1b7085e436cf..92b132787832 100644 --- a/irc/weechat/distinfo +++ b/irc/weechat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746958439 -SHA256 (weechat-4.6.3.tar.xz) = 5c0b5efa969b873c4be582019b18523ee403e7430b8223825bcdb44a89f5815d -SIZE (weechat-4.6.3.tar.xz) = 2763576 +TIMESTAMP = 1755500823 +SHA256 (weechat-4.7.1.tar.xz) = e83fb71ca251c5dd74bd9c5a6bd3f85dc2eb8ecec0955f43c07f3e0911edb7d3 +SIZE (weechat-4.7.1.tar.xz) = 2768340 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 |