From jylefort@brutele.be  Fri Nov 12 16:36:11 2004
Return-Path: <jylefort@brutele.be>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 154F116A4E2
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 12 Nov 2004 16:36:11 +0000 (GMT)
Received: from gateway.lefort.net (212.68.242.203.brutele.be [212.68.242.203])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 484B043D1D
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 12 Nov 2004 16:36:10 +0000 (GMT)
	(envelope-from jylefort@brutele.be)
Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2])
	by gateway.lefort.net (Postfix) with ESMTP id 897785530
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 12 Nov 2004 17:36:08 +0100 (CET)
Received: by jsite.lefort.net (Postfix, from userid 1000)
	id B995422E16; Fri, 12 Nov 2004 17:36:07 +0100 (CET)
Message-Id: <20041112163607.B995422E16@jsite.lefort.net>
Date: Fri, 12 Nov 2004 17:36:07 +0100 (CET)
From: Jean-Yves Lefort <jylefort@brutele.be>
Reply-To: Jean-Yves Lefort <jylefort@brutele.be>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: mail/mail-notification (enable Gmail support)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         73876
>Category:       ports
>Synopsis:       Update port: mail/mail-notification (enable Gmail support)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 12 16:40:26 GMT 2004
>Closed-Date:    Fri Nov 12 23:19:18 GMT 2004
>Last-Modified:  Fri Nov 12 23:19:18 GMT 2004
>Originator:     Jean-Yves Lefort
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD jsite.lefort.net 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 12 15:27:39 CET 2004 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386
>Description:
Now that devel/libsoup has been updated to 2.2.x, Gmail support can be
enabled in Mail Notification.
>How-To-Repeat:
>Fix:
diff -ruN /usr/ports/mail/mail-notification/Makefile mail-notification/Makefile
--- /usr/ports/mail/mail-notification/Makefile	Mon Nov  8 05:40:39 2004
+++ mail-notification/Makefile	Fri Nov 12 17:34:38 2004
@@ -7,7 +7,7 @@
 
 PORTNAME=		mail-notification
 PORTVERSION=		0.8.1
-PORTREVISION=	1
+PORTREVISION=		2
 CATEGORIES=		mail ipv6
 MASTER_SITES=		${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	mailnotify
@@ -69,12 +69,11 @@
 .if defined(WITHOUT_SYLPHEED)
 CONFIGURE_ARGS+=	--disable-sylpheed
 .endif
-# .if defined(WITHOUT_GMAIL)
-WITHOUT_GMAIL=		yes	# depends on libsoup-2.2, which is in Marcus's CVS
+.if defined(WITHOUT_GMAIL)
 CONFIGURE_ARGS+=	--disable-gmail
-# .else
-# LIB_DEPENDS+=		soup-2.2:${PORTSDIR}/devel/libsoup
-# .endif
+.else
+LIB_DEPENDS+=		soup-2.2:${PORTSDIR}/devel/libsoup
+.endif
 .if defined(WITHOUT_MIME)
 CONFIGURE_ARGS+=	--disable-mime
 .else
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Fri Nov 12 23:19:11 GMT 2004 
State-Changed-Why:  
Committed, thanks1 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73876 
>Unformatted:
