diff options
author | gdt <gdt@pkgsrc.org> | 2020-10-20 14:41:43 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2020-10-20 14:41:43 +0000 |
commit | f16d97aa755493d1b088cafe3f1ad132863e3d19 (patch) | |
tree | 6705a9c7693a5354abfaea8539a587a0c9159ca2 /net/syncthing/Makefile | |
parent | a3f81804eca191b8384bff0103806e533cd3121a (diff) | |
download | pkgsrc-f16d97aa755493d1b088cafe3f1ad132863e3d19.tar.gz |
net/syncthing: Tone down fear of protocol breaks
While the protocol break issue used to be huge, it's been ok for a few
years and likely that upstream now feels obligated to avoid protocol
breaks.
Adjust the text to say that only updates with protocol breaks need
approval.
Diffstat (limited to 'net/syncthing/Makefile')
-rw-r--r-- | net/syncthing/Makefile | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index c7c8246caf6..d512e36828f 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,22 +1,9 @@ -# $NetBSD: Makefile,v 1.121 2020/10/20 06:12:00 nia Exp $ +# $NetBSD: Makefile,v 1.122 2020/10/20 14:41:43 gdt Exp $ # Upstream used to frequently break protocol compatibility, but since -# 2018 or so this has been much better. While users of pkgsrc -# syncthing on multiple systems can update synchronously, an important -# use case is interoperating with syncthing-android. -# -# Therefore, pkgsrc will update to a new syncthing version -# (e.g. 0.14.x vs 1.0.x) if either there is no protocol break, or if a -# corresponding syncthing-android version becomes available in the -# f-droid.org repository: -# https://f-droid.org/repository/browse/?fdid=com.nutomic.syncthingandroid -# Updates that could possibly break protocol compatibility with the -# current syncthing-android in f-droid must be tested against the -# android version from f-droid prior to commiting. (This is an -# attempt to avoid having to version syncthing in pkgsrc.) -# -# Minor version updates may be committed without asking. Major -# updates not following the above policy will be reverted. +# 2018 or so this has been much better. Any updates with protocol +# breaks require MAINTAINER approval; other updates can be done +# following normal customs. DISTNAME= syncthing-source-v1.10.0 PKGNAME= ${DISTNAME:S,source-v,,} PKGREVISION= 1 |