Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Nov 2024 19:03:04 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: d1827339bc81 - main - net/syncthing: bump PORTREVISION, missing from previous commit
Message-ID:  <202411111903.4ABJ34Lk047975@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by dvl:

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

commit d1827339bc8122ec49ea1d248b53351b4e8302bf
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2024-11-11 19:00:16 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2024-11-11 19:02:15 +0000

    net/syncthing: bump PORTREVISION, missing from previous commit
    
    PR:             282646
    Fixes:          3a6131c7 net/syncthing: Adjust parameters to syncthing-discosrv
---
 net/syncthing/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile
index fccc4b2e04c1..b280863a1402 100644
--- a/net/syncthing/Makefile
+++ b/net/syncthing/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	syncthing
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.28.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
 DISTNAME=	${PORTNAME}-source-${DISTVERSIONFULL}


home | help

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