Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2024 14:12:00 GMT
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8bd8b9314d8b - main - net/syncthing: Update to 1.27.4
Message-ID:  <202403061412.426EC04l002435@gitrepo.freebsd.org>

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

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

commit 8bd8b9314d8b1e6654669de6f4feb8157644eb01
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2024-03-06 14:10:26 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2024-03-06 14:11:56 +0000

    net/syncthing: Update to 1.27.4
    
    It needs to specify a specific go version now.
    
    re: https://github.com/syncthing/syncthing/releases/tag/v1.27.4
    
    PR:             277522
---
 net/syncthing/Makefile | 5 ++---
 net/syncthing/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile
index abdfe73b2cff..a27f4d5b8578 100644
--- a/net/syncthing/Makefile
+++ b/net/syncthing/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	syncthing
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.27.3
-PORTREVISION=	1
+DISTVERSION=	1.27.4
 CATEGORIES=	net
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
 DISTNAME=	${PORTNAME}-source-${DISTVERSIONFULL}
@@ -13,7 +12,7 @@ WWW=		https://syncthing.net/
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/${PORTNAME}/LICENSE
 
-USES=		cpe go:modules
+USES=		cpe go:1.21,modules
 
 USE_RC_SUBR=	syncthing syncthing-discosrv syncthing-relaysrv \
 		syncthing-relaypoolsrv
diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo
index 30d352e4c02b..ef50baa6da09 100644
--- a/net/syncthing/distinfo
+++ b/net/syncthing/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1707224900
-SHA256 (syncthing-source-v1.27.3.tar.gz) = 3fe25b863bb3a0f74bc95a7afa71bdaa2a79971542962236be5d85f469aa897d
-SIZE (syncthing-source-v1.27.3.tar.gz) = 15007106
+TIMESTAMP = 1709714249
+SHA256 (syncthing-source-v1.27.4.tar.gz) = 6ce00ab281ee5eb0dc73c3664f36235137ca22b2911e375b8feead0038fb80a1
+SIZE (syncthing-source-v1.27.4.tar.gz) = 15085218



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