FreeBSD Bugzilla – Attachment 233794 Details for
Bug 262808
net/syncthing 1.19.1 doesn't build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Upgrade to 1.20.1
0001-net-syncthing-Update-to-1.20.1.patch (text/plain), 2.65 KB, created by
Sir l33tname
on 2022-05-07 16:31:11 UTC
(
hide
)
Description:
Upgrade to 1.20.1
Filename:
MIME Type:
Creator:
Sir l33tname
Created:
2022-05-07 16:31:11 UTC
Size:
2.65 KB
patch
obsolete
>From d4b27a3e54b34b3516ce459a649e4eefcc530c2f Mon Sep 17 00:00:00 2001 >From: Sir l33tname <sirl33tname@gmail.com> >Date: Sat, 7 May 2022 16:48:38 +0200 >Subject: [PATCH] net/syncthing: Update to 1.20.1 > >--- > net/syncthing/Makefile | 13 ++++++------- > net/syncthing/distinfo | 6 +++--- > 2 files changed, 9 insertions(+), 10 deletions(-) > >diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile >index 2a8025f96..1d8d51b42 100644 >--- a/net/syncthing/Makefile >+++ b/net/syncthing/Makefile >@@ -1,7 +1,6 @@ > PORTNAME= syncthing >-PORTVERSION= 1.19.1 >+PORTVERSION= 1.20.1 > DISTVERSIONPREFIX= v >-PORTREVISION= 1 > CATEGORIES= net > MASTER_SITES= https://github.com/syncthing/syncthing/releases/download/v${PORTVERSION}/ > DISTNAME= ${PORTNAME}-source-${DISTVERSIONPREFIX}${PORTVERSION} >@@ -13,7 +12,7 @@ COMMENT= Encrypted file sync tool > LICENSE= MPL20 > LICENSE_FILE= ${WRKSRC}/${PORTNAME}/LICENSE > >-USES= cpe go >+USES= cpe go:modules > > USE_RC_SUBR= syncthing syncthing-discosrv syncthing-relaysrv syncthing-relaypoolsrv > >@@ -37,10 +36,10 @@ NO_WRKSUBDIR= yes > > do-build: > @( cd ${WRKSRC}/${PORTNAME} ; \ >- ${SETENV} ${MAKE_ENV} CGO_ENABLED=0 GOFLAGS="-mod=vendor" go run build.go -version v${PORTVERSION} -no-upgrade build ; \ >- ${SETENV} ${MAKE_ENV} CGO_ENABLED=0 GOFLAGS="-mod=vendor" go run build.go -version v${PORTVERSION} -no-upgrade build stdiscosrv ; \ >- ${SETENV} ${MAKE_ENV} CGO_ENABLED=0 GOFLAGS="-mod=vendor" go run build.go -version v${PORTVERSION} -no-upgrade build strelaysrv ; \ >- ${SETENV} ${MAKE_ENV} CGO_ENABLED=0 GOFLAGS="-mod=vendor" go run build.go -version v${PORTVERSION} -no-upgrade build strelaypoolsrv ; \ >+ ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=off ${GO_CMD} run build.go -version v${PORTVERSION} -no-upgrade build ; \ >+ ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=off ${GO_CMD} run build.go -version v${PORTVERSION} -no-upgrade build stdiscosrv; \ >+ ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=off ${GO_CMD} run build.go -version v${PORTVERSION} -no-upgrade build strelaysrv; \ >+ ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=off ${GO_CMD} run build.go -version v${PORTVERSION} -no-upgrade build strelaypoolsrv; \ > ) > > do-install: >diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo >index ac9d17da9..34261f80f 100644 >--- a/net/syncthing/distinfo >+++ b/net/syncthing/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1647122497 >-SHA256 (syncthing-source-v1.19.1.tar.gz) = ffc5ec2f232314122a216884f63a48eea7c8739f9779e249be1f4776d7a55127 >-SIZE (syncthing-source-v1.19.1.tar.gz) = 13216635 >+TIMESTAMP = 1651934802 >+SHA256 (syncthing-source-v1.20.1.tar.gz) = a88fabaea11a8df5cc134075c37dc87f1fb33b48d3d8afb1dc8ea11b3c0925bc >+SIZE (syncthing-source-v1.20.1.tar.gz) = 13184830 >-- >2.36.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 262808
:
232717
|
232991
|
233430
|
233717
| 233794