Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 2024 18:31:17 GMT
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fbbaf7bb0630 - main - irc/weechat: Update to 4.5.0
Message-ID:  <202412181831.4BIIVHTM051354@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brnrd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fbbaf7bb06309a9883264a30da1241096c76c180

commit fbbaf7bb06309a9883264a30da1241096c76c180
Author:     Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2024-12-18 18:31:14 +0000
Commit:     Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2024-12-18 18:31:14 +0000

    irc/weechat: Update to 4.5.0
---
 irc/weechat/Makefile                   | 2 +-
 irc/weechat/distinfo                   | 6 +++---
 irc/weechat/files/patch-CMakeLists.txt | 8 --------
 3 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile
index 043194548dc1..e28a8bbd4928 100644
--- a/irc/weechat/Makefile
+++ b/irc/weechat/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	weechat
-PORTVERSION=	4.4.4
+PORTVERSION=	4.5.0
 CATEGORIES=	irc
 MASTER_SITES=	https://weechat.org/files/src/
 
diff --git a/irc/weechat/distinfo b/irc/weechat/distinfo
index 6acfa6dfcdaf..63a44fcae54b 100644
--- a/irc/weechat/distinfo
+++ b/irc/weechat/distinfo
@@ -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
diff --git a/irc/weechat/files/patch-CMakeLists.txt b/irc/weechat/files/patch-CMakeLists.txt
index 0e66921cdef3..34859ef0afb6 100644
--- a/irc/weechat/files/patch-CMakeLists.txt
+++ b/irc/weechat/files/patch-CMakeLists.txt
@@ -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()



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412181831.4BIIVHTM051354>