Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Aug 2004 19:53:37 +0200 (CEST)
From:      Jean-Yves Lefort <jylefort@brutele.be>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/70554: Update port: mail/mail-notification to 0.6.0
Message-ID:  <20040816175337.77C8122E1C@jsite.lefort.net>
Resent-Message-ID: <200408161800.i7GI0LL8067439@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         70554
>Category:       ports
>Synopsis:       Update port: mail/mail-notification to 0.6.0
>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:   Mon Aug 16 18:00:20 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jean-Yves Lefort
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
>Environment:
System: FreeBSD jsite.lefort.net 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Thu Jul 1 14:25:43 CEST 2004 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386
>Description:
>How-To-Repeat:
>Fix:
diff -ruN /usr/ports/mail/mail-notification/Makefile mail-notification/Makefile
--- /usr/ports/mail/mail-notification/Makefile	Thu Jul 22 12:29:43 2004
+++ mail-notification/Makefile	Mon Aug 16 18:39:39 2004
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=		mail-notification
-PORTVERSION=		0.5.0
-CATEGORIES=		mail
+PORTVERSION=		0.6.0
+CATEGORIES=		mail ipv6
 MASTER_SITES=		${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	mailnotify
 
@@ -18,13 +18,17 @@
 USE_GNOME=		gnomeprefix gnomehack eel2
 GNU_CONFIGURE=		yes
 USE_GMAKE=		yes
-CONFIGURE_ENV=		CPPFLAGS="-I${LOCALBASE}/include" \
-			LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS=		-I${LOCALBASE}/include
+LDFLAGS=		-L${LOCALBASE}/lib
+CONFIGURE_ENV=		CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 
 OPTIONS=		MBOX "mbox support" on \
 			MH "MH support" on \
 			MAILDIR "Maildir support" on \
 			POP3 "POP3 support" on \
+			IMAP "IMAP support" on \
+			SSL "SSL support" on \
+			SASL "SASL authentication support" on \
 			SYLPHEED "Sylpheed support" on \
 			GMAIL "Gmail support" on
 
@@ -41,8 +45,14 @@
 .endif
 .if defined(WITHOUT_POP3)
 CONFIGURE_ARGS+=	--disable-pop3
-.else
-LIB_DEPENDS+=		gnet-2.0:${PORTSDIR}/net/gnet2
+.endif
+.if defined(WITHOUT_IMAP)
+CONFIGURE_ARGS+=	--disable-imap
+.endif
+.if defined(WITHOUT_POP3) && defined(WITHOUT_IMAP)
+# only POP3 and IMAP use SSL and SASL
+WITHOUT_SSL=		yes
+WITHOUT_SASL=		yes
 .endif
 .if defined(WITHOUT_SYLPHEED)
 CONFIGURE_ARGS+=	--disable-sylpheed
@@ -51,6 +61,18 @@
 CONFIGURE_ARGS+=	--disable-gmail
 .else
 LIB_DEPENDS+=		soup-2.0:${PORTSDIR}/devel/libsoup
+.endif
+
+.if defined(WITHOUT_SSL)
+CONFIGURE_ARGS+=	--disable-ssl
+.else
+# we can't use USE_OPENSSL=yes after including bsd.port.pre.mk
+.include "${PORTSDIR}/Mk/bsd.openssl.mk"
+.endif
+.if defined(WITHOUT_SASL)
+CONFIGURE_ARGS+=	--disable-sasl
+.else
+LIB_DEPENDS+=		sasl2:${PORTSDIR}/security/cyrus-sasl2
 .endif
 
 .include <bsd.port.post.mk>
diff -ruN /usr/ports/mail/mail-notification/distinfo mail-notification/distinfo
--- /usr/ports/mail/mail-notification/distinfo	Thu Jul 22 12:29:43 2004
+++ mail-notification/distinfo	Mon Aug 16 18:28:06 2004
@@ -1,2 +1,2 @@
-MD5 (mail-notification-0.5.0.tar.gz) = 97efb33125bdfe9d4cec8a63ff4d4cb6
-SIZE (mail-notification-0.5.0.tar.gz) = 244997
+MD5 (mail-notification-0.6.0.tar.gz) = 7685358dcacac190cf775a8e7ab2ae74
+SIZE (mail-notification-0.6.0.tar.gz) = 362576
diff -ruN /usr/ports/mail/mail-notification/pkg-descr mail-notification/pkg-descr
--- /usr/ports/mail/mail-notification/pkg-descr	Fri Jul  2 04:39:33 2004
+++ mail-notification/pkg-descr	Mon Aug 16 18:27:43 2004
@@ -7,11 +7,14 @@
 
 Mail Notification features include:
 
-	- multiple mailbox support
-	- mbox, MH, Maildir, Sylpheed and POP3 support
-	- automatic detection of mailbox format
-	- automatic notification
-	- HIG compliance
+	* multiple mailbox support
+	* mbox, MH, Maildir, Sylpheed, POP3, IMAP and Gmail support
+	* SASL authentication support
+	* APOP authentication support
+	* SSL support
+	* automatic detection of mailbox format
+	* automatic notification
+	* HIG 2.0 compliance
 
 WWW: http://www.nongnu.org/mailnotify/
 
diff -ruN /usr/ports/mail/mail-notification/pkg-plist mail-notification/pkg-plist
--- /usr/ports/mail/mail-notification/pkg-plist	Thu Jul 22 12:29:43 2004
+++ mail-notification/pkg-plist	Mon Aug 16 18:33:07 2004
@@ -2,26 +2,20 @@
 @unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/mail-notification.schemas > /dev/null || /usr/bin/true
 etc/gconf/schemas/mail-notification.schemas
 @exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/mail-notification.schemas > /dev/null || /usr/bin/true
+libdata/bonobo/servers/GNOME_MailNotification_Automation.server
 share/gnome/applications/mail-notification.desktop
+share/gnome/control-center-2.0/capplets/mail-notification-properties.desktop
 share/gnome/help/mail-notification/C/documentation-license.xml
-share/gnome/help/mail-notification/C/figures/mail-error.png
 share/gnome/help/mail-notification/C/figures/mail.png
-share/gnome/help/mail-notification/C/figures/no-mail-error.png
-share/gnome/help/mail-notification/C/figures/no-mail.png
 share/gnome/help/mail-notification/C/mail-notification.xml
 share/gnome/help/mail-notification/C/software-license.xml
 share/gnome/mail-notification/ui/about-icon.png
 share/gnome/mail-notification/ui/dialog.glade
 share/gnome/mail-notification/ui/gmail.png
 share/gnome/mail-notification/ui/logo.png
-share/gnome/mail-notification/ui/mail-error.png
-share/gnome/mail-notification/ui/mail.png
 share/gnome/mail-notification/ui/mailbox-properties.glade
-share/gnome/mail-notification/ui/menu.glade
-share/gnome/mail-notification/ui/no-mail-error.png
-share/gnome/mail-notification/ui/no-mail.png
-share/gnome/mail-notification/ui/preferences-icon.png
-share/gnome/mail-notification/ui/preferences.glade
+share/gnome/mail-notification/ui/properties-icon.png
+share/gnome/mail-notification/ui/properties.glade
 share/gnome/mail-notification/ui/unsupported.png
 share/gnome/omf/mail-notification/mail-notification-C.omf
 @exec scrollkeeper-install -q %D/share/gnome/omf/mail-notification/mail-notification-C.omf 2>/dev/null || /usr/bin/true
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040816175337.77C8122E1C>