On Sat, 7 Jul 2012 19:07:42 +1000 Brett <brett.ma...@gmx.com> wrote: > On Sat, 7 Jul 2012 09:50:56 +0200 > Remi Pointel <remi.poin...@xiri.fr> wrote: > > > Hi, > > > > this is the diff to update Sylpheed to 3.2.0. > > > > Are you ok? > > > > Cheers, > > > > Remi. > > > Hi Remi, > > Should this diff also remove the patches from the old port? For me, this > would not build until I deleted them. Apart from that its working great.
Hi, thanks, diff was not correct. This is the correct diff. Remi.
Index: Makefile =================================================================== RCS file: /cvs/ports/mail/sylpheed/Makefile,v retrieving revision 1.97 diff -u -p -r1.97 Makefile --- Makefile 16 Sep 2011 10:31:22 -0000 1.97 +++ Makefile 8 Jul 2012 08:15:04 -0000 @@ -2,11 +2,10 @@ 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 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 Index: distinfo =================================================================== RCS file: /cvs/ports/mail/sylpheed/distinfo,v retrieving revision 1.49 diff -u -p -r1.49 distinfo --- distinfo 11 Sep 2011 16:33:07 -0000 1.49 +++ distinfo 8 Jul 2012 08:15:04 -0000 @@ -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 Index: patches/patch-libsylph_defs_h =================================================================== RCS file: patches/patch-libsylph_defs_h diff -N patches/patch-libsylph_defs_h --- patches/patch-libsylph_defs_h 23 Mar 2012 13:28:25 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -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>