Wed Jan 27 18:56:31 2016 UTC ()
Update sylpheed to 3.5.0

* 3.5.0 (stable)

    * A fix for ARM architecture was made.
    * TLSv1.1 and TLSv1.2 will be enabled for STARTTLS when OpenSSL 1.0.1 or
      above is used.
    * Some bugfixes and stability improvements were made.
    * Win32: more fix for the crash when linked with newer MSVCRT was made.
    * Win32: irresponsibe text entries on the first display of the filter
      edit dialog were fixed.
    * Win32: libpng was updated to 1.4.19.
    * Win32: OpenSSL was updated to v0.9.8zh.

* 3.5.0beta3 (development)

    * A bug that reorder of filter runes by DnD was not saved was fixed.
    * The original file names of attachments are kept when opening them,
      and shorter suffixes are added in the case they conflict.
    * The crash when displaying HTML messages was fixed (#215).
    * The bug that column sizes of the address book were not properly set was
      fixed.
    * Win32: the bug that maximized state was unset on minimize was fixed.
    * Win32: the crash when linked with newer MSVCRT was fixed.
    * Win32: dependency on libtiff was removed (GDI+ is used).
    * Win32: libjpeg was updated.
    * Win32: libpng was updated to 1.4.16.
    * Win32: OpenSSL was updated to v0.9.8zg.
    * Win32: included SSL certificates were updated.

* 3.5.0beta2 (development)

    * Windows / widgets are now adjusted to their optimal sizes by reference
      to system DPI value.
    * The option to specify startup online mode was added.
    * The bug that wrote the first part of data if the message body in the
      IMAP4 responses didn't end with CR+LF was fixed (#84).
    * The bug that previously selected folder on the file selection dialog
      was not remembered with GTK+ 2.24.x was fixed.
    * Hebrew translation was added.
    * Win32: The bug that 'Minimize to tray icon' didn't work with 3.5.0beta1
      was fixed.
    * Win32: 'Toggle window on trayicon click' now works.
    * Win32: sylpheed.exe executable became DPI-Aware.
    * Win32: OpenSSL was updated to 0.9.8zc.
    * Win32: included SSL certificates were updated.

* 3.5.0beta1 (development)

    * Mbox locking became NFS-safe (#202).
    * Configure: silent rules are enabled by default.
    * Configure.in was renamed to configure.ac.
    * Fade effect was added to the notification window.
    * Sylpheed.desktop file was updated.
    * Win32: build fix for newer MinGW was made.
    * Win32: 32-bit time_t is always used on win32 for backward compatibility.
    * Win32: included third-party libraries were updated:
      - GTK+ 2.24.23
      - GLib 2.38.2
      - GDK-Pixbuf 2.30.7
      - Pango 1.36.3
      - Cairo 1.10.2
      - libpng 1.14.13
      - GPGME 1.4.3
    * Win32: the following issues were fixed because of GTK+ update:
      - System Icon issue when ran on Windows 7 (#13, #85)
      - Scroll jumping issue on text views when using Japanese IME
      - Menus became more native-looking
      - File dialogs were improved


(szptvlfn)
diff -r1.159 -r1.160 pkgsrc/mail/sylpheed/Makefile
diff -r1.22 -r1.23 pkgsrc/mail/sylpheed/PLIST
diff -r1.84 -r1.85 pkgsrc/mail/sylpheed/distinfo
diff -r0 -r1.1 pkgsrc/mail/sylpheed/patches/patch-configure

cvs diff -r1.159 -r1.160 pkgsrc/mail/sylpheed/Makefile (switch to unified diff)

--- pkgsrc/mail/sylpheed/Makefile 2015/07/11 10:58:43 1.159
+++ pkgsrc/mail/sylpheed/Makefile 2016/01/27 18:56:31 1.160
@@ -1,42 +1,42 @@ @@ -1,42 +1,42 @@
1# $NetBSD: Makefile,v 1.159 2015/07/11 10:58:43 szptvlfn Exp $ 1# $NetBSD: Makefile,v 1.160 2016/01/27 18:56:31 szptvlfn Exp $
2 2
3DISTNAME= sylpheed-3.4.3 3DISTNAME= sylpheed-3.5.0
4CATEGORIES= mail news x11 4CATEGORIES= mail news x11
5MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v3.4/ 5MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v3.5/
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= ahoka@NetBSD.org 8MAINTAINER= ahoka@NetBSD.org
9HOMEPAGE= http://sylpheed.sraoss.jp/en/ 9HOMEPAGE= http://sylpheed.sraoss.jp/en/
10COMMENT= Gtk based e-mail and netnews client 10COMMENT= Gtk based e-mail and netnews client
11LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 11LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
12 12
13CONFLICTS= sylpheed-claws-[0-9]* 13CONFLICTS= sylpheed-claws-[0-9]*
14 14
15USE_PKGLOCALEDIR= yes 15USE_PKGLOCALEDIR= yes
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17USE_TOOLS+= gmake msgfmt pkg-config 17USE_TOOLS+= gmake msgfmt pkg-config
18 18
19GNU_CONFIGURE= yes 19GNU_CONFIGURE= yes
20CONFIGURE_ARGS+= --enable-nls 20CONFIGURE_ARGS+= --enable-nls
21CONFIGURE_ARGS+= --enable-ssl 21CONFIGURE_ARGS+= --enable-ssl
22CONFIGURE_ARGS+= --enable-compface 22CONFIGURE_ARGS+= --enable-compface
23 23
24PKG_SYSCONFSUBDIR= sylpheed 24PKG_SYSCONFSUBDIR= sylpheed
25CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} 25CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
26 26
27EGDIR= ${PREFIX}/share/examples/sylpheed 27EGDIR= ${PREFIX}/share/examples/sylpheed
28CONF_FILES= ${EGDIR}/mime.types ${PKG_SYSCONFDIR}/mime.types 28CONF_FILES= ${EGDIR}/mime.types ${PKG_SYSCONFDIR}/mime.types
29 29
30post-install: 30post-install:
31 ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR} 31 ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
32 ${INSTALL_DATA} ${FILESDIR}/mime.types ${DESTDIR}${EGDIR} 32 ${INSTALL_DATA} ${FILESDIR}/mime.types ${DESTDIR}${EGDIR}
33 33
34.include "options.mk" 34.include "options.mk"
35.include "../../converters/libiconv/buildlink3.mk" 35.include "../../converters/libiconv/buildlink3.mk"
36.include "../../devel/gettext-lib/buildlink3.mk" 36.include "../../devel/gettext-lib/buildlink3.mk"
37.include "../../security/openssl/buildlink3.mk" 37.include "../../security/openssl/buildlink3.mk"
38.include "../../devel/glib2/buildlink3.mk" 38.include "../../devel/glib2/buildlink3.mk"
39.include "../../x11/gtk2/buildlink3.mk" 39.include "../../x11/gtk2/buildlink3.mk"
40.include "../../sysutils/desktop-file-utils/desktopdb.mk" 40.include "../../sysutils/desktop-file-utils/desktopdb.mk"
41 41
42.include "../../mk/bsd.pkg.mk" 42.include "../../mk/bsd.pkg.mk"

cvs diff -r1.22 -r1.23 pkgsrc/mail/sylpheed/PLIST (switch to unified diff)

--- pkgsrc/mail/sylpheed/PLIST 2014/05/27 01:57:14 1.22
+++ pkgsrc/mail/sylpheed/PLIST 2016/01/27 18:56:31 1.23
@@ -1,151 +1,152 @@ @@ -1,151 +1,152 @@
1@comment $NetBSD: PLIST,v 1.22 2014/05/27 01:57:14 taca Exp $ 1@comment $NetBSD: PLIST,v 1.23 2016/01/27 18:56:31 szptvlfn Exp $
2bin/sylpheed 2bin/sylpheed
3include/sylpheed/plugin.h 3include/sylpheed/plugin.h
4include/sylpheed/sylph/account.h 4include/sylpheed/sylph/account.h
5include/sylpheed/sylph/base64.h 5include/sylpheed/sylph/base64.h
6include/sylpheed/sylph/codeconv.h 6include/sylpheed/sylph/codeconv.h
7include/sylpheed/sylph/customheader.h 7include/sylpheed/sylph/customheader.h
8include/sylpheed/sylph/defs.h 8include/sylpheed/sylph/defs.h
9include/sylpheed/sylph/displayheader.h 9include/sylpheed/sylph/displayheader.h
10include/sylpheed/sylph/enums.h 10include/sylpheed/sylph/enums.h
11include/sylpheed/sylph/filter.h 11include/sylpheed/sylph/filter.h
12include/sylpheed/sylph/folder.h 12include/sylpheed/sylph/folder.h
13include/sylpheed/sylph/html.h 13include/sylpheed/sylph/html.h
14include/sylpheed/sylph/imap.h 14include/sylpheed/sylph/imap.h
15include/sylpheed/sylph/mbox.h 15include/sylpheed/sylph/mbox.h
16include/sylpheed/sylph/md5.h 16include/sylpheed/sylph/md5.h
17include/sylpheed/sylph/md5_hmac.h 17include/sylpheed/sylph/md5_hmac.h
18include/sylpheed/sylph/mh.h 18include/sylpheed/sylph/mh.h
19include/sylpheed/sylph/news.h 19include/sylpheed/sylph/news.h
20include/sylpheed/sylph/nntp.h 20include/sylpheed/sylph/nntp.h
21include/sylpheed/sylph/pop.h 21include/sylpheed/sylph/pop.h
22include/sylpheed/sylph/prefs.h 22include/sylpheed/sylph/prefs.h
23include/sylpheed/sylph/prefs_account.h 23include/sylpheed/sylph/prefs_account.h
24include/sylpheed/sylph/prefs_common.h 24include/sylpheed/sylph/prefs_common.h
25include/sylpheed/sylph/procheader.h 25include/sylpheed/sylph/procheader.h
26include/sylpheed/sylph/procmime.h 26include/sylpheed/sylph/procmime.h
27include/sylpheed/sylph/procmsg.h 27include/sylpheed/sylph/procmsg.h
28include/sylpheed/sylph/quoted-printable.h 28include/sylpheed/sylph/quoted-printable.h
29include/sylpheed/sylph/recv.h 29include/sylpheed/sylph/recv.h
30include/sylpheed/sylph/session.h 30include/sylpheed/sylph/session.h
31include/sylpheed/sylph/smtp.h 31include/sylpheed/sylph/smtp.h
32include/sylpheed/sylph/socket.h 32include/sylpheed/sylph/socket.h
33include/sylpheed/sylph/socks.h 33include/sylpheed/sylph/socks.h
34include/sylpheed/sylph/ssl.h 34include/sylpheed/sylph/ssl.h
35include/sylpheed/sylph/ssl_hostname_validation.h 35include/sylpheed/sylph/ssl_hostname_validation.h
36include/sylpheed/sylph/stringtable.h 36include/sylpheed/sylph/stringtable.h
37include/sylpheed/sylph/syl-marshal.h 37include/sylpheed/sylph/syl-marshal.h
38include/sylpheed/sylph/sylmain.h 38include/sylpheed/sylph/sylmain.h
39include/sylpheed/sylph/unmime.h 39include/sylpheed/sylph/unmime.h
40include/sylpheed/sylph/utils.h 40include/sylpheed/sylph/utils.h
41include/sylpheed/sylph/uuencode.h 41include/sylpheed/sylph/uuencode.h
42include/sylpheed/sylph/virtual.h 42include/sylpheed/sylph/virtual.h
43include/sylpheed/sylph/xml.h 43include/sylpheed/sylph/xml.h
44lib/libsylph-0.la 44lib/libsylph-0.la
45lib/libsylpheed-plugin-0.la 45lib/libsylpheed-plugin-0.la
46share/applications/sylpheed.desktop 46share/applications/sylpheed.desktop
47share/examples/sylpheed/mime.types 47share/examples/sylpheed/mime.types
48share/locale/be/LC_MESSAGES/sylpheed.mo 48share/locale/be/LC_MESSAGES/sylpheed.mo
49share/locale/bg/LC_MESSAGES/sylpheed.mo 49share/locale/bg/LC_MESSAGES/sylpheed.mo
50share/locale/cs/LC_MESSAGES/sylpheed.mo 50share/locale/cs/LC_MESSAGES/sylpheed.mo
51share/locale/da/LC_MESSAGES/sylpheed.mo 51share/locale/da/LC_MESSAGES/sylpheed.mo
52share/locale/de/LC_MESSAGES/sylpheed.mo 52share/locale/de/LC_MESSAGES/sylpheed.mo
53share/locale/el/LC_MESSAGES/sylpheed.mo 53share/locale/el/LC_MESSAGES/sylpheed.mo
54share/locale/es/LC_MESSAGES/sylpheed.mo 54share/locale/es/LC_MESSAGES/sylpheed.mo
55share/locale/et/LC_MESSAGES/sylpheed.mo 55share/locale/et/LC_MESSAGES/sylpheed.mo
56share/locale/eu/LC_MESSAGES/sylpheed.mo 56share/locale/eu/LC_MESSAGES/sylpheed.mo
57share/locale/fi/LC_MESSAGES/sylpheed.mo 57share/locale/fi/LC_MESSAGES/sylpheed.mo
58share/locale/fr/LC_MESSAGES/sylpheed.mo 58share/locale/fr/LC_MESSAGES/sylpheed.mo
59share/locale/gl/LC_MESSAGES/sylpheed.mo 59share/locale/gl/LC_MESSAGES/sylpheed.mo
 60share/locale/he/LC_MESSAGES/sylpheed.mo
60share/locale/hr/LC_MESSAGES/sylpheed.mo 61share/locale/hr/LC_MESSAGES/sylpheed.mo
61share/locale/hu/LC_MESSAGES/sylpheed.mo 62share/locale/hu/LC_MESSAGES/sylpheed.mo
62share/locale/it/LC_MESSAGES/sylpheed.mo 63share/locale/it/LC_MESSAGES/sylpheed.mo
63share/locale/ja/LC_MESSAGES/sylpheed.mo 64share/locale/ja/LC_MESSAGES/sylpheed.mo
64share/locale/ko/LC_MESSAGES/sylpheed.mo 65share/locale/ko/LC_MESSAGES/sylpheed.mo
65share/locale/lt/LC_MESSAGES/sylpheed.mo 66share/locale/lt/LC_MESSAGES/sylpheed.mo
66share/locale/nl/LC_MESSAGES/sylpheed.mo 67share/locale/nl/LC_MESSAGES/sylpheed.mo
67share/locale/pl/LC_MESSAGES/sylpheed.mo 68share/locale/pl/LC_MESSAGES/sylpheed.mo
68share/locale/pt_BR/LC_MESSAGES/sylpheed.mo 69share/locale/pt_BR/LC_MESSAGES/sylpheed.mo
69share/locale/ro/LC_MESSAGES/sylpheed.mo 70share/locale/ro/LC_MESSAGES/sylpheed.mo
70share/locale/ru/LC_MESSAGES/sylpheed.mo 71share/locale/ru/LC_MESSAGES/sylpheed.mo
71share/locale/sk/LC_MESSAGES/sylpheed.mo 72share/locale/sk/LC_MESSAGES/sylpheed.mo
72share/locale/sl/LC_MESSAGES/sylpheed.mo 73share/locale/sl/LC_MESSAGES/sylpheed.mo
73share/locale/sr/LC_MESSAGES/sylpheed.mo 74share/locale/sr/LC_MESSAGES/sylpheed.mo
74share/locale/sv/LC_MESSAGES/sylpheed.mo 75share/locale/sv/LC_MESSAGES/sylpheed.mo
75share/locale/tr/LC_MESSAGES/sylpheed.mo 76share/locale/tr/LC_MESSAGES/sylpheed.mo
76share/locale/uk/LC_MESSAGES/sylpheed.mo 77share/locale/uk/LC_MESSAGES/sylpheed.mo
77share/locale/vi/LC_MESSAGES/sylpheed.mo 78share/locale/vi/LC_MESSAGES/sylpheed.mo
78share/locale/zh_CN/LC_MESSAGES/sylpheed.mo 79share/locale/zh_CN/LC_MESSAGES/sylpheed.mo
79share/locale/zh_TW/LC_MESSAGES/sylpheed.mo 80share/locale/zh_TW/LC_MESSAGES/sylpheed.mo
80share/pixmaps/sylpheed.png 81share/pixmaps/sylpheed.png
81share/sylpheed/faq/de/sylpheed-faq-1.html 82share/sylpheed/faq/de/sylpheed-faq-1.html
82share/sylpheed/faq/de/sylpheed-faq-2.html 83share/sylpheed/faq/de/sylpheed-faq-2.html
83share/sylpheed/faq/de/sylpheed-faq-3.html 84share/sylpheed/faq/de/sylpheed-faq-3.html
84share/sylpheed/faq/de/sylpheed-faq.html 85share/sylpheed/faq/de/sylpheed-faq.html
85share/sylpheed/faq/en/sylpheed-faq-1.html 86share/sylpheed/faq/en/sylpheed-faq-1.html
86share/sylpheed/faq/en/sylpheed-faq-2.html 87share/sylpheed/faq/en/sylpheed-faq-2.html
87share/sylpheed/faq/en/sylpheed-faq-3.html 88share/sylpheed/faq/en/sylpheed-faq-3.html
88share/sylpheed/faq/en/sylpheed-faq-4.html 89share/sylpheed/faq/en/sylpheed-faq-4.html
89share/sylpheed/faq/en/sylpheed-faq.html 90share/sylpheed/faq/en/sylpheed-faq.html
90share/sylpheed/faq/es/sylpheed-faq-1.html 91share/sylpheed/faq/es/sylpheed-faq-1.html
91share/sylpheed/faq/es/sylpheed-faq-2.html 92share/sylpheed/faq/es/sylpheed-faq-2.html
92share/sylpheed/faq/es/sylpheed-faq-3.html 93share/sylpheed/faq/es/sylpheed-faq-3.html
93share/sylpheed/faq/es/sylpheed-faq.html 94share/sylpheed/faq/es/sylpheed-faq.html
94share/sylpheed/faq/fr/sylpheed-faq-1.html 95share/sylpheed/faq/fr/sylpheed-faq-1.html
95share/sylpheed/faq/fr/sylpheed-faq-2.html 96share/sylpheed/faq/fr/sylpheed-faq-2.html
96share/sylpheed/faq/fr/sylpheed-faq-3.html 97share/sylpheed/faq/fr/sylpheed-faq-3.html
97share/sylpheed/faq/fr/sylpheed-faq.html 98share/sylpheed/faq/fr/sylpheed-faq.html
98share/sylpheed/faq/it/sylpheed-faq-1.html 99share/sylpheed/faq/it/sylpheed-faq-1.html
99share/sylpheed/faq/it/sylpheed-faq-2.html 100share/sylpheed/faq/it/sylpheed-faq-2.html
100share/sylpheed/faq/it/sylpheed-faq-3.html 101share/sylpheed/faq/it/sylpheed-faq-3.html
101share/sylpheed/faq/it/sylpheed-faq.html 102share/sylpheed/faq/it/sylpheed-faq.html
102share/sylpheed/manual/en/sylpheed-1.html 103share/sylpheed/manual/en/sylpheed-1.html
103share/sylpheed/manual/en/sylpheed-10.html 104share/sylpheed/manual/en/sylpheed-10.html
104share/sylpheed/manual/en/sylpheed-11.html 105share/sylpheed/manual/en/sylpheed-11.html
105share/sylpheed/manual/en/sylpheed-12.html 106share/sylpheed/manual/en/sylpheed-12.html
106share/sylpheed/manual/en/sylpheed-13.html 107share/sylpheed/manual/en/sylpheed-13.html
107share/sylpheed/manual/en/sylpheed-14.html 108share/sylpheed/manual/en/sylpheed-14.html
108share/sylpheed/manual/en/sylpheed-15.html 109share/sylpheed/manual/en/sylpheed-15.html
109share/sylpheed/manual/en/sylpheed-16.html 110share/sylpheed/manual/en/sylpheed-16.html
110share/sylpheed/manual/en/sylpheed-17.html 111share/sylpheed/manual/en/sylpheed-17.html
111share/sylpheed/manual/en/sylpheed-18.html 112share/sylpheed/manual/en/sylpheed-18.html
112share/sylpheed/manual/en/sylpheed-19.html 113share/sylpheed/manual/en/sylpheed-19.html
113share/sylpheed/manual/en/sylpheed-2.html 114share/sylpheed/manual/en/sylpheed-2.html
114share/sylpheed/manual/en/sylpheed-20.html 115share/sylpheed/manual/en/sylpheed-20.html
115share/sylpheed/manual/en/sylpheed-21.html 116share/sylpheed/manual/en/sylpheed-21.html
116share/sylpheed/manual/en/sylpheed-22.html 117share/sylpheed/manual/en/sylpheed-22.html
117share/sylpheed/manual/en/sylpheed-3.html 118share/sylpheed/manual/en/sylpheed-3.html
118share/sylpheed/manual/en/sylpheed-4.html 119share/sylpheed/manual/en/sylpheed-4.html
119share/sylpheed/manual/en/sylpheed-5.html 120share/sylpheed/manual/en/sylpheed-5.html
120share/sylpheed/manual/en/sylpheed-6.html 121share/sylpheed/manual/en/sylpheed-6.html
121share/sylpheed/manual/en/sylpheed-7.html 122share/sylpheed/manual/en/sylpheed-7.html
122share/sylpheed/manual/en/sylpheed-8.html 123share/sylpheed/manual/en/sylpheed-8.html
123share/sylpheed/manual/en/sylpheed-9.html 124share/sylpheed/manual/en/sylpheed-9.html
124share/sylpheed/manual/en/sylpheed.html 125share/sylpheed/manual/en/sylpheed.html
125share/sylpheed/manual/ja/sylpheed-1.html 126share/sylpheed/manual/ja/sylpheed-1.html
126share/sylpheed/manual/ja/sylpheed-10.html 127share/sylpheed/manual/ja/sylpheed-10.html
127share/sylpheed/manual/ja/sylpheed-11.html 128share/sylpheed/manual/ja/sylpheed-11.html
128share/sylpheed/manual/ja/sylpheed-12.html 129share/sylpheed/manual/ja/sylpheed-12.html
129share/sylpheed/manual/ja/sylpheed-13.html 130share/sylpheed/manual/ja/sylpheed-13.html
130share/sylpheed/manual/ja/sylpheed-14.html 131share/sylpheed/manual/ja/sylpheed-14.html
131share/sylpheed/manual/ja/sylpheed-15.html 132share/sylpheed/manual/ja/sylpheed-15.html
132share/sylpheed/manual/ja/sylpheed-16.html 133share/sylpheed/manual/ja/sylpheed-16.html
133share/sylpheed/manual/ja/sylpheed-17.html 134share/sylpheed/manual/ja/sylpheed-17.html
134share/sylpheed/manual/ja/sylpheed-18.html 135share/sylpheed/manual/ja/sylpheed-18.html
135share/sylpheed/manual/ja/sylpheed-19.html 136share/sylpheed/manual/ja/sylpheed-19.html
136share/sylpheed/manual/ja/sylpheed-2.html 137share/sylpheed/manual/ja/sylpheed-2.html
137share/sylpheed/manual/ja/sylpheed-20.html 138share/sylpheed/manual/ja/sylpheed-20.html
138share/sylpheed/manual/ja/sylpheed-21.html 139share/sylpheed/manual/ja/sylpheed-21.html
139share/sylpheed/manual/ja/sylpheed-22.html 140share/sylpheed/manual/ja/sylpheed-22.html
140share/sylpheed/manual/ja/sylpheed-23.html 141share/sylpheed/manual/ja/sylpheed-23.html
141share/sylpheed/manual/ja/sylpheed-24.html 142share/sylpheed/manual/ja/sylpheed-24.html
142share/sylpheed/manual/ja/sylpheed-25.html 143share/sylpheed/manual/ja/sylpheed-25.html
143share/sylpheed/manual/ja/sylpheed-26.html 144share/sylpheed/manual/ja/sylpheed-26.html
144share/sylpheed/manual/ja/sylpheed-3.html 145share/sylpheed/manual/ja/sylpheed-3.html
145share/sylpheed/manual/ja/sylpheed-4.html 146share/sylpheed/manual/ja/sylpheed-4.html
146share/sylpheed/manual/ja/sylpheed-5.html 147share/sylpheed/manual/ja/sylpheed-5.html
147share/sylpheed/manual/ja/sylpheed-6.html 148share/sylpheed/manual/ja/sylpheed-6.html
148share/sylpheed/manual/ja/sylpheed-7.html 149share/sylpheed/manual/ja/sylpheed-7.html
149share/sylpheed/manual/ja/sylpheed-8.html 150share/sylpheed/manual/ja/sylpheed-8.html
150share/sylpheed/manual/ja/sylpheed-9.html 151share/sylpheed/manual/ja/sylpheed-9.html
151share/sylpheed/manual/ja/sylpheed.html 152share/sylpheed/manual/ja/sylpheed.html

cvs diff -r1.84 -r1.85 pkgsrc/mail/sylpheed/distinfo (switch to unified diff)

--- pkgsrc/mail/sylpheed/distinfo 2015/11/03 23:27:22 1.84
+++ pkgsrc/mail/sylpheed/distinfo 2016/01/27 18:56:31 1.85
@@ -1,8 +1,9 @@ @@ -1,8 +1,9 @@
1$NetBSD: distinfo,v 1.84 2015/11/03 23:27:22 agc Exp $ 1$NetBSD: distinfo,v 1.85 2016/01/27 18:56:31 szptvlfn Exp $
2 2
3SHA1 (sylpheed-3.4.3.tar.bz2) = 108a7c593ddf6cc0612bd8cdbe8ddb92d387f63c 3SHA1 (sylpheed-3.5.0.tar.bz2) = 80e34d79b1f4ffcc6aaa73347d9553cde7d26ce3
4RMD160 (sylpheed-3.4.3.tar.bz2) = 2ba06f3f0dbf8e12abc2c2c5bed98b668f35ff0f 4RMD160 (sylpheed-3.5.0.tar.bz2) = c63a8f0cb5f73c828f60298541812cfe73807ac6
5SHA512 (sylpheed-3.4.3.tar.bz2) = cadae6a6855fae8c2df249d83cfd2d7b214062e3e49c74f6d64b3c2f97a9eb2586f14e2b766715e07fa1b229e4462cd39eee69bd02c26053b1ed93a497c3836b 5SHA512 (sylpheed-3.5.0.tar.bz2) = fa2803c41a935089989d93cd78ef0dd04d5c0117283f37b82f3d5e76eb753d38960ce3cc122936883cb3057e834acaa03b1a565cd31202331527d07a24e8d5b0
6Size (sylpheed-3.4.3.tar.bz2) = 3474313 bytes 6Size (sylpheed-3.5.0.tar.bz2) = 3519735 bytes
7SHA1 (patch-aa) = f7c6b53c173ca18f9e5e832aec38dd2455242f9c 7SHA1 (patch-aa) = f7c6b53c173ca18f9e5e832aec38dd2455242f9c
 8SHA1 (patch-configure) = 29644169674c7537ba94a1c479e0da5a8e6a082e
8SHA1 (patch-macosx_bundle_launcher.sh) = abfdb54b3400ee00e0c1e99fb5037a1a3c1e2a66 9SHA1 (patch-macosx_bundle_launcher.sh) = abfdb54b3400ee00e0c1e99fb5037a1a3c1e2a66

File Added: pkgsrc/mail/sylpheed/patches/patch-configure
$NetBSD: patch-configure,v 1.1 2016/01/27 18:56:31 szptvlfn Exp $

replace == with =

--- configure.orig	2016-01-15 17:17:25.000000000 +0900
+++ configure	2016-01-28 03:06:54.940828857 +0900
@@ -12567,7 +12567,7 @@
 
 
 
-if test "$os_osx" == yes; then
+if test "$os_osx" = yes; then
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gtkosx_application_ready in -lgtkmacintegration" >&5
 $as_echo_n "checking for gtkosx_application_ready in -lgtkmacintegration... " >&6; }
 if test "${ac_cv_lib_gtkmacintegration_gtkosx_application_ready+set}" = set; then :