mail/sylpheed: update to 3.5.1.
From Amit Kulkarni (who is also taking MAINTAINER). Input from myself and danj@. OK danj@.
This commit is contained in:
parent
0771ff4a5e
commit
92cdb015d2
@ -1,15 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.110 2016/08/12 11:17:17 edd Exp $
|
||||
# $OpenBSD: Makefile,v 1.111 2016/08/26 09:13:59 edd Exp $
|
||||
|
||||
COMMENT = lightweight and user-friendly e-mail client
|
||||
|
||||
DISTNAME = sylpheed-3.4.2
|
||||
REVISION = 4
|
||||
DISTNAME = sylpheed-3.5.1
|
||||
|
||||
SHARED_LIBS += sylph-0 3.0 # 3.0
|
||||
SHARED_LIBS += sylpheed-plugin-0 3.0 # 3.0
|
||||
SHARED_LIBS += sylph-0 4.0 # 3.0
|
||||
SHARED_LIBS += sylpheed-plugin-0 4.0 # 3.0
|
||||
|
||||
CATEGORIES = mail news x11
|
||||
HOMEPAGE = http://sylpheed.sraoss.jp/en
|
||||
MAINTAINER = Amit Kulkarni <amitkulz@gmail.com>
|
||||
|
||||
# GPLv2 - LGPLv2
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
@ -28,7 +28,7 @@ WANTLIB += png gpgme gpg-error gtkspell ssl stdc++ xcb xcb-render xcb-shm z
|
||||
WANTLIB += gtk-x11-2.0 gdk-x11-2.0 gtkspell assuan ffi graphite2 harfbuzz
|
||||
|
||||
RUN_DEPENDS = devel/desktop-file-utils
|
||||
MASTER_SITES = http://sylpheed.sraoss.jp/sylpheed/v3.4/
|
||||
MASTER_SITES = http://sylpheed.sraoss.jp/sylpheed/v3.5/
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ARGS = --disable-compface \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (sylpheed-3.4.2.tar.gz) = pMR7VwpbVl0U/5kzzy4D/LiVA0wfBy+c0sSphnovImM=
|
||||
SIZE (sylpheed-3.4.2.tar.gz) = 5135661
|
||||
SHA256 (sylpheed-3.5.1.tar.gz) = NMbcarYQTWha8KLN613YRjlE8R01qhnigAQkM/QTz7g=
|
||||
SIZE (sylpheed-3.5.1.tar.gz) = 5315509
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-libsylph_procmime_c,v 1.7 2014/07/21 08:10:09 rpointel Exp $
|
||||
--- libsylph/procmime.c.orig Thu Nov 28 07:34:13 2013
|
||||
+++ libsylph/procmime.c Fri Jul 18 09:21:17 2014
|
||||
@@ -1585,7 +1585,7 @@ static GHashTable *procmime_get_mime_type_table(void)
|
||||
$OpenBSD: patch-libsylph_procmime_c,v 1.8 2016/08/26 09:13:59 edd Exp $
|
||||
--- libsylph/procmime.c.orig Mon Aug 22 20:22:10 2016
|
||||
+++ libsylph/procmime.c Mon Aug 22 20:24:11 2016
|
||||
@@ -1622,7 +1622,7 @@ static GHashTable *procmime_get_mime_type_table(void)
|
||||
procmime_get_mime_type_list(SYSCONFDIR "/mime.types");
|
||||
if (!mime_type_list)
|
||||
mime_type_list =
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-libsylph_ssl_c,v 1.1 2016/08/12 11:17:17 edd Exp $
|
||||
--- libsylph/ssl.c.orig Wed Aug 3 20:08:00 2016
|
||||
+++ libsylph/ssl.c Wed Aug 3 20:09:20 2016
|
||||
$OpenBSD: patch-libsylph_ssl_c,v 1.2 2016/08/26 09:13:59 edd Exp $
|
||||
--- libsylph/ssl.c.orig Mon Aug 22 20:24:57 2016
|
||||
+++ libsylph/ssl.c Mon Aug 22 20:25:45 2016
|
||||
@@ -55,6 +55,7 @@ static gchar *find_certs_file(const gchar *certs_dir)
|
||||
}
|
||||
|
||||
|
@ -1,16 +0,0 @@
|
||||
$OpenBSD: patch-src_gtkutils_c,v 1.2 2015/01/29 07:07:39 rpointel Exp $
|
||||
|
||||
issue 215: http://sylpheed.sraoss.jp/redmine/issues/215
|
||||
Fixed upstream: http://sylpheed.sraoss.jp/redmine/projects/sylpheed/repository/revisions/3462/diff/src/gtkutils.c
|
||||
|
||||
--- src/gtkutils.c.orig Tue Jun 10 06:06:36 2014
|
||||
+++ src/gtkutils.c Thu Jan 29 07:19:22 2015
|
||||
@@ -915,7 +915,7 @@ void gtkut_text_buffer_insert_with_tag_by_name(GtkText
|
||||
gtk_text_buffer_insert_with_tags_by_name
|
||||
(buffer, iter, text, len, tag, NULL);
|
||||
|
||||
- if (text[len - 1] != '\n') {
|
||||
+ if (len > 0 && text[len - 1] != '\n') {
|
||||
/* somehow returns invalid value first (bug?),
|
||||
so call it twice */
|
||||
gtk_text_iter_get_chars_in_line(iter);
|
@ -1,9 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.38 2016/03/16 22:11:46 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.39 2016/08/26 09:13:59 edd Exp $
|
||||
@pkgpath mail/sylpheed,compface
|
||||
@pkgpath mail/sylpheed,compface,gpgme
|
||||
@pkgpath mail/sylpheed,gpgme
|
||||
@bin bin/sylpheed
|
||||
include/sylpheed/
|
||||
include/sylpheed/plugin-types.h
|
||||
include/sylpheed/plugin.h
|
||||
include/sylpheed/sylph/
|
||||
include/sylpheed/sylph/account.h
|
||||
@ -65,13 +66,12 @@ share/locale/eu/LC_MESSAGES/sylpheed.mo
|
||||
share/locale/fi/LC_MESSAGES/sylpheed.mo
|
||||
share/locale/fr/LC_MESSAGES/sylpheed.mo
|
||||
share/locale/gl/LC_MESSAGES/sylpheed.mo
|
||||
share/locale/he/LC_MESSAGES/sylpheed.mo
|
||||
share/locale/hr/LC_MESSAGES/sylpheed.mo
|
||||
share/locale/hu/LC_MESSAGES/sylpheed.mo
|
||||
share/locale/it/LC_MESSAGES/sylpheed.mo
|
||||
share/locale/ja/LC_MESSAGES/sylpheed.mo
|
||||
share/locale/ko/LC_MESSAGES/sylpheed.mo
|
||||
share/locale/lt/
|
||||
share/locale/lt/LC_MESSAGES/
|
||||
share/locale/lt/LC_MESSAGES/sylpheed.mo
|
||||
share/locale/nl/LC_MESSAGES/sylpheed.mo
|
||||
share/locale/pl/LC_MESSAGES/sylpheed.mo
|
||||
|
Loading…
x
Reference in New Issue
Block a user