irc/weechat: Update to 4.5.0
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PORTNAME= weechat
|
||||
PORTVERSION= 4.4.4
|
||||
PORTVERSION= 4.5.0
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= https://weechat.org/files/src/
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1732970874
|
||||
SHA256 (weechat-4.4.4.tar.xz) = a8f4bb768c3d6ac3ea1eb4e6dc7a7bb2ee19b734a72cc58e063476dae8f3d077
|
||||
SIZE (weechat-4.4.4.tar.xz) = 2730520
|
||||
TIMESTAMP = 1734372543
|
||||
SHA256 (weechat-4.5.0.tar.xz) = b85e800af0f7c9f2d60d72c0f7e56abbaa60274a4d47be17407907292da30398
|
||||
SIZE (weechat-4.5.0.tar.xz) = 2745516
|
||||
|
||||
@@ -14,14 +14,6 @@
|
||||
option(ENABLE_IRC "Enable IRC plugin" ON)
|
||||
option(ENABLE_LOGGER "Enable Logger plugin" ON)
|
||||
option(ENABLE_RELAY "Enable Relay plugin" ON)
|
||||
@@ -208,6 +210,7 @@ add_definitions(-DHAVE_GCRYPT)
|
||||
# Check for libgcrypt
|
||||
pkg_check_modules(LIBGCRYPT REQUIRED libgcrypt)
|
||||
add_definitions(-DHAVE_GCRYPT)
|
||||
+add_definitions(${GCRYPT_CFLAGS})
|
||||
include_directories(${LIBGCRYPT_INCLUDE_DIRS})
|
||||
list(APPEND EXTRA_LIBS ${LIBGCRYPT_LDFLAGS})
|
||||
|
||||
@@ -233,10 +236,12 @@ endif()
|
||||
add_definitions(-DHAVE_CJSON)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user