pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/syncthing-gtk



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Oct 31 16:35:24 UTC 2016

Modified Files:
        pkgsrc/net/syncthing-gtk: Makefile PLIST distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/syncthing-gtk/Makefile \
    pkgsrc/net/syncthing-gtk/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/syncthing-gtk/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/syncthing-gtk/Makefile
diff -u pkgsrc/net/syncthing-gtk/Makefile:1.4 pkgsrc/net/syncthing-gtk/Makefile:1.5
--- pkgsrc/net/syncthing-gtk/Makefile:1.4       Thu Sep  1 17:30:21 2016
+++ pkgsrc/net/syncthing-gtk/Makefile   Mon Oct 31 16:35:24 2016
@@ -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}
Index: pkgsrc/net/syncthing-gtk/distinfo
diff -u pkgsrc/net/syncthing-gtk/distinfo:1.4 pkgsrc/net/syncthing-gtk/distinfo:1.5
--- pkgsrc/net/syncthing-gtk/distinfo:1.4       Thu Sep  1 17:30:21 2016
+++ pkgsrc/net/syncthing-gtk/distinfo   Mon Oct 31 16:35:24 2016
@@ -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

Index: pkgsrc/net/syncthing-gtk/PLIST
diff -u pkgsrc/net/syncthing-gtk/PLIST:1.3 pkgsrc/net/syncthing-gtk/PLIST:1.4
--- pkgsrc/net/syncthing-gtk/PLIST:1.3  Thu Sep  1 17:30:21 2016
+++ pkgsrc/net/syncthing-gtk/PLIST      Mon Oct 31 16:35:24 2016
@@ -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-gt
 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



Home | Main Index | Thread Index | Old Index