ports/73876: Update port: mail/mail-notification (enable Gmail support)

Jean-Yves Lefort jylefort at brutele.be
Fri Nov 12 16:40:31 UTC 2004


>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 12 16:40:26 GMT 2004
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list