diff options
author | gdt <gdt@pkgsrc.org> | 2016-05-23 12:57:14 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2016-05-23 12:57:14 +0000 |
commit | 92d82b6b034956807efbc69cff37d5c72b1f0b50 (patch) | |
tree | fe46ace759ba4334f4b87c634dd739c7c34c8a40 /net | |
parent | 2847348edf6861de2a4d2ec1113122e42a29def9 (diff) | |
download | pkgsrc-92d82b6b034956807efbc69cff37d5c72b1f0b50.tar.gz |
Add link to upstream bug report about non-obvious Android versioning
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/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index 8f68d835aed..e70fc877fad 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/05/15 22:30:10 abs Exp $ +# $NetBSD: Makefile,v 1.18 2016/05/23 12:57:14 gdt Exp $ # Upstream regularly breaks protocol compatibility. While users of # pkgsrc syncthing on multiple systems can update synchronously, an @@ -10,6 +10,9 @@ # Updates to new major versions 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.) +# Note that the android versioning is disconnected from syncthing versioning; +# see https://github.com/syncthing/syncthing-android/issues/652 for +# a fuller explanation. DISTNAME= syncthing-0.12.24 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} |