summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2016-02-16 23:07:12 +0000
committergdt <gdt@pkgsrc.org>2016-02-16 23:07:12 +0000
commitd58f07eeabacc760dd9d4a7b663b98d3f410c077 (patch)
tree55eef29e1485f54c7d50ad87c08a1c689b3b8033 /net
parentde09a5225135900da9b4ac352cfca20b0ee4a2a3 (diff)
downloadpkgsrc-d58f07eeabacc760dd9d4a7b663b98d3f410c077.tar.gz
Soften explanation of syncthing-android
Interoperation with syncthing-android is still very important, but some have told me that they use syncthing among POSIXish systems without android as a replacement for rsync/unison, more or less. Keep the notion of deferring major upgrades to stay in sync with f-droid. (This is in no way a complaint about the previous minor upgrade, which was most welcome; it just caused me to look at this and notice my previous text was too strong.) CVS: ---------------------------------------------------------------------- CVS: CVSROOT cvs.NetBSD.org:/cvsroot CVS: please use "PR category/123" to have the commitmsg appended to PR 123
Diffstat (limited to 'net')
-rw-r--r--net/syncthing/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile
index b265fc2db5b..8773742a9be 100644
--- a/net/syncthing/Makefile
+++ b/net/syncthing/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.11 2016/02/16 21:34:13 abs Exp $
+# $NetBSD: Makefile,v 1.12 2016/02/16 23:07:12 gdt Exp $
# Upstream regularly breaks protocol compatibility. While users of
-# pkgsrc syncthing on multiple systems can update synchronously, the
-# most important use case is 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 available in
-# the f-droid.org repository:
+# 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
+# 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
# version from f-droid prior to commiting. (This is an attempt to