diff --git a/net-p2p/clboss/Makefile b/net-p2p/clboss/Makefile index 51501c3325c3..3248431f376c 100644 --- a/net-p2p/clboss/Makefile +++ b/net-p2p/clboss/Makefile @@ -1,7 +1,7 @@ PORTNAME= clboss DISTVERSIONPREFIX= v # To build from an arbitrary git commit comment DISTVERSION -DISTVERSION= 0.13 +DISTVERSION= 0.13.1 # and uncomment the following two lines (use for example -gf8d8348c where f8d8348c is a commit hash) #DISTVERSION= 0 #DISTVERSIONSUFFIX= -g0673c50e7 diff --git a/net-p2p/clboss/distinfo b/net-p2p/clboss/distinfo index 851bbb3aff8a..e7449830c612 100644 --- a/net-p2p/clboss/distinfo +++ b/net-p2p/clboss/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1707722279 -SHA256 (ZmnSCPxj-clboss-v0.13_GH0.tar.gz) = 5eec4df9116159e56c86beeb80933a997afc5bc46eb18057f9fd670c81830ff4 -SIZE (ZmnSCPxj-clboss-v0.13_GH0.tar.gz) = 2947305 +TIMESTAMP = 1715154453 +SHA256 (ZmnSCPxj-clboss-v0.13.1_GH0.tar.gz) = 963ea89826b0ccc0bf754f2391b9e7742f01af54821bcfd7bbf651508d0f238f +SIZE (ZmnSCPxj-clboss-v0.13.1_GH0.tar.gz) = 2947982 diff --git a/net-p2p/clboss/files/patch-Util_Compiler.hpp b/net-p2p/clboss/files/patch-Util_Compiler.hpp deleted file mode 100644 index 85e99d369ba9..000000000000 --- a/net-p2p/clboss/files/patch-Util_Compiler.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- Util/Compiler.hpp.orig 2024-02-12 08:08:33 UTC -+++ Util/Compiler.hpp -@@ -1,7 +1,7 @@ - #ifndef COMPILER_H_ - #define COMPILER_H_ - --#ifdef __GNUC__ -+#if defined(__GNUC__) && !defined(__clang__) - #include - // We need a GCC patch here due the following bug - //