diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/syncthing/Makefile | 12 |
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 |