Date: Sun, 6 Mar 2005 23:21:12 +0100 (CET) From: Jean-Yves Lefort <jylefort@brutele.be> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/78514: Update port: mail/mail-notification to 1.1 Message-ID: <20050306222112.15A4681CB@jsite.lefort.net> Resent-Message-ID: <200503062230.j26MU4NL097314@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.pre.mk> @@ -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 <bsd.port.post.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050306222112.15A4681CB>