Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2024 17:47:58 GMT
From:      Zsolt Udvari <uzsolt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 3e07ec5fc79a - 2024Q2 - net-p2p/tremotesf: update to 2.6.2
Message-ID:  <202404291747.43THlwTe002474@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by uzsolt:

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

commit 3e07ec5fc79aeba1f97c38c375d5291d2e5066db
Author:     Anton Saietskii <vsasjason@gmail.com>
AuthorDate: 2024-04-27 05:22:30 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-04-29 17:41:17 +0000

    net-p2p/tremotesf: update to 2.6.2
    
    Add compiler:c++20-lang to USES.
    
    Changelog: https://github.com/equeim/tremotesf2/releases/tag/2.6.2
    
    PR:             278274
    Approved by:    Submitter is maintainer, diizzy (mentor)
    Differential Revision: https://reviews.freebsd.org/D44981
    
    (cherry picked from commit 1752db72ddd89f09363a4688342d1b5039fc9e44)
---
 net-p2p/tremotesf/Makefile | 5 +++--
 net-p2p/tremotesf/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/net-p2p/tremotesf/Makefile b/net-p2p/tremotesf/Makefile
index 1410fe0d1232..238f3867c0a4 100644
--- a/net-p2p/tremotesf/Makefile
+++ b/net-p2p/tremotesf/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	tremotesf
-DISTVERSION=	2.6.1
+DISTVERSION=	2.6.2
 CATEGORIES=	net-p2p
 
 MAINTAINER=	vsasjason@gmail.com
@@ -19,7 +19,8 @@ qt5_CONFLICTS_INSTALL=	${PORTNAME}-qt6
 qt6_PKGNAMESUFFIX=	-qt6
 qt6_CONFLICTS_INSTALL=	${PORTNAME}
 
-USES=		cmake:testing desktop-file-utils gettext-tools pkgconfig xorg
+USES=		cmake:testing compiler:c++20-lang desktop-file-utils \
+		gettext-tools pkgconfig xorg
 
 .if ${FLAVOR} == qt5
 USES+=		kde:5 qt:5
diff --git a/net-p2p/tremotesf/distinfo b/net-p2p/tremotesf/distinfo
index f0b50107893a..78bca7cebaaf 100644
--- a/net-p2p/tremotesf/distinfo
+++ b/net-p2p/tremotesf/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1710932801
-SHA256 (equeim-tremotesf2-2.6.1_GH0.tar.gz) = 4847c0bae6ea5ad25b770c6c8ac7faaa3c2062fb06417847bba3b201ee26497e
-SIZE (equeim-tremotesf2-2.6.1_GH0.tar.gz) = 761558
+TIMESTAMP = 1712658868
+SHA256 (equeim-tremotesf2-2.6.2_GH0.tar.gz) = 3e8a1d41cb34313ac23c5443d3e82057c4653ef271998ca22b5d869f2d25a663
+SIZE (equeim-tremotesf2-2.6.2_GH0.tar.gz) = 761764
 SHA256 (yhirose-cpp-httplib-v0.14.3_GH0.tar.gz) = dcf6486d9030937636d8a4f820ca9531808fd7edb283893dddbaa05f99357e63
 SIZE (yhirose-cpp-httplib-v0.14.3_GH0.tar.gz) = 1149767



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