On Sun, 15 Jan 2012 09:45:22 +0100
Landry Breuil <[email protected]> wrote:

> On Sat, Jan 14, 2012 at 10:21:23PM +0100, Christopher Zimmermann
> wrote:
> > Another plugin for claws-mail.
> 
> Looks good to me, but lacks RCS Ids in Makefile & PLIST, and PLIST is
> wrong (the @comment is not on the correct line, and the first line is
> bogus).
> Claws-Mail and its plugins are currently looking for a MAINTAINER, are
> you willing to take care of them ? An update to 3.8.0 would be nice..
> 
> Landry


What is the right way to add the RCS Ids? I looked quickly at rcs(1)
and cvs(1) but did not find anything helpful.

A diff to 3.8.0 for all plugins and the main application is attached.

You can add me as MAINTAINER and I'll try to keep the ports up-to-date,
but I don't have any experience with complex ports using SUBPACKAGEs or
FLAVORs.


Christopher
Index: claws-mail/Makefile
===================================================================
RCS file: /cvs/ports/mail/claws-mail/Makefile,v
retrieving revision 1.50
diff -u -p -r1.50 Makefile
--- claws-mail/Makefile	15 Dec 2011 21:09:38 -0000	1.50
+++ claws-mail/Makefile	15 Jan 2012 13:08:43 -0000
@@ -7,15 +7,15 @@ COMMENT-bogofilter=	bogofilter plugin
 COMMENT-clamav=		clamav plugin
 COMMENT-spamassassin=	spamassassin plugin
 
-V=			3.7.9
+V=			3.8.0
 DISTNAME=		claws-mail-${V}
 PKGNAME-main=		${DISTNAME}
-REVISION-main=		4
+#REVISION-main=		0
 PKGNAME-bogofilter=	claws-mail-bogofilter-${V}
-REVISION-bogofilter =	1
-REVISION-clamav =	0
+#REVISION-bogofilter =	0
+#REVISION-clamav =	0
 PKGNAME-spamassassin=	claws-mail-spamassassin-${V}
-REVISION-spamassassin =	1
+#REVISION-spamassassin =	0
 CATEGORIES=		mail news
 
 HOMEPAGE=		http://www.claws-mail.org/
@@ -86,7 +86,7 @@ USE_GROFF =		Yes
 LIBTOOL_FLAGS=		--tag=disable-static
 CONFIGURE_STYLE=	autoconf
 
-AUTOCONF_VERSION=	2.67
+AUTOCONF_VERSION=	2.68
 CONFIGURE_ENV+=		CPPFLAGS="-I${X11BASE}/include" \
 			LDFLAGS="-L${X11BASE}/lib"
 
Index: claws-mail/distinfo
===================================================================
RCS file: /cvs/ports/mail/claws-mail/distinfo,v
retrieving revision 1.21
diff -u -p -r1.21 distinfo
--- claws-mail/distinfo	21 Apr 2011 13:10:42 -0000	1.21
+++ claws-mail/distinfo	15 Jan 2012 13:08:43 -0000
@@ -1,5 +1,5 @@
-MD5 (claws/claws-mail-3.7.9.tar.bz2) = L50tyr+E4xLP61bvp5m1sw==
-RMD160 (claws/claws-mail-3.7.9.tar.bz2) = kxChqkMPnSaUfqjNJfOo72PrirM=
-SHA1 (claws/claws-mail-3.7.9.tar.bz2) = pdXZPV1tbKvbq9ORck11ZKMERJo=
-SHA256 (claws/claws-mail-3.7.9.tar.bz2) = s6XZHiXdAjDCG+QWPCdYaTd9IghDtXE3+X4Oy073dsM=
-SIZE (claws/claws-mail-3.7.9.tar.bz2) = 7086757
+MD5 (claws/claws-mail-3.8.0.tar.bz2) = 358WV9fzSVmiIFNE2VLC4w==
+RMD160 (claws/claws-mail-3.8.0.tar.bz2) = WD4pZu/aei/WIR6sQwAbV8PQ784=
+SHA1 (claws/claws-mail-3.8.0.tar.bz2) = 3mAQOSB0YzGU4qpYmOZtc8Nb2lo=
+SHA256 (claws/claws-mail-3.8.0.tar.bz2) = 7JReOw899vHxP88UmtPuUwbA5ldbs3XPVY6QKKDrYjE=
+SIZE (claws/claws-mail-3.8.0.tar.bz2) = 7190415
Index: claws-mail/patches/patch-configure_ac
===================================================================
RCS file: /cvs/ports/mail/claws-mail/patches/patch-configure_ac,v
retrieving revision 1.6
diff -u -p -r1.6 patch-configure_ac
--- claws-mail/patches/patch-configure_ac	11 Sep 2011 14:16:06 -0000	1.6
+++ claws-mail/patches/patch-configure_ac	15 Jan 2012 13:08:43 -0000
@@ -1,16 +1,7 @@
 $OpenBSD: patch-configure_ac,v 1.6 2011/09/11 14:16:06 naddy Exp $
---- configure.ac.orig	Sat Apr  9 10:45:59 2011
-+++ configure.ac	Wed Sep  7 21:37:45 2011
-@@ -153,7 +153,7 @@ if test x"$_gcc_psign" = xyes ; then
- 	CFLAGS="$CFLAGS -Wno-pointer-sign"
- fi
- 
--CFLAGS="$CFLAGS -Wall -Wno-pointer-sign"
-+CFLAGS="$CFLAGS -Wall"
- 
- if test $USE_MAINTAINER_MODE = yes; then
- 	CFLAGS="-g -Wall -Wno-pointer-sign"
-@@ -679,6 +679,7 @@ else
+--- configure.ac.orig	Sat Jan 14 20:30:41 2012
++++ configure.ac	Sat Jan 14 20:26:59 2012
+@@ -674,6 +674,7 @@ else
  	AC_CHECK_LIB(resolv, res_query, LDAP_LIBS="$LDAP_LIBS -lresolv")
  	AC_CHECK_LIB(socket, bind, LDAP_LIBS="$LDAP_LIBS -lsocket")
  	AC_CHECK_LIB(nsl, gethostbyaddr, LDAP_LIBS="$LDAP_LIBS -lnsl")
@@ -18,7 +9,7 @@ $OpenBSD: patch-configure_ac,v 1.6 2011/
  	AC_CHECK_LIB(lber, ber_get_tag, LDAP_LIBS="$LDAP_LIBS -llber",,
  		     $LDAP_LIBS)
  
-@@ -694,7 +695,8 @@ else
+@@ -689,7 +690,8 @@ else
  
  		AC_CHECK_LIB(ldap, ldap_start_tls_s,
  	     		     [ ac_cv_have_tls=yes ],
@@ -28,7 +19,7 @@ $OpenBSD: patch-configure_ac,v 1.6 2011/
  
  	fi
  
-@@ -754,7 +756,7 @@ if test "$ac_cv_enable_jpilot" = yes; then
+@@ -749,7 +751,7 @@ if test "$ac_cv_enable_jpilot" = yes; then
  				   AC_DEFINE(USE_JPILOT, 1, Define if you want JPilot support in addressbook.) ])
  	fi
  
Index: claws-mail/patches/patch-src_common_smtp_c
===================================================================
RCS file: /cvs/ports/mail/claws-mail/patches/patch-src_common_smtp_c,v
retrieving revision 1.1
diff -u -p -r1.1 patch-src_common_smtp_c
--- claws-mail/patches/patch-src_common_smtp_c	17 Oct 2008 12:46:33 -0000	1.1
+++ claws-mail/patches/patch-src_common_smtp_c	15 Jan 2012 13:08:43 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-src_common_smtp_c,v 1.1 2008/10/17 12:46:33 landry Exp $
---- src/common/smtp.c.orig	Sat Oct  4 16:19:23 2008
-+++ src/common/smtp.c	Sat Oct  4 16:21:59 2008
+--- src/common/smtp.c.orig	Fri Dec 16 09:09:34 2011
++++ src/common/smtp.c	Sat Jan 14 20:22:12 2012
 @@ -124,7 +124,7 @@ static void smtp_session_destroy(Session *session)
  
  gint smtp_from(SMTPSession *session)
@@ -9,8 +9,8 @@ $OpenBSD: patch-src_common_smtp_c,v 1.1 
 +	gchar buf[MESSAGEBUFSIZE];
  	gchar *mail_size = NULL;
  
- 	g_return_val_if_fail(session->from != NULL, SM_ERROR);
-@@ -182,7 +182,7 @@ static gint smtp_auth(SMTPSession *session)
+ 	cm_return_val_if_fail(session->from != NULL, SM_ERROR);
+@@ -188,7 +188,7 @@ static gint smtp_auth(SMTPSession *session)
  
  static gint smtp_auth_recv(SMTPSession *session, const gchar *msg)
  {
@@ -19,7 +19,7 @@ $OpenBSD: patch-src_common_smtp_c,v 1.1 
  
  	switch (session->auth_type) {
  	case SMTPAUTH_LOGIN:
-@@ -258,7 +258,7 @@ static gint smtp_auth_recv(SMTPSession *session, const
+@@ -264,7 +264,7 @@ static gint smtp_auth_recv(SMTPSession *session, const
  
  static gint smtp_auth_login_user_recv(SMTPSession *session, const gchar *msg)
  {
@@ -28,7 +28,7 @@ $OpenBSD: patch-src_common_smtp_c,v 1.1 
  
  	session->state = SMTP_AUTH_LOGIN_PASS;
  
-@@ -278,7 +278,7 @@ static gint smtp_auth_login_user_recv(SMTPSession *ses
+@@ -284,7 +284,7 @@ static gint smtp_auth_login_user_recv(SMTPSession *ses
  
  static gint smtp_ehlo(SMTPSession *session)
  {
@@ -37,7 +37,7 @@ $OpenBSD: patch-src_common_smtp_c,v 1.1 
  
  	session->state = SMTP_EHLO;
  
-@@ -357,7 +357,7 @@ static gint smtp_auth_cram_md5(SMTPSession *session)
+@@ -363,7 +363,7 @@ static gint smtp_auth_cram_md5(SMTPSession *session)
  
  static gint smtp_auth_plain(SMTPSession *session)
  {
@@ -46,7 +46,7 @@ $OpenBSD: patch-src_common_smtp_c,v 1.1 
  
  	/* 
   	 * +1      +1      +1
-@@ -422,7 +422,7 @@ static gint smtp_auth_login(SMTPSession *session)
+@@ -428,7 +428,7 @@ static gint smtp_auth_login(SMTPSession *session)
  
  static gint smtp_helo(SMTPSession *session)
  {
@@ -55,7 +55,7 @@ $OpenBSD: patch-src_common_smtp_c,v 1.1 
  
  	session->state = SMTP_HELO;
  
-@@ -437,7 +437,7 @@ static gint smtp_helo(SMTPSession *session)
+@@ -443,7 +443,7 @@ static gint smtp_helo(SMTPSession *session)
  
  static gint smtp_rcpt(SMTPSession *session)
  {
@@ -63,4 +63,4 @@ $OpenBSD: patch-src_common_smtp_c,v 1.1 
 +	gchar buf[MESSAGEBUFSIZE];
  	gchar *to;
  
- 	g_return_val_if_fail(session->cur_to != NULL, SM_ERROR);
+ 	cm_return_val_if_fail(session->cur_to != NULL, SM_ERROR);
Index: claws-mail/patches/patch-src_inc_c
===================================================================
RCS file: /cvs/ports/mail/claws-mail/patches/patch-src_inc_c,v
retrieving revision 1.6
diff -u -p -r1.6 patch-src_inc_c
--- claws-mail/patches/patch-src_inc_c	17 Oct 2008 12:46:33 -0000	1.6
+++ claws-mail/patches/patch-src_inc_c	15 Jan 2012 13:08:43 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-src_inc_c,v 1.6 2008/10/17 12:46:33 landry Exp $
---- src/inc.c.orig	Thu Sep 18 05:44:28 2008
-+++ src/inc.c	Sat Oct  4 16:02:19 2008
+--- src/inc.c.orig	Fri Dec 16 09:09:32 2011
++++ src/inc.c	Sat Jan 14 20:22:13 2012
 @@ -85,7 +85,7 @@ static GdkPixbuf *currentpix;
  static GdkPixbuf *errorpix;
  static GdkPixbuf *okpix;
@@ -10,7 +10,7 @@ $OpenBSD: patch-src_inc_c,v 1.6 2008/10/
  
  static void inc_finished		(MainWindow		*mainwin,
  					 gboolean		 new_messages,
-@@ -946,7 +946,7 @@ static void inc_progress_dialog_set_label(IncProgressD
+@@ -949,7 +949,7 @@ static void inc_progress_dialog_set_label(IncProgressD
  static void inc_progress_dialog_set_progress(IncProgressDialog *inc_dialog,
  					     IncSession *inc_session)
  {
Index: claws-mail/patches/patch-src_main_c
===================================================================
RCS file: claws-mail/patches/patch-src_main_c
diff -N claws-mail/patches/patch-src_main_c
--- claws-mail/patches/patch-src_main_c	13 Jun 2011 20:52:26 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,16 +0,0 @@
-$OpenBSD: patch-src_main_c,v 1.1 2011/06/13 20:52:26 landry Exp $
-
-Fix a segfault at startup, from upstream bug #2414:
-http://lists.claws-mail.org/pipermail/commits/2011-April/001364.html
-http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2414
---- src/main.c.orig	Sat Jun 11 18:19:00 2011
-+++ src/main.c	Sat Jun 11 18:19:32 2011
-@@ -331,7 +331,7 @@ static void startup_notification_complete(gboolean wit
- 		gtk_widget_show(hack);
- 	}
- 
--	xdisplay = gdk_display_get_default();
-+	xdisplay = GDK_DISPLAY_XDISPLAY(gdk_display_get_default());
- 	sn_display = sn_display_new(xdisplay,
- 				sn_error_trap_push,
- 				sn_error_trap_pop);
Index: claws-mail/patches/patch-src_mainwindow_c
===================================================================
RCS file: claws-mail/patches/patch-src_mainwindow_c
diff -N claws-mail/patches/patch-src_mainwindow_c
--- claws-mail/patches/patch-src_mainwindow_c	21 Apr 2011 13:10:42 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,13 +0,0 @@
-# $OpenBSD: patch-src_mainwindow_c,v 1.1 2011/04/21 13:10:42 landry Exp $
-# from upstream cvs, 3.7.9cvs2 - to be removed next update
-# fixes bug 2396 - starts minimized under gnome shell
---- src/mainwindow.c.orig	Fri Apr 15 00:54:38 2011
-+++ src/mainwindow.c	Fri Apr 15 00:58:38 2011
-@@ -3573,6 +3573,7 @@ void main_window_popup(MainWindow *mainwin)
- 	if (first_start) {
- #ifdef G_OS_UNIX
- 		gtk_window_deiconify(GTK_WINDOW(mainwin->window));
-+		gtkut_window_popup(mainwin->window);
- #endif
- 		first_start = FALSE;
- 	} else {
Index: claws-mail/patches/patch-src_procmime_c
===================================================================
RCS file: /cvs/ports/mail/claws-mail/patches/patch-src_procmime_c,v
retrieving revision 1.6
diff -u -p -r1.6 patch-src_procmime_c
--- claws-mail/patches/patch-src_procmime_c	17 Oct 2008 12:46:33 -0000	1.6
+++ claws-mail/patches/patch-src_procmime_c	15 Jan 2012 13:08:43 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_procmime_c,v 1.6 2008/10/17 12:46:33 landry Exp $
---- src/procmime.c.orig	Wed Oct  1 03:10:29 2008
-+++ src/procmime.c	Sat Oct  4 16:02:19 2008
-@@ -1085,7 +1085,7 @@ GList *procmime_get_mime_type_list(void)
+--- src/procmime.c.orig	Fri Dec 16 09:09:32 2011
++++ src/procmime.c	Sat Jan 14 20:22:13 2012
+@@ -1094,7 +1094,7 @@ GList *procmime_get_mime_type_list(void)
  #endif
  	{
  		fp_is_glob_file = FALSE;
Index: claws-mail/pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/mail/claws-mail/pkg/PLIST-main,v
retrieving revision 1.23
diff -u -p -r1.23 PLIST-main
--- claws-mail/pkg/PLIST-main	3 Dec 2011 20:30:09 -0000	1.23
+++ claws-mail/pkg/PLIST-main	15 Jan 2012 13:08:43 -0000
@@ -129,12 +129,14 @@ include/claws-mail/gtk/combobox.h
 include/claws-mail/gtk/description_window.h
 include/claws-mail/gtk/filesel.h
 include/claws-mail/gtk/foldersort.h
+include/claws-mail/gtk/gdkkeysyms-new.h
 include/claws-mail/gtk/gtkaspell.h
 include/claws-mail/gtk/gtkcmclist.h
 include/claws-mail/gtk/gtkcmctree.h
 include/claws-mail/gtk/gtkcmoptionmenu.h
 include/claws-mail/gtk/gtksctree.h
 include/claws-mail/gtk/gtkshruler.h
+include/claws-mail/gtk/gtkunit.h
 include/claws-mail/gtk/gtkutils.h
 include/claws-mail/gtk/gtkvscrollbutton.h
 include/claws-mail/gtk/headers.h
@@ -330,7 +332,9 @@ share/locale/es/LC_MESSAGES/claws-mail.m
 share/locale/fi/LC_MESSAGES/claws-mail.mo
 share/locale/fr/LC_MESSAGES/claws-mail.mo
 share/locale/hu/LC_MESSAGES/claws-mail.mo
-share/locale/id/LC_MESSAGES/claws-mail.mo
+share/locale/id_ID/
+share/locale/id_ID/LC_MESSAGES/
+share/locale/id_ID/LC_MESSAGES/claws-mail.mo
 share/locale/it/LC_MESSAGES/claws-mail.mo
 share/locale/ja/LC_MESSAGES/claws-mail.mo
 share/locale/lt/LC_MESSAGES/claws-mail.mo
Index: claws-mail-attremover/Makefile
===================================================================
RCS file: /cvs/ports/mail/claws-mail-attremover/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- claws-mail-attremover/Makefile	16 Sep 2011 10:31:21 -0000	1.12
+++ claws-mail-attremover/Makefile	15 Jan 2012 13:08:43 -0000
@@ -4,10 +4,10 @@ SHARED_ONLY =	Yes
 
 COMMENT =	remove attachments from emails
 
-VERSION =	1.0.12
+VERSION =	1.0.13
 DISTNAME =	att_remover-${VERSION}
 PKGNAME =	claws-mail-attremover-${VERSION}
-REVISION =	5
+#REVISION =	0
 MASTER_SITES =	http://www.claws-mail.org/downloads/plugins/
 CATEGORIES =	mail
 DIST_SUBDIR =	claws
@@ -27,7 +27,7 @@ MODULES =	devel/gettext
 
 LIB_DEPENDS =	x11/gtk+2
 
-RUN_DEPENDS =	mail/claws-mail>=3.7.6
+RUN_DEPENDS =	mail/claws-mail>=3.8.0
 BUILD_DEPENDS =	${RUN_DEPENDS}
 
 WANTLIB =	X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
Index: claws-mail-attremover/distinfo
===================================================================
RCS file: /cvs/ports/mail/claws-mail-attremover/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- claws-mail-attremover/distinfo	11 Jun 2010 17:10:40 -0000	1.2
+++ claws-mail-attremover/distinfo	15 Jan 2012 13:08:43 -0000
@@ -1,5 +1,5 @@
-MD5 (claws/att_remover-1.0.12.tar.gz) = IhMV6HNOZbdNBc4+ltx3qQ==
-RMD160 (claws/att_remover-1.0.12.tar.gz) = Y/tnLysh8iK84+daP9NQxiSIyaU=
-SHA1 (claws/att_remover-1.0.12.tar.gz) = cvDieRzzh2BC0Ld+jA2jImojj4o=
-SHA256 (claws/att_remover-1.0.12.tar.gz) = EHH+EySTUxeY1JUcl0xCRaq82rS0fYOYhwEn2zrAR2Y=
-SIZE (claws/att_remover-1.0.12.tar.gz) = 292767
+MD5 (claws/att_remover-1.0.13.tar.gz) = X9DVfAP0xF8bSgCdP5v3Ag==
+RMD160 (claws/att_remover-1.0.13.tar.gz) = s6KXbS7mJs/z9S9LWoIzv0oxKcA=
+SHA1 (claws/att_remover-1.0.13.tar.gz) = m5xsqcKsPsAdbQkBVfMbcNtL5EU=
+SHA256 (claws/att_remover-1.0.13.tar.gz) = a8bPJYGVA2N/IedGxLT+G9axtqspW51pNL6vSl3mflg=
+SIZE (claws/att_remover-1.0.13.tar.gz) = 315845
Index: claws-mail-htmlviewer/Makefile
===================================================================
RCS file: /cvs/ports/mail/claws-mail-htmlviewer/Makefile,v
retrieving revision 1.26
diff -u -p -r1.26 Makefile
--- claws-mail-htmlviewer/Makefile	16 Sep 2011 10:31:21 -0000	1.26
+++ claws-mail-htmlviewer/Makefile	15 Jan 2012 13:08:43 -0000
@@ -4,10 +4,10 @@ SHARED_ONLY=	Yes
 
 COMMENT=	HTML renderer plugin for Claws Mail
 
-VERSION=	0.30
+VERSION=	0.32
 DISTNAME=	gtkhtml2_viewer-${VERSION}
 PKGNAME=	claws-mail-htmlviewer-${VERSION}
-REVISION=		0
+#REVISION=	0
 MASTER_SITES=	http://www.claws-mail.org/downloads/plugins/
 CATEGORIES=	mail
 DIST_SUBDIR=	claws
@@ -25,7 +25,7 @@ LIBTOOL_FLAGS=	--tag=disable-static
 
 MODULES=	devel/gettext
 
-RUN_DEPENDS=	mail/claws-mail
+RUN_DEPENDS =	mail/claws-mail>=3.8.0
 BUILD_DEPENDS=	${RUN_DEPENDS}
 LIB_DEPENDS=	textproc/libxml \
 		net/curl \
Index: claws-mail-htmlviewer/distinfo
===================================================================
RCS file: /cvs/ports/mail/claws-mail-htmlviewer/distinfo,v
retrieving revision 1.15
diff -u -p -r1.15 distinfo
--- claws-mail-htmlviewer/distinfo	21 Apr 2011 13:13:59 -0000	1.15
+++ claws-mail-htmlviewer/distinfo	15 Jan 2012 13:08:43 -0000
@@ -1,5 +1,5 @@
-MD5 (claws/gtkhtml2_viewer-0.30.tar.gz) = kEkqFXfLwC0ML9Nwr7K1wA==
-RMD160 (claws/gtkhtml2_viewer-0.30.tar.gz) = eFNMonphRuQO/kVXL5TE5wr4yOo=
-SHA1 (claws/gtkhtml2_viewer-0.30.tar.gz) = kxwAvZ4oy6CPGG/tS6LvOV/JTM0=
-SHA256 (claws/gtkhtml2_viewer-0.30.tar.gz) = iRibCcRKfpGUoYgTL3p8Q9CH0CgUk5xNNbvfpqeHo1A=
-SIZE (claws/gtkhtml2_viewer-0.30.tar.gz) = 684440
+MD5 (claws/gtkhtml2_viewer-0.32.tar.gz) = gqUBHtmZWiEbq2zq1CI15g==
+RMD160 (claws/gtkhtml2_viewer-0.32.tar.gz) = u/8+xvSDWW1KszLCMH9F+yu4Egs=
+SHA1 (claws/gtkhtml2_viewer-0.32.tar.gz) = A6wPi2GcyZh84fxkf4LYtibgJPM=
+SHA256 (claws/gtkhtml2_viewer-0.32.tar.gz) = D1wZGLqXuNtd81UupK495onDb0APZCchcFD2C5mOlqk=
+SIZE (claws/gtkhtml2_viewer-0.32.tar.gz) = 713715
Index: claws-mail-htmlviewer/pkg/PLIST
===================================================================
RCS file: /cvs/ports/mail/claws-mail-htmlviewer/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- claws-mail-htmlviewer/pkg/PLIST	25 May 2010 15:13:36 -0000	1.6
+++ claws-mail-htmlviewer/pkg/PLIST	15 Jan 2012 13:08:43 -0000
@@ -8,9 +8,10 @@ share/locale/es/LC_MESSAGES/gtkhtml2_vie
 share/locale/fi/LC_MESSAGES/gtkhtml2_viewer.mo
 share/locale/fr/LC_MESSAGES/gtkhtml2_viewer.mo
 share/locale/hu/LC_MESSAGES/gtkhtml2_viewer.mo
-share/locale/id/LC_MESSAGES/gtkhtml2_viewer.mo
+share/locale/id_ID/LC_MESSAGES/gtkhtml2_viewer.mo
 share/locale/it/LC_MESSAGES/gtkhtml2_viewer.mo
 share/locale/ja/LC_MESSAGES/gtkhtml2_viewer.mo
+share/locale/lt/LC_MESSAGES/gtkhtml2_viewer.mo
 share/locale/nl/LC_MESSAGES/gtkhtml2_viewer.mo
 share/locale/pl/LC_MESSAGES/gtkhtml2_viewer.mo
 share/locale/pt_BR/LC_MESSAGES/gtkhtml2_viewer.mo
Index: claws-mail-notification/Makefile
===================================================================
RCS file: /cvs/ports/mail/claws-mail-notification/Makefile,v
retrieving revision 1.25
diff -u -p -r1.25 Makefile
--- claws-mail-notification/Makefile	16 Sep 2011 10:31:21 -0000	1.25
+++ claws-mail-notification/Makefile	15 Jan 2012 13:08:43 -0000
@@ -4,10 +4,10 @@ SHARED_ONLY=	Yes
 
 COMMENT=	notification plugin for Claws-mail
 
-VERSION=	0.27
+VERSION=	0.29
 DISTNAME=	notification_plugin-${VERSION}
 PKGNAME=	claws-mail-notification-${VERSION}
-REVISION=		0
+#REVISION=		0
 MASTER_SITES=	http://www.claws-mail.org/downloads/plugins/
 CATEGORIES=	mail
 DIST_SUBDIR=	claws
@@ -36,7 +36,7 @@ MODULES=	devel/gettext
 LIB_DEPENDS=	devel/libnotify>=0.7.2 \
 		x11/gtk+2
 
-RUN_DEPENDS=	mail/claws-mail \
+RUN_DEPENDS=	mail/claws-mail>=3.8.0 \
 		notification-daemon-*|notification-daemon-xfce-*|xfce4-notifyd-*:sysutils/notification-daemon
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
Index: claws-mail-notification/distinfo
===================================================================
RCS file: /cvs/ports/mail/claws-mail-notification/distinfo,v
retrieving revision 1.13
diff -u -p -r1.13 distinfo
--- claws-mail-notification/distinfo	21 Apr 2011 13:13:59 -0000	1.13
+++ claws-mail-notification/distinfo	15 Jan 2012 13:08:43 -0000
@@ -1,5 +1,5 @@
-MD5 (claws/notification_plugin-0.27.tar.gz) = qvKZlC06THBE8RvA1l373A==
-RMD160 (claws/notification_plugin-0.27.tar.gz) = 3+P89p3DMvnrzKExdWvYpEDMcHo=
-SHA1 (claws/notification_plugin-0.27.tar.gz) = w8wwtfMBD7FSlg3gmvuR6hMneAc=
-SHA256 (claws/notification_plugin-0.27.tar.gz) = mq4mg76TJPH+x2EK8SHgc8lH1VUnhMwXFEFrj0b15V0=
-SIZE (claws/notification_plugin-0.27.tar.gz) = 532402
+MD5 (claws/notification_plugin-0.29.tar.gz) = UWHu3PLNmu+XdwgPBKK0wQ==
+RMD160 (claws/notification_plugin-0.29.tar.gz) = 3/yfZsWd9uaUrRv9O5pjJ1oJA5g=
+SHA1 (claws/notification_plugin-0.29.tar.gz) = v9VvTTUJvZkcCauHycZ0izBPflw=
+SHA256 (claws/notification_plugin-0.29.tar.gz) = RK35jLAaAYvXjmNyZazXFp3cGqfH9UnZprmakDX+F0s=
+SIZE (claws/notification_plugin-0.29.tar.gz) = 558931
Index: claws-mail-notification/patches/patch-src_notification_popup_c
===================================================================
RCS file: claws-mail-notification/patches/patch-src_notification_popup_c
diff -N claws-mail-notification/patches/patch-src_notification_popup_c
--- claws-mail-notification/patches/patch-src_notification_popup_c	21 Apr 2011 07:05:36 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,16 +0,0 @@
-$OpenBSD: patch-src_notification_popup_c,v 1.1 2011/04/21 07:05:36 ajacoutot Exp $
-
-Fix with libnotify>=0.7
-(notify_notification_new has lost its widget argument)
-
---- src/notification_popup.c.orig	Tue Apr 19 14:20:58 2011
-+++ src/notification_popup.c	Tue Apr 19 14:21:06 2011
-@@ -339,7 +339,7 @@ static gboolean notification_libnotify_create(MsgInfo 
-     break;
-   }
- 
--  ppopup->notification = notify_notification_new(summary, utf8_str, NULL, NULL);
-+  ppopup->notification = notify_notification_new(summary, utf8_str, NULL);
-   g_free(utf8_str);
-   if(ppopup->notification == NULL) {
-     debug_print("Notification Plugin: Failed to create a new "
Index: claws-mail-notification/patches/patch-src_notification_trayicon_c
===================================================================
RCS file: claws-mail-notification/patches/patch-src_notification_trayicon_c
diff -N claws-mail-notification/patches/patch-src_notification_trayicon_c
--- claws-mail-notification/patches/patch-src_notification_trayicon_c	21 Apr 2011 07:05:36 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,19 +0,0 @@
-$OpenBSD: patch-src_notification_trayicon_c,v 1.1 2011/04/21 07:05:36 ajacoutot Exp $
-
-Fix with libnotify>=0.7
-(notify_notification_new has lost its widget argument)
-(notify_notification_attach_to_status_icon is gone)
-
---- src/notification_trayicon.c.orig	Tue Apr 19 14:19:52 2011
-+++ src/notification_trayicon.c	Tue Apr 19 14:20:07 2011
-@@ -601,8 +601,8 @@ static gboolean notification_trayicon_popup_create(Msg
-   summary  = notification_trayicon_popup_assemble_summary();
-   utf8_str = notification_trayicon_popup_assemble_body(msginfo);
- 
--  popup.notification = notify_notification_new(summary, utf8_str, NULL, NULL);
--  notify_notification_attach_to_status_icon(popup.notification, trayicon);
-+  popup.notification = notify_notification_new(summary, utf8_str, NULL);
-+//  notify_notification_attach_to_status_icon(popup.notification, trayicon);
- 
-   g_free(summary);
-   g_free(utf8_str);
Index: claws-mail-notification/pkg/PLIST
===================================================================
RCS file: /cvs/ports/mail/claws-mail-notification/pkg/PLIST,v
retrieving revision 1.8
diff -u -p -r1.8 PLIST
--- claws-mail-notification/pkg/PLIST	25 May 2010 15:13:10 -0000	1.8
+++ claws-mail-notification/pkg/PLIST	15 Jan 2012 13:08:44 -0000
@@ -1,17 +1,17 @@
 @comment $OpenBSD: PLIST,v 1.8 2010/05/25 15:13:10 ajacoutot Exp $
-include/notification_plugin/
-include/notification_plugin/gtkhotkey/
-include/notification_plugin/gtkhotkey/eggaccelerators.h
-include/notification_plugin/gtkhotkey/gtk-hotkey-error.h
-include/notification_plugin/gtkhotkey/gtk-hotkey-info.h
-include/notification_plugin/gtkhotkey/gtk-hotkey-key-file-registry.h
-include/notification_plugin/gtkhotkey/gtk-hotkey-listener.h
-include/notification_plugin/gtkhotkey/gtk-hotkey-marshal.h
-include/notification_plugin/gtkhotkey/gtk-hotkey-registry.h
-include/notification_plugin/gtkhotkey/gtk-hotkey-utils.h
-include/notification_plugin/gtkhotkey/gtk-hotkey-x11-listener.h
-include/notification_plugin/gtkhotkey/gtkhotkey.h
-include/notification_plugin/gtkhotkey/tomboykeybinder.h
+include/claws-mail/plugins/notification_plugin/
+include/claws-mail/plugins/notification_plugin/gtkhotkey/
+include/claws-mail/plugins/notification_plugin/gtkhotkey/eggaccelerators.h
+include/claws-mail/plugins/notification_plugin/gtkhotkey/gtk-hotkey-error.h
+include/claws-mail/plugins/notification_plugin/gtkhotkey/gtk-hotkey-info.h
+include/claws-mail/plugins/notification_plugin/gtkhotkey/gtk-hotkey-key-file-registry.h
+include/claws-mail/plugins/notification_plugin/gtkhotkey/gtk-hotkey-listener.h
+include/claws-mail/plugins/notification_plugin/gtkhotkey/gtk-hotkey-marshal.h
+include/claws-mail/plugins/notification_plugin/gtkhotkey/gtk-hotkey-registry.h
+include/claws-mail/plugins/notification_plugin/gtkhotkey/gtk-hotkey-utils.h
+include/claws-mail/plugins/notification_plugin/gtkhotkey/gtk-hotkey-x11-listener.h
+include/claws-mail/plugins/notification_plugin/gtkhotkey/gtkhotkey.h
+include/claws-mail/plugins/notification_plugin/gtkhotkey/tomboykeybinder.h
 @comment lib/claws-mail/plugins/notification_plugin.la
 lib/claws-mail/plugins/notification_plugin.so
 share/locale/ca/LC_MESSAGES/notification_plugin.mo
@@ -20,9 +20,10 @@ share/locale/es/LC_MESSAGES/notification
 share/locale/fi/LC_MESSAGES/notification_plugin.mo
 share/locale/fr/LC_MESSAGES/notification_plugin.mo
 share/locale/hu/LC_MESSAGES/notification_plugin.mo
-share/locale/id/LC_MESSAGES/notification_plugin.mo
+share/locale/id_ID/LC_MESSAGES/notification_plugin.mo
 share/locale/it/LC_MESSAGES/notification_plugin.mo
 share/locale/ja/LC_MESSAGES/notification_plugin.mo
+share/locale/lt/LC_MESSAGES/notification_plugin.mo
 share/locale/nl/LC_MESSAGES/notification_plugin.mo
 share/locale/pt_BR/LC_MESSAGES/notification_plugin.mo
 share/locale/ru/LC_MESSAGES/notification_plugin.mo
Index: claws-mail-rssyl/Makefile
===================================================================
RCS file: /cvs/ports/mail/claws-mail-rssyl/Makefile,v
retrieving revision 1.26
diff -u -p -r1.26 Makefile
--- claws-mail-rssyl/Makefile	16 Sep 2011 10:31:21 -0000	1.26
+++ claws-mail-rssyl/Makefile	15 Jan 2012 13:08:44 -0000
@@ -4,10 +4,10 @@ SHARED_ONLY=	Yes
 
 COMMENT=	RSS aggregator plugin for Claws-mail
 
-VERSION=	0.30
+VERSION=	0.32
 DISTNAME=	rssyl-${VERSION}
 PKGNAME=	claws-mail-rssyl-${VERSION}
-REVISION=		0
+#REVISION=		0
 MASTER_SITES=	http://www.claws-mail.org/downloads/plugins/
 CATEGORIES=	mail
 DIST_SUBDIR=	claws
@@ -25,7 +25,7 @@ LIBTOOL_FLAGS=	--tag=disable-static
 
 MODULES=	devel/gettext
 
-RUN_DEPENDS=	mail/claws-mail
+RUN_DEPENDS =	mail/claws-mail>=3.8.0
 BUILD_DEPENDS=	${RUN_DEPENDS}
 LIB_DEPENDS=	textproc/libxml \
 		x11/gtk+2 \
Index: claws-mail-rssyl/distinfo
===================================================================
RCS file: /cvs/ports/mail/claws-mail-rssyl/distinfo,v
retrieving revision 1.13
diff -u -p -r1.13 distinfo
--- claws-mail-rssyl/distinfo	21 Apr 2011 13:13:59 -0000	1.13
+++ claws-mail-rssyl/distinfo	15 Jan 2012 13:08:44 -0000
@@ -1,5 +1,5 @@
-MD5 (claws/rssyl-0.30.tar.gz) = 0ejC2tXSe2T6P6pT41cgpw==
-RMD160 (claws/rssyl-0.30.tar.gz) = MI8ccMLy1a1j9g69iOkKx8XuFsc=
-SHA1 (claws/rssyl-0.30.tar.gz) = GIy9Sc3dYHuws8kn0KrMivTlbOA=
-SHA256 (claws/rssyl-0.30.tar.gz) = 3gTOMHNBBfO50tQHyPRPg/+EVijV3KOdgZh3QHTWxwA=
-SIZE (claws/rssyl-0.30.tar.gz) = 478581
+MD5 (claws/rssyl-0.32.tar.gz) = FlA1EhEz6hH+gjZrdfK/kw==
+RMD160 (claws/rssyl-0.32.tar.gz) = OSlwsQm8SrhPnWmUAJZQN8bWCaE=
+SHA1 (claws/rssyl-0.32.tar.gz) = 1k4AVVGMEwQgbfH0J83ASujJrKU=
+SHA256 (claws/rssyl-0.32.tar.gz) = cu9Lo7hshFBTAPi315Bd3psWd/arXXTp5SnoVpqx2wE=
+SIZE (claws/rssyl-0.32.tar.gz) = 502613
Index: claws-mail-rssyl/pkg/PLIST
===================================================================
RCS file: /cvs/ports/mail/claws-mail-rssyl/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- claws-mail-rssyl/pkg/PLIST	25 May 2010 15:13:36 -0000	1.5
+++ claws-mail-rssyl/pkg/PLIST	15 Jan 2012 13:08:44 -0000
@@ -8,7 +8,7 @@ share/locale/es/LC_MESSAGES/rssyl.mo
 share/locale/fi/LC_MESSAGES/rssyl.mo
 share/locale/fr/LC_MESSAGES/rssyl.mo
 share/locale/hu/LC_MESSAGES/rssyl.mo
-share/locale/id/LC_MESSAGES/rssyl.mo
+share/locale/id_ID/LC_MESSAGES/rssyl.mo
 share/locale/it/LC_MESSAGES/rssyl.mo
 share/locale/ja/LC_MESSAGES/rssyl.mo
 share/locale/nl/LC_MESSAGES/rssyl.mo
Index: claws-mail-vcalendar/Makefile
===================================================================
RCS file: /cvs/ports/mail/claws-mail-vcalendar/Makefile,v
retrieving revision 1.27
diff -u -p -r1.27 Makefile
--- claws-mail-vcalendar/Makefile	16 Sep 2011 10:31:21 -0000	1.27
+++ claws-mail-vcalendar/Makefile	15 Jan 2012 13:08:44 -0000
@@ -4,10 +4,10 @@ SHARED_ONLY=	Yes
 
 COMMENT=	groupware plugin for Claws-mail
 
-VERSION=	2.0.10
+VERSION=	2.0.12
 DISTNAME=	vcalendar-${VERSION}
 PKGNAME=	claws-mail-vcalendar-${VERSION}
-REVISION=		0
+#REVISION=		0
 MASTER_SITES=	http://www.claws-mail.org/downloads/plugins/
 CATEGORIES=	mail
 DIST_SUBDIR=	claws
@@ -28,7 +28,7 @@ MODULES=	devel/gettext
 LIB_DEPENDS=	x11/gtk+2 \
 		net/curl
 
-RUN_DEPENDS=	mail/claws-mail
+RUN_DEPENDS =	mail/claws-mail>=3.8.0
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
 WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
Index: claws-mail-vcalendar/distinfo
===================================================================
RCS file: /cvs/ports/mail/claws-mail-vcalendar/distinfo,v
retrieving revision 1.14
diff -u -p -r1.14 distinfo
--- claws-mail-vcalendar/distinfo	21 Apr 2011 13:13:59 -0000	1.14
+++ claws-mail-vcalendar/distinfo	15 Jan 2012 13:08:44 -0000
@@ -1,5 +1,5 @@
-MD5 (claws/vcalendar-2.0.10.tar.gz) = lc/6Nlet1vP99JV5NtMXJQ==
-RMD160 (claws/vcalendar-2.0.10.tar.gz) = 28VQ0tXvfAO61IZtgH5rIy4xPXM=
-SHA1 (claws/vcalendar-2.0.10.tar.gz) = lUYw1pVI/pdl5oOYOgAQS6FRz00=
-SHA256 (claws/vcalendar-2.0.10.tar.gz) = etGG4PAINE4eBvwc1ooS4m33+agzcLkhRCBU/o0kTjo=
-SIZE (claws/vcalendar-2.0.10.tar.gz) = 833896
+MD5 (claws/vcalendar-2.0.12.tar.gz) = sv+QyFJN5N7FFcGBZBJSOA==
+RMD160 (claws/vcalendar-2.0.12.tar.gz) = mzGLVSpbDCVlRKOGKLNAhVBIe/8=
+SHA1 (claws/vcalendar-2.0.12.tar.gz) = PDqkhr8JPufk58kaKmrXFXCDGTU=
+SHA256 (claws/vcalendar-2.0.12.tar.gz) = CCaodCUqmDn4hoH7lv7bv+4GwehD9BiKkvR116JhXPc=
+SIZE (claws/vcalendar-2.0.12.tar.gz) = 858245
Index: claws-mail-vcalendar/pkg/PLIST
===================================================================
RCS file: /cvs/ports/mail/claws-mail-vcalendar/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- claws-mail-vcalendar/pkg/PLIST	25 May 2010 15:13:36 -0000	1.6
+++ claws-mail-vcalendar/pkg/PLIST	15 Jan 2012 13:08:44 -0000
@@ -11,9 +11,10 @@ share/locale/es/LC_MESSAGES/vcalendar.mo
 share/locale/fi/LC_MESSAGES/vcalendar.mo
 share/locale/fr/LC_MESSAGES/vcalendar.mo
 share/locale/hu/LC_MESSAGES/vcalendar.mo
-share/locale/id/LC_MESSAGES/vcalendar.mo
+share/locale/id_ID/LC_MESSAGES/vcalendar.mo
 share/locale/it/LC_MESSAGES/vcalendar.mo
 share/locale/ja/LC_MESSAGES/vcalendar.mo
+share/locale/lt/LC_MESSAGES/vcalendar.mo
 share/locale/nl/LC_MESSAGES/vcalendar.mo
 share/locale/pl/LC_MESSAGES/vcalendar.mo
 share/locale/pt_BR/LC_MESSAGES/vcalendar.mo

Attachment: claws-mail-addresskeeper.tgz
Description: application/compressed-tar

Reply via email to