Update Sylpheed to 3.2.0, more stable than 3.1.0.

tested by Brett Mahar (thanks).
This commit is contained in:
rpointel 2012-07-12 20:17:45 +00:00
parent ff0c459ebf
commit 683369aaff
3 changed files with 10 additions and 26 deletions

View File

@ -1,12 +1,11 @@
# $OpenBSD: Makefile,v 1.97 2011/09/16 10:31:22 espie Exp $
# $OpenBSD: Makefile,v 1.98 2012/07/12 20:17:45 rpointel Exp $
COMMENT = lightweight and user-friendly e-mail client
DISTNAME = sylpheed-3.1.2
REVISION= 0
DISTNAME = sylpheed-3.2.0
SHARED_LIBS += sylph-0 2.0 # 2.0
SHARED_LIBS += sylpheed-plugin-0 2.0 # 2.0
SHARED_LIBS += sylph-0 2.1 # 2.1
SHARED_LIBS += sylpheed-plugin-0 2.1 # 2.1
CATEGORIES= mail news x11
HOMEPAGE= http://sylpheed.sraoss.jp/en
@ -31,7 +30,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
RUN_DEPENDS= devel/desktop-file-utils
MASTER_SITES = http://sylpheed.sraoss.jp/sylpheed/v3.1/
MASTER_SITES = http://sylpheed.sraoss.jp/sylpheed/v3.2/
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu

View File

@ -1,5 +1,5 @@
MD5 (sylpheed-3.1.2.tar.gz) = 5iDgC4UDurVJLmS3rEy+yQ==
RMD160 (sylpheed-3.1.2.tar.gz) = AjbdwdqSp5Tod4lZ+9lYT10xhwI=
SHA1 (sylpheed-3.1.2.tar.gz) = 7GPfUHESFiT/Oys4iC1NyOb8u6I=
SHA256 (sylpheed-3.1.2.tar.gz) = 8AhFeNlsYMJ+FPPdud5MK+DpubmpZ0iPqMXIPYIdUWM=
SIZE (sylpheed-3.1.2.tar.gz) = 4850469
MD5 (sylpheed-3.2.0.tar.gz) = Gvl/NfIqIDjQUEEJIJHyGg==
RMD160 (sylpheed-3.2.0.tar.gz) = gWLE1Ffv8O6K4NXQVUh5yY4T2ts=
SHA1 (sylpheed-3.2.0.tar.gz) = pBqOL8PF5JNfMMe6z/jXJQhUbjU=
SHA256 (sylpheed-3.2.0.tar.gz) = lp6fL0uphuPLnJeRdtXpu42qxOsAQpDHwvrlobaUVcU=
SIZE (sylpheed-3.2.0.tar.gz) = 4925789

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-libsylph_defs_h,v 1.1 2012/03/23 13:28:25 ajacoutot Exp $
error: #error "Only <glib.h> can be included directly."
--- libsylph/defs.h.orig Wed Mar 21 08:43:06 2012
+++ libsylph/defs.h Wed Mar 21 08:43:27 2012
@@ -24,7 +24,7 @@
# include "config.h"
#endif
-#include <glibconfig.h>
+#include <glib.h>
#ifdef G_OS_WIN32
# include <glib/gwin32.h>