From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 21 20:50:25 2004 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 4CB8316A4D6 for ; Wed, 21 Jul 2004 20:50:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3062A43D53 for ; Wed, 21 Jul 2004 20:50:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i6LKoPKR099184 for ; Wed, 21 Jul 2004 20:50:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6LKoPZu099183; Wed, 21 Jul 2004 20:50:25 GMT (envelope-from gnats) Resent-Date: Wed, 21 Jul 2004 20:50:25 GMT Resent-Message-Id: <200407212050.i6LKoPZu099183@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 86CD716A4CE for ; Wed, 21 Jul 2004 20:40:51 +0000 (GMT) Received: from gateway.lefort.net (212.68.242.203.brutele.be [212.68.242.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74ECE43D5C for ; Wed, 21 Jul 2004 20:40:50 +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 8DDB354F0 for ; Wed, 21 Jul 2004 22:40:48 +0200 (CEST) Received: by jsite.lefort.net (Postfix, from userid 1000) id 2146322E1E; Wed, 21 Jul 2004 22:40:47 +0200 (CEST) Message-Id: <20040721204047.2146322E1E@jsite.lefort.net> Date: Wed, 21 Jul 2004 22:40:47 +0200 (CEST) From: Jean-Yves Lefort To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/69395: Update port: mail/mail-notification to 0.5.0 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: Wed, 21 Jul 2004 20:50:25 -0000 >Number: 69395 >Category: ports >Synopsis: Update port: mail/mail-notification to 0.5.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: Wed Jul 21 20:50:24 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 Fri Jul 2 04:39:33 2004 +++ mail-notification/Makefile Wed Jul 21 22:12:01 2004 @@ -6,7 +6,7 @@ # PORTNAME= mail-notification -PORTVERSION= 0.4.0 +PORTVERSION= 0.5.0 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= mailnotify @@ -17,6 +17,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack eel2 GNU_CONFIGURE= yes +USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -24,7 +25,8 @@ MH "MH support" on \ MAILDIR "Maildir support" on \ POP3 "POP3 support" on \ - SYLPHEED "Sylpheed support" on + SYLPHEED "Sylpheed support" on \ + GMAIL "Gmail support" on .include @@ -44,6 +46,11 @@ .endif .if defined(WITHOUT_SYLPHEED) CONFIGURE_ARGS+= --disable-sylpheed +.endif +.if defined(WITHOUT_GMAIL) +CONFIGURE_ARGS+= --disable-gmail +.else +LIB_DEPENDS+= soup-2.0:${PORTSDIR}/devel/libsoup .endif .include diff -ruN /usr/ports/mail/mail-notification/distinfo mail-notification/distinfo --- /usr/ports/mail/mail-notification/distinfo Fri Jul 2 04:39:33 2004 +++ mail-notification/distinfo Wed Jul 21 22:13:57 2004 @@ -1,2 +1,2 @@ -MD5 (mail-notification-0.4.0.tar.gz) = b145c3d4167bad1ade778a57d26930bb -SIZE (mail-notification-0.4.0.tar.gz) = 216554 +MD5 (mail-notification-0.5.0.tar.gz) = 97efb33125bdfe9d4cec8a63ff4d4cb6 +SIZE (mail-notification-0.5.0.tar.gz) = 244997 diff -ruN /usr/ports/mail/mail-notification/pkg-plist mail-notification/pkg-plist --- /usr/ports/mail/mail-notification/pkg-plist Fri Jul 2 04:39:33 2004 +++ mail-notification/pkg-plist Wed Jul 21 22:13:44 2004 @@ -12,6 +12,7 @@ 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 @@ -27,6 +28,7 @@ @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/fr/LC_MESSAGES/mail-notification.mo +share/locale/ru/LC_MESSAGES/mail-notification.mo @dirrm share/gnome/help/mail-notification/C/figures @dirrm share/gnome/help/mail-notification/C @dirrm share/gnome/help/mail-notification >Release-Note: >Audit-Trail: >Unformatted: