Tue Feb 16 23:07:13 2016 UTC ()
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


(gdt)
diff -r1.11 -r1.12 pkgsrc/net/syncthing/Makefile

cvs diff -r1.11 -r1.12 pkgsrc/net/syncthing/Makefile (expand / switch to unified diff)

--- pkgsrc/net/syncthing/Makefile 2016/02/16 21:34:13 1.11
+++ pkgsrc/net/syncthing/Makefile 2016/02/16 23:07:12 1.12
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.11 2016/02/16 21:34:13 abs Exp $ 1# $NetBSD: Makefile,v 1.12 2016/02/16 23:07:12 gdt Exp $
2 2
3# Upstream regularly breaks protocol compatibility. While users of 3# Upstream regularly breaks protocol compatibility. While users of
4# pkgsrc syncthing on multiple systems can update synchronously, the 4# pkgsrc syncthing on multiple systems can update synchronously, an
5# most important use case is with syncthing-android. Therefore, 5# important use case is interoperating with syncthing-android.
6# pkgsrc will update to a new major version (e.g. 0.12.x vs 0.11.x) 6# Therefore, pkgsrc will update to a new major version (e.g. 0.12.x vs
7# when a corresponding syncthing-android version becomes available in 7# 0.11.x) when a corresponding syncthing-android version becomes
8# the f-droid.org repository: 8# available in the f-droid.org repository:
9# https://f-droid.org/repository/browse/?fdid=com.nutomic.syncthingandroid 9# https://f-droid.org/repository/browse/?fdid=com.nutomic.syncthingandroid
10# Updates to new major versions must be tested against the android 10# Updates to new major versions must be tested against the android
11# version from f-droid prior to commiting. (This is an attempt to 11# version from f-droid prior to commiting. (This is an attempt to
12# avoid having to version syncthing in pkgsrc.) 12# avoid having to version syncthing in pkgsrc.)
13DISTNAME= syncthing-0.12.19 13DISTNAME= syncthing-0.12.19
14CATEGORIES= net 14CATEGORIES= net
15MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} 15MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/}
16 16
17# Minor version updates may be committed without asking. Major 17# Minor version updates may be committed without asking. Major
18# updates not following the above policy will be reverted. 18# updates not following the above policy will be reverted.
19COMMENT= Keeps directories in sync across hosts 19COMMENT= Keeps directories in sync across hosts
20HOMEPAGE= http://syncthing.net/ 20HOMEPAGE= http://syncthing.net/
21MAINTAINER= gdt@NetBSD.org 21MAINTAINER= gdt@NetBSD.org