diff options
author | smb <smb@pkgsrc.org> | 2007-08-17 02:46:29 +0000 |
---|---|---|
committer | smb <smb@pkgsrc.org> | 2007-08-17 02:46:29 +0000 |
commit | 1491d458756057e8a39b8c9ec00b3c2a839dccf1 (patch) | |
tree | b6efc749e9dc7e9162c503c6b57dd8f71882fe27 | |
parent | fa9c87e80e1c89d8a41a1dcae411e0d5a2c1137a (diff) | |
download | pkgsrc-1491d458756057e8a39b8c9ec00b3c2a839dccf1.tar.gz |
Correct DESCR line
-rw-r--r-- | doc/CHANGES-2007 | 3 | ||||
-rw-r--r-- | mail/claws-mail-newmail/Makefile | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index 4235738879a..24da1d0bd9c 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.1818 2007/08/16 23:14:17 smb Exp $ +$NetBSD: CHANGES-2007,v 1.1819 2007/08/17 02:46:29 smb Exp $ Changes to the packages collection and infrastructure in 2007: @@ -3330,3 +3330,4 @@ Changes to the packages collection and infrastructure in 2007: Updated x11/gdm to 2.18.4nb1 [obache 2007-08-16] Removed emulators/compat14-crypto [jlam 2007-08-16] Updated mail/claws-mail-vcalendar to 1.96nb1 [smb 2007-08-16] + Updated mail/claws-mail-newmail to 0.0.10nb1 [smb 2007-08-16] diff --git a/mail/claws-mail-newmail/Makefile b/mail/claws-mail-newmail/Makefile index a3699b80613..862e79cdbf3 100644 --- a/mail/claws-mail-newmail/Makefile +++ b/mail/claws-mail-newmail/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.1 2007/08/03 02:34:48 smb Exp $ +# $NetBSD: Makefile,v 1.2 2007/08/17 02:46:30 smb Exp $ # DISTNAME=newmail-0.0.10 PKGNAME=claws-mail-newmail-0.0.10 CATEGORIES=mail MASTER_SITES= http://claws-mail.org/downloads/plugins/ +PKGREVISION= 1 MAINTAINER= smb@NetBSD.org -COMMENT= Provides various ways to notify the user of new and unread email +COMMENT= Write log file info on arriving email DEPENDS+= claws-mail>=2.10.0:../../mail/claws-mail |