diff options
author | wiz <wiz@pkgsrc.org> | 2016-10-31 16:35:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-10-31 16:35:24 +0000 |
commit | a30ac4caaccaf903236e8ba51007e8492765d7ae (patch) | |
tree | 301131dff36827d3cd72439782b713a1d800bd93 | |
parent | b1e7938e527af0bd333639ea9648de89264de18d (diff) | |
download | pkgsrc-a30ac4caaccaf903236e8ba51007e8492765d7ae.tar.gz |
Updated syncthing-gtk to 0.9.2.3.
v0.9.2.3
Notes:
This release is required for Syncthing daemon version 0.14.6 or newer. Older version of Syncthing-GTK will not connect to new Syncthing daemon.
v0.9.2.2
New:
Added Brazilian Portuguese translation (thanks to @robsonsobral)
Support for folder labels in notifications (thanks to @acolomb)
Fixes:
Not sending 'Host' header breaks Syncthing >=v0.14.6
Crash on start with some Windows installations (thanks @Palatis)
-rw-r--r-- | net/syncthing-gtk/Makefile | 4 | ||||
-rw-r--r-- | net/syncthing-gtk/PLIST | 3 | ||||
-rw-r--r-- | net/syncthing-gtk/distinfo | 10 |
3 files changed, 9 insertions, 8 deletions
diff --git a/net/syncthing-gtk/Makefile b/net/syncthing-gtk/Makefile index e3c029c5ac1..4b4ae773f0a 100644 --- a/net/syncthing-gtk/Makefile +++ b/net/syncthing-gtk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/09/01 17:30:21 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2016/10/31 16:35:24 wiz Exp $ -DISTNAME= syncthing-gtk-0.9.2.1 +DISTNAME= syncthing-gtk-0.9.2.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/net/syncthing-gtk/PLIST b/net/syncthing-gtk/PLIST index a6b49d6cecd..274de5daf3c 100644 --- a/net/syncthing-gtk/PLIST +++ b/net/syncthing-gtk/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2016/09/01 17:30:21 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2016/10/31 16:35:24 wiz Exp $ bin/syncthing-gtk ${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/syncthing_gtk/__init__.py @@ -233,6 +233,7 @@ share/locale/en/LC_MESSAGES/syncthing-gtk.mo share/locale/es/LC_MESSAGES/syncthing-gtk.mo share/locale/fr/LC_MESSAGES/syncthing-gtk.mo share/locale/lt/LC_MESSAGES/syncthing-gtk.mo +share/locale/pt/LC_MESSAGES/syncthing-gtk.mo share/locale/ru/LC_MESSAGES/syncthing-gtk.mo share/locale/sk/LC_MESSAGES/syncthing-gtk.mo share/locale/vi/LC_MESSAGES/syncthing-gtk.mo diff --git a/net/syncthing-gtk/distinfo b/net/syncthing-gtk/distinfo index 7d7db4ac056..5a04f5fc253 100644 --- a/net/syncthing-gtk/distinfo +++ b/net/syncthing-gtk/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2016/09/01 17:30:21 wiz Exp $ +$NetBSD: distinfo,v 1.5 2016/10/31 16:35:24 wiz Exp $ -SHA1 (syncthing-gtk-0.9.2.1.tar.gz) = 9e11d453f4fe8b85de99eb32b4dcbc1bd0fa02e5 -RMD160 (syncthing-gtk-0.9.2.1.tar.gz) = 240c6fd234350e6f3ab59c3e80d7018c7ec515f8 -SHA512 (syncthing-gtk-0.9.2.1.tar.gz) = cebd9342f66c90aeedc7b69cc67bd7b580038fb7553af07475b41421e834c1a5952388f80d4352d1f978abdee7a1c6eae4ea4aa4cb582094c52e140636430acf -Size (syncthing-gtk-0.9.2.1.tar.gz) = 763429 bytes +SHA1 (syncthing-gtk-0.9.2.3.tar.gz) = e33dd72b5d13b47779e51419b7c63beae7a09e20 +RMD160 (syncthing-gtk-0.9.2.3.tar.gz) = bb6540740d0500765b75029304dcb4439c9c8de8 +SHA512 (syncthing-gtk-0.9.2.3.tar.gz) = 02cc8331e0978a21221aa9bd9787cdaf56886e8af8fd6b4a6295f92e148a62e99a4ebc4317deabafaccdd83422ef5023d1dc7ce55db1912363189bffff4d9a80 +Size (syncthing-gtk-0.9.2.3.tar.gz) = 794978 bytes SHA1 (patch-setup.py) = c7487b2b196dfbc97b25780c391234db7aa2fc15 |