Thu Feb 4 20:02:36 2016 UTC ()
Updated net/syncthing to 0.12.17

v0.12.17

- Handle null case for invalid ng-model value (#2392, @tpng)
- Use dialer in relay checks (#2732, @AudriusButkevicius)

Plus some minor line shuffling for pkglint


(abs)
diff -r1.8 -r1.9 pkgsrc/net/syncthing/Makefile
diff -r1.8 -r1.9 pkgsrc/net/syncthing/distinfo

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

--- pkgsrc/net/syncthing/Makefile 2016/01/25 09:16:08 1.8
+++ pkgsrc/net/syncthing/Makefile 2016/02/04 20:02:36 1.9
@@ -1,38 +1,38 @@ @@ -1,38 +1,38 @@
1# $NetBSD: Makefile,v 1.8 2016/01/25 09:16:08 abs Exp $ 1# $NetBSD: Makefile,v 1.9 2016/02/04 20:02:36 abs 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, the
5# most important use case is with syncthing-android. Therefore, 5# most important use case is with syncthing-android. Therefore,
6# pkgsrc will update to a new major version (e.g. 0.12.x vs 0.11.x) 6# pkgsrc will update to a new major version (e.g. 0.12.x vs 0.11.x)
7# when a corresponding syncthing-android version becomes available in 7# when a corresponding syncthing-android version becomes available in
8# the f-droid.org repository: 8# 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.)
13 13DISTNAME= syncthing-0.12.17
14DISTNAME= syncthing-0.12.16 
15CATEGORIES= net 14CATEGORIES= net
16MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} 15MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/}
17GITHUB_TAG= v${PKGVERSION_NOREV} 
18 16
19# Minor version updates may be committed without asking. Major 17# Minor version updates may be committed without asking. Major
20# updates not following the above policy will be reverted. 18# updates not following the above policy will be reverted.
21MAINTAINER= gdt@NetBSD.org 
22HOMEPAGE= http://syncthing.net/ 
23COMMENT= Keeps directories in sync across hosts 19COMMENT= Keeps directories in sync across hosts
 20HOMEPAGE= http://syncthing.net/
 21MAINTAINER= gdt@NetBSD.org
24LICENSE= mpl-2.0 22LICENSE= mpl-2.0
25 23
 24GITHUB_TAG= v${PKGVERSION_NOREV}
 25
26BUILD_DEPENDS+= go-[0-9]*:../../lang/go 26BUILD_DEPENDS+= go-[0-9]*:../../lang/go
27 27
28USE_LANGUAGES= # go 28USE_LANGUAGES= # go
29NO_CONFIGURE= yes 29NO_CONFIGURE= yes
30 30
31INSTALLATION_DIRS= bin 31INSTALLATION_DIRS= bin
32 32
33MAKE_ENV+= GOPATH=${WRKDIR}/gopath 33MAKE_ENV+= GOPATH=${WRKDIR}/gopath
34INSTALL_UNSTRIPPED= yes # XXX for Mac OS? 34INSTALL_UNSTRIPPED= yes # XXX for Mac OS?
35 35
36SUBST_CLASSES+= version 36SUBST_CLASSES+= version
37SUBST_STAGE.version= pre-build 37SUBST_STAGE.version= pre-build
38SUBST_MESSAGE.version= Fixing version string 38SUBST_MESSAGE.version= Fixing version string

cvs diff -r1.8 -r1.9 pkgsrc/net/syncthing/distinfo (expand / switch to unified diff)

--- pkgsrc/net/syncthing/distinfo 2016/01/25 09:16:08 1.8
+++ pkgsrc/net/syncthing/distinfo 2016/02/04 20:02:36 1.9
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.8 2016/01/25 09:16:08 abs Exp $ 1$NetBSD: distinfo,v 1.9 2016/02/04 20:02:36 abs Exp $
2 2
3SHA1 (syncthing-0.12.16.tar.gz) = 0b96c11eff1281462657e23b75542bc29c07f851 3SHA1 (syncthing-0.12.17.tar.gz) = 77e8ab314c27b0618f383d84bcf68bdedd65c6f6
4RMD160 (syncthing-0.12.16.tar.gz) = 796b7a180e20353185e3d1343a7bc2a775883839 4RMD160 (syncthing-0.12.17.tar.gz) = 768cd539f9f4e5092e37f30f49364381e71a3dbc
5SHA512 (syncthing-0.12.16.tar.gz) = d89bc90e95af33e5ffabfac79a90c2554778b3a651d689b493f93793475c43a0be3ba83e04b414b2dfeaf1ee1070829db9b57fb723937a7eb5fe767c2c818be1 5SHA512 (syncthing-0.12.17.tar.gz) = 9c0e3bc0e23d2ec8ef9c888dc66cdc1aeac07bbffd03d4eae00539215cf0798db83da2b607b6570880bc941a8eac0b07c9b0257ad16546ebf63056a37807186b
6Size (syncthing-0.12.16.tar.gz) = 4038803 bytes 6Size (syncthing-0.12.17.tar.gz) = 4046320 bytes
7SHA1 (patch-lib_config_optionsconfiguration.go) = 8ea9446dab9f9345c63cb01a7d50447e6cd550ac 7SHA1 (patch-lib_config_optionsconfiguration.go) = 8ea9446dab9f9345c63cb01a7d50447e6cd550ac