From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Mar 6 22:30:04 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B01D216A4CE for ; Sun, 6 Mar 2005 22:30:04 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2408443D2D for ; Sun, 6 Mar 2005 22:30:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j26MU4TM097325 for ; Sun, 6 Mar 2005 22:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j26MU4NL097314; Sun, 6 Mar 2005 22:30:04 GMT (envelope-from gnats) Resent-Date: Sun, 6 Mar 2005 22:30:04 GMT Resent-Message-Id: <200503062230.j26MU4NL097314@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean-Yves Lefort Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CAA616A4D3 for ; Sun, 6 Mar 2005 22:21:18 +0000 (GMT) Received: from gateway.lefort.net (212.68.242.177.brutele.be [212.68.242.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0D0C43D53 for ; Sun, 6 Mar 2005 22:21:16 +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 AAE5C5511 for ; Sun, 6 Mar 2005 23:21:13 +0100 (CET) Received: by jsite.lefort.net (Postfix, from userid 1000) id 15A4681CB; Sun, 6 Mar 2005 23:21:12 +0100 (CET) Message-Id: <20050306222112.15A4681CB@jsite.lefort.net> Date: Sun, 6 Mar 2005 23:21:12 +0100 (CET) From: Jean-Yves Lefort To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/78514: Update port: mail/mail-notification to 1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jean-Yves Lefort List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2005 22:30:04 -0000 >Number: 78514 >Category: ports >Synopsis: Update port: mail/mail-notification to 1.1 >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: Sun Mar 06 22:30:03 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jean-Yves Lefort >Release: FreeBSD 5.3-RELEASE-p5 i386 >Organization: >Environment: System: FreeBSD jsite.lefort.net 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #0: Mon Feb 14 18:06:40 CET 2005 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 Nov 25 03:18:47 2004 +++ mail-notification/Makefile Sun Mar 6 23:00:41 2005 @@ -6,7 +6,7 @@ # PORTNAME= mail-notification -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= mailnotify @@ -22,6 +22,8 @@ LDFLAGS= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" USE_GCC= 3.4 +GCONF_SCHEMAS= mail-notification.schemas +INSTALLS_OMF= yes OPTIONS= MBOX "mbox support" on \ MH "MH support" on \ @@ -32,7 +34,7 @@ SASL "SASL authentication support" on \ SYLPHEED "Sylpheed support" on \ GMAIL "Gmail support" on \ - MIME "MIME support" on + GMAIL_TIMESTAMPS "Gmail timestamps support" on .include @@ -56,29 +58,28 @@ WITHOUT_SSL= yes WITHOUT_SASL= yes .endif -.if defined(WITHOUT_MBOX) \ - && defined(WITHOUT_MH) \ - && defined(WITHOUT_MAILDIR) \ - && defined(WITHOUT_POP3) \ - && defined(WITHOUT_IMAP) \ - && defined(WITHOUT_SYLPHEED) -# MIME support not needed -WITHOUT_MIME= yes -.endif .if defined(WITHOUT_SYLPHEED) CONFIGURE_ARGS+= --disable-sylpheed .endif .if defined(WITHOUT_GMAIL) CONFIGURE_ARGS+= --disable-gmail +WITHOUT_GMAIL_TIMESTAMPS= yes .else LIB_DEPENDS+= soup-2.2:${PORTSDIR}/devel/libsoup .endif -.if defined(WITHOUT_MIME) -CONFIGURE_ARGS+= --disable-mime +.if defined(WITHOUT_GMAIL_TIMESTAMPS) +CONFIGURE_ARGS+= --disable-gmail-timestamps .else +LIB_DEPENDS+= icuuc:${PORTSDIR}/devel/icu +.endif +.if defined(WITH_MBOX) \ + || defined(WITH_MH) \ + || defined(WITH_MAILDIR) \ + || defined(WITH_POP3) \ + || defined(WITH_IMAP) \ + || defined(WITH_SYLPHEED) LIB_DEPENDS+= gmime-2.0:${PORTSDIR}/mail/gmime2 .endif - .if defined(WITHOUT_SSL) CONFIGURE_ARGS+= --disable-ssl .else @@ -89,6 +90,11 @@ CONFIGURE_ARGS+= --disable-sasl .else LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 +.endif +.if defined(WITH_POP3) || defined(WITH_IMAP) || defined(WITH_GMAIL) +PLIST_SUB+= AUTHENTICATION="" +.else +PLIST_SUB+= AUTHENTICATION="@comment " .endif .include diff -ruN /usr/ports/mail/mail-notification/distinfo mail-notification/distinfo --- /usr/ports/mail/mail-notification/distinfo Thu Nov 25 03:18:47 2004 +++ mail-notification/distinfo Sun Mar 6 22:59:42 2005 @@ -1,2 +1,2 @@ -MD5 (mail-notification-1.0.tar.gz) = 9f458da2a222490330ed93d3298ced75 -SIZE (mail-notification-1.0.tar.gz) = 622289 +MD5 (mail-notification-1.1.tar.gz) = 2359fb53128b12cf295bdf8553e5869b +SIZE (mail-notification-1.1.tar.gz) = 683776 diff -ruN /usr/ports/mail/mail-notification/pkg-plist mail-notification/pkg-plist --- /usr/ports/mail/mail-notification/pkg-plist Thu Nov 25 03:18:47 2004 +++ mail-notification/pkg-plist Sun Mar 6 22:58:23 2005 @@ -1,7 +1,4 @@ bin/mail-notification -@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 etc/sound/events/mail-notification.soundlist libdata/bonobo/servers/GNOME_MailNotification_Automation.server share/gnome/applications/mail-notification.desktop @@ -10,19 +7,21 @@ share/gnome/help/mail-notification/C/figures/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/authentication.glade +%%AUTHENTICATION%%share/gnome/mail-notification/ui/authentication.glade +share/gnome/mail-notification/ui/edit-toolbars.glade share/gnome/mail-notification/ui/gmail.png +share/gnome/mail-notification/ui/hand-open.png share/gnome/mail-notification/ui/logo.png -share/gnome/mail-notification/ui/mail-notification.png share/gnome/mail-notification/ui/mailbox-properties.glade +share/gnome/mail-notification/ui/main-window.png +share/gnome/mail-notification/ui/main.glade +share/gnome/mail-notification/ui/menus.xml share/gnome/mail-notification/ui/properties.glade -share/gnome/mail-notification/ui/summary-dialog.glade share/gnome/mail-notification/ui/summary-popup.glade +share/gnome/mail-notification/ui/toolbars.xml share/gnome/mail-notification/ui/unsupported.png share/gnome/mail-notification/ui/welcome.glade 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 -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/mail-notification/mail-notification-C.omf 2>/dev/null || /usr/bin/true share/gnome/pixmaps/mail-notification.png share/locale/bg/LC_MESSAGES/mail-notification.mo share/locale/de/LC_MESSAGES/mail-notification.mo >Release-Note: >Audit-Trail: >Unformatted: