From c0rn@o2.pl  Mon Jul  9 17:23:46 2007
Return-Path: <c0rn@o2.pl>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 1DA3D16A473
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  9 Jul 2007 17:23:46 +0000 (UTC)
	(envelope-from c0rn@o2.pl)
Received: from tur.go2.pl (tur.go2.pl [193.17.41.50])
	by mx1.freebsd.org (Postfix) with ESMTP id A35B713C45B
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  9 Jul 2007 17:23:45 +0000 (UTC)
	(envelope-from c0rn@o2.pl)
Received: from poczta.o2.pl (mx12.go2.pl [193.17.41.142])
	by tur.go2.pl (o2.pl Mailer 2.0.1) with ESMTP id 410F6232A5F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  9 Jul 2007 19:03:24 +0200 (CEST)
Received: from poczta.o2.pl (mx12 [127.0.0.1])
	by poczta.o2.pl (Postfix) with ESMTP id 9C4FD3E80D0
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  9 Jul 2007 19:03:21 +0200 (CEST)
Received: from caprica.slowicza.org (bas16.neoplus.adsl.tpnet.pl [83.27.182.16])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by poczta.o2.pl (Postfix) with ESMTP
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  9 Jul 2007 19:03:21 +0200 (CEST)
Message-Id: <1184000590.12717@caprica.slowicza.org>
Date: Mon, 9 Jul 2007 19:03:10 +0200
From: "Pawel Pekala" <c0rn@o2.pl>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [maintainer update] mail/claws-mail-etpan_privacy: fix build with claws-mail 2.10
X-Send-Pr-Version: gtk-send-pr 0.4.8 
X-GNATS-Notify:

>Number:         114454
>Category:       ports
>Synopsis:       [maintainer update] mail/claws-mail-etpan_privacy: fix build with claws-mail 2.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 09 17:30:04 GMT 2007
>Closed-Date:    Mon Jul 09 18:33:50 GMT 2007
>Last-Modified:  Mon Jul  9 18:40:03 GMT 2007
>Originator:     Pawel Pekala
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:


System: FreeBSD 6.2-RELEASE #2: Sat Jan 13 12:52:19 CET 2007
    corn@caprica.slowicza.org:/usr/obj/usr/src/sys/GENERIC



>Description:


- fix build with claws-mail 2.10


>How-To-Repeat:





>Fix:


--- claws-etpan_privacy.diff begins here ---
diff -urN /usr/ports/mail/claws-mail-etpan_privacy/Makefile claws-mail-etpan_privacy/Makefile
--- /usr/ports/mail/claws-mail-etpan_privacy/Makefile	Wed May 30 19:31:22 2007
+++ claws-mail-etpan_privacy/Makefile	Mon Jul  9 18:53:50 2007
@@ -7,7 +7,7 @@
 
 PORTNAME=	etpan_privacy
 PORTVERSION=	0.15.5
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	mail
 MASTER_SITES=	http://www.claws-mail.org/downloads/plugins/
 PKGNAMEPREFIX=	claws-mail-
@@ -16,8 +16,8 @@
 MAINTAINER=	c0rn@o2.pl
 COMMENT=	S/MIME, PGP verification and decryption plugin for claws-mail
 
-BUILD_DEPENDS=	claws-mail>=2.6:${PORTSDIR}/mail/claws-mail
-RUN_DEPENDS=	claws-mail>=2.6:${PORTSDIR}/mail/claws-mail
+BUILD_DEPENDS=	claws-mail>=2.10:${PORTSDIR}/mail/claws-mail
+RUN_DEPENDS=	claws-mail>=2.10:${PORTSDIR}/mail/claws-mail
 
 USE_GMAKE=	yes
 USE_XLIB=	yes
diff -urN /usr/ports/mail/claws-mail-etpan_privacy/files/patch-update-plugin-api claws-mail-etpan_privacy/files/patch-update-plugin-api
--- /usr/ports/mail/claws-mail-etpan_privacy/files/patch-update-plugin-api	Thu Jan  1 01:00:00 1970
+++ claws-mail-etpan_privacy/files/patch-update-plugin-api	Mon Jul  9 18:52:22 2007
@@ -0,0 +1,30 @@
+===================================================================
+RCS file: /pack/anoncvs/sylpheedclaws/plugins/etpan-privacy/src/plugin.c,v
+retrieving revision 1.1.1.1.2.10
+retrieving revision 1.1.1.1.2.11
+diff -u -r1.1.1.1.2.10 -r1.1.1.1.2.11
+--- src/plugin.c	2006/12/15 19:06:14	1.1.1.1.2.10
++++ src/plugin.c	2007/06/21 17:12:30	1.1.1.1.2.11
+@@ -46,7 +46,7 @@
+ {
+ 	int r;
+ 
+-	if( !check_plugin_version(MAKE_NUMERIC_VERSION(2, 6, 1, 41),
++	if( !check_plugin_version(MAKE_NUMERIC_VERSION(2,9,2,72),
+ 				VERSION_NUMERIC, _("etPan! Privacy"), error) )
+ 		return -1;
+ 	
+@@ -63,11 +63,12 @@
+ 	return 0;
+ }
+ 
+-void plugin_done(void)
++gboolean plugin_done(void)
+ {
+ 	etpan_privacy_prefs_done();
+ 	etpan_privacy_done();
+ 	debug_print(_("etPan! - Privacy plugin unloaded\n"));
++	return TRUE;
+ }
+ 
+ const gchar *plugin_name(void)
--- claws-etpan_privacy.diff ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon Jul 9 17:31:20 UTC 2007 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114454 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Jul 9 18:33:48 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114454 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/114454: commit references a PR
Date: Mon,  9 Jul 2007 18:33:47 +0000 (UTC)

 miwi        2007-07-09 18:33:40 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/claws-mail-etpan_privacy Makefile 
   Added files:
     mail/claws-mail-etpan_privacy/files patch-update-plugin-api 
   Log:
   - Fix build with claws-mail 2.10.0
   - Bump PORTREVISION
   
   PR:             114454
   Submitted by:   Pawel Pekala" <c0rn@o2.pl> (maintainer)
   Obtained from:  claws-mail cvs
   
   Revision  Changes    Path
   1.17      +3 -3      ports/mail/claws-mail-etpan_privacy/Makefile
   1.1       +30 -0     ports/mail/claws-mail-etpan_privacy/files/patch-update-plugin-api (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
