pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/syncthing syncthing: Remove go1.14 requirement



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64b38dc98ece
branches:  trunk
changeset: 440842:64b38dc98ece
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Oct 20 06:12:00 2020 +0000

description:
syncthing: Remove go1.14 requirement

diffstat:

 net/syncthing/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r f8954bebe151 -r 64b38dc98ece net/syncthing/Makefile
--- a/net/syncthing/Makefile    Tue Oct 20 01:32:28 2020 +0000
+++ b/net/syncthing/Makefile    Tue Oct 20 06:12:00 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.120 2020/10/19 17:56:44 nia Exp $
+# $NetBSD: Makefile,v 1.121 2020/10/20 06:12:00 nia Exp $
 
 # Upstream used to frequently break protocol compatibility, but since
 # 2018 or so this has been much better.  While users of pkgsrc
@@ -19,6 +19,7 @@
 # updates not following the above policy will be reverted.
 DISTNAME=      syncthing-source-v1.10.0
 PKGNAME=       ${DISTNAME:S,source-v,,}
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=syncthing/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
@@ -94,9 +95,6 @@
                ${DESTDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps/syncthing.png
 .endfor
 
-# Remove after next update. As of 1.7.1, syncthing does not work with Go 1.15.
-GO_VERSION_DEFAULT=    114
-
 .include "../../lang/go/go-package.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"



Home | Main Index | Thread Index | Old Index