Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 May 2024 08:13:39 GMT
From:      Vasil Dimov <vd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d608a4fe1f0e - main - net-p2p/clboss: upgrade from 0.13 to 0.13.1
Message-ID:  <202405080813.4488DdTb089332@gitrepo.freebsd.org>

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

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

commit d608a4fe1f0eb4352b8db245b4ebb46be92660d2
Author:     Vasil Dimov <vd@FreeBSD.org>
AuthorDate: 2024-05-08 08:13:00 +0000
Commit:     Vasil Dimov <vd@FreeBSD.org>
CommitDate: 2024-05-08 08:13:33 +0000

    net-p2p/clboss: upgrade from 0.13 to 0.13.1
---
 net-p2p/clboss/Makefile                      |  2 +-
 net-p2p/clboss/distinfo                      |  6 +++---
 net-p2p/clboss/files/patch-Util_Compiler.hpp | 11 -----------
 3 files changed, 4 insertions(+), 15 deletions(-)

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 <features.h>
- // We need a GCC patch here due the following bug
- // <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107134>;



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