diff options
author | itojun <itojun@pkgsrc.org> | 2003-10-01 22:07:10 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2003-10-01 22:07:10 +0000 |
commit | 6d142f61995ba5f209072be4c8d71635b2c44782 (patch) | |
tree | b80152f467d82a93dd91283dc73bd42e9ecf3d9a /mail/cue/Makefile | |
parent | 1b11b40d9b5da66acec6b002dab01e26981e8210 (diff) | |
download | pkgsrc-6d142f61995ba5f209072be4c8d71635b2c44782.tar.gz |
upgrade to 20030922 snapshot. don't SEGV with certain operation (forward
multiple emails without body), use G1 designation/invocation for 96-char
ISO charsets, and other fixes.
Diffstat (limited to 'mail/cue/Makefile')
-rw-r--r-- | mail/cue/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/cue/Makefile b/mail/cue/Makefile index d82507728d8..9086596b942 100644 --- a/mail/cue/Makefile +++ b/mail/cue/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2003/08/04 12:06:23 itojun Exp $ +# $NetBSD: Makefile,v 1.25 2003/10/01 22:07:10 itojun Exp $ -DISTNAME= cue-snap-20030714 +DISTNAME= cue-snap-20030922 PKGREVISION= 1 -PKGNAME= cue-20030714 +PKGNAME= cue-20030922 CATEGORIES= mail MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/cue/snap/ |