From 3200f247688bc163163471603ec7e0b216baa540 Mon Sep 17 00:00:00 2001 From: gdt Date: Wed, 6 Feb 2019 21:58:30 +0000 Subject: [PATCH] net/syncthing: Revise comment about versions (NFC) Adjust the comment about upstream "frequently" breaking protocol compatibility to be a milder caution now that we have had a period of stability. --- net/syncthing/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index 2a33d9de4ab7..5e969204b0a4 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.83 2019/01/24 10:00:41 bsiegert Exp $ +# $NetBSD: Makefile,v 1.84 2019/02/06 21:58:30 gdt Exp $ -# Upstream regularly breaks protocol compatibility. 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 major version (e.g. 0.12.x vs -# 0.11.x) when a corresponding syncthing-android version becomes +# Upstream used to frequently break protocol compatibility. 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 major version (e.g. 0.14.x vs +# 1.0.x) when a corresponding syncthing-android version becomes # available in the f-droid.org repository: # https://f-droid.org/repository/browse/?fdid=com.nutomic.syncthingandroid # Updates to new major versions must be tested against the android