Date: Fri, 12 Nov 2004 17:36:07 +0100 (CET) From: Jean-Yves Lefort <jylefort@brutele.be> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/73876: Update port: mail/mail-notification (enable Gmail support) Message-ID: <20041112163607.B995422E16@jsite.lefort.net> Resent-Message-ID: <200411121640.iACGeQnt090789@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041112163607.B995422E16>