diff options
author | adam <adam@pkgsrc.org> | 2010-11-05 14:18:52 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-11-05 14:18:52 +0000 |
commit | 359c5c99fe17932fc4daa71f3afdcd6d5f530bad (patch) | |
tree | 95b2932cffafc985fd8abce7c2bf6b6fb969a463 /mail/cone/Makefile | |
parent | abc2be0c626a897a4da94e10a09d5f5945c40500 (diff) | |
download | pkgsrc-359c5c99fe17932fc4daa71f3afdcd6d5f530bad.tar.gz |
Changes 0.84:
* gpglib/list.c: Handle GnuPG 2 --with-colons output format changes.
* gpglib/mimegpgfork.c: GnuPG 2 wants --batch when specifying passphrase-fd.
* cone/cursesmessage.C: Strip off trailing CRs from original message
that's being replied or forwarded (shown as trailing ?s on every line
in the reply).
* tcpd/configure.in: Check if explicit linking with libgpg-error is
required.
Diffstat (limited to 'mail/cone/Makefile')
-rw-r--r-- | mail/cone/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/cone/Makefile b/mail/cone/Makefile index ba0d252be65..781693f30b7 100644 --- a/mail/cone/Makefile +++ b/mail/cone/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2010/07/01 16:22:26 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2010/11/05 14:18:52 adam Exp $ -DISTNAME= cone-0.83 -PKGREVISION= 1 +DISTNAME= cone-0.84 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/} EXTRACT_SUFX= .tar.bz2 |