diff options
author | tron <tron@pkgsrc.org> | 1999-08-18 00:22:33 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-08-18 00:22:33 +0000 |
commit | 0fbdac05758936beb4967063b5faa9d3e7ac74e4 (patch) | |
tree | bd1d0a55b3a67540fbbea05bf5762464e6f6ee69 /mail | |
parent | 507575b27c0361f45a7ebf477cafd91aac78ae8e (diff) | |
download | pkgsrc-0fbdac05758936beb4967063b5faa9d3e7ac74e4.tar.gz |
Update "mutt" package to version 0.95.7. Changes since 0.95.6:
- The $in_reply_to configuration variable is gone. The In-Reply-To
header currently only contains the message-id of the message to
which the reply refers. This is to make sure that this header is
correctly formatted.
- Lots of bugs present in 0.95.6 were fixed.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt/Makefile | 6 | ||||
-rw-r--r-- | mail/mutt/files/md5 | 6 | ||||
-rw-r--r-- | mail/mutt/files/patch-sum | 3 | ||||
-rw-r--r-- | mail/mutt/patches/patch-ab | 13 | ||||
-rw-r--r-- | mail/mutt/pkg/PLIST | 4 |
5 files changed, 25 insertions, 7 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 5d444255574..e97c831751f 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 1999/08/04 08:36:27 hwr Exp $ +# $NetBSD: Makefile,v 1.26 1999/08/18 00:22:33 tron Exp $ DISTNAME= mutt-${MUTT_VERSION} CATEGORIES= mail @@ -11,6 +11,8 @@ MASTER_SITES= ftp://ftp.guug.de/pub/mutt/ \ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.mutt.org/ +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake DEPENDS+= ncurses-4.2:../../devel/ncurses GNU_CONFIGURE= yes @@ -22,7 +24,7 @@ LDFLAGS+= -s .include "../../mk/bsd.pkg.mk" -MUTT_BASE_VERSION= 0.95.6 +MUTT_BASE_VERSION= 0.95.7 .if defined(MUTT_INTERNATIONAL) && ${MUTT_INTERNATIONAL} == YES MUTT_VERSION= ${MUTT_BASE_VERSION}i diff --git a/mail/mutt/files/md5 b/mail/mutt/files/md5 index d919614e1fb..6fe628bcaf7 100644 --- a/mail/mutt/files/md5 +++ b/mail/mutt/files/md5 @@ -1,4 +1,4 @@ -$NetBSD: md5,v 1.12 1999/06/04 14:07:46 tron Exp $ +$NetBSD: md5,v 1.13 1999/08/18 00:22:34 tron Exp $ -MD5 (mutt-0.95.6.tar.gz) = c32ad4151aa1e9df7bf71d87f34394f7 -MD5 (mutt-0.95.6i.tar.gz) = 762a91812e744f024c548db35e66fa9a +MD5 (mutt-0.95.7.tar.gz) = 21e8ce5e64eae3d98568f14d609711c8 +MD5 (mutt-0.95.7i.tar.gz) = 9ba7a6b4365f4be3e78d428ff4f65a2d diff --git a/mail/mutt/files/patch-sum b/mail/mutt/files/patch-sum index 666095b2bc2..208880f36eb 100644 --- a/mail/mutt/files/patch-sum +++ b/mail/mutt/files/patch-sum @@ -1,3 +1,4 @@ -$NetBSD: patch-sum,v 1.1 1999/07/09 14:09:05 agc Exp $ +$NetBSD: patch-sum,v 1.2 1999/08/18 00:22:34 tron Exp $ MD5 (patch-aa) = 2bba3aec1076abbc906ea97d54ad3179 +MD5 (patch-ab) = d564f4117c5bc934a9130f7fc7a73c6e diff --git a/mail/mutt/patches/patch-ab b/mail/mutt/patches/patch-ab new file mode 100644 index 00000000000..4e80bee0554 --- /dev/null +++ b/mail/mutt/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.3 1999/08/18 00:22:34 tron Exp $ + +--- charsets/Makefile.in.orig Tue Aug 17 20:30:14 1999 ++++ charsets/Makefile.in Wed Aug 18 01:46:39 1999 +@@ -37,7 +37,7 @@ + all: charsets.list + + parse_i18n: parse_i18n.o $(LIBOBJS) +- $(CC) -o parse_i18n parse_i18n.o $(LIBOBJS) @LIBS@ ++ $(CC) -o parse_i18n parse_i18n.o $(LIBOBJS) + + strcasecmp.o $(LIBOBJS): + cd .. && $(MAKE) $(LIBOBJS) diff --git a/mail/mutt/pkg/PLIST b/mail/mutt/pkg/PLIST index cec61a83425..1777531a246 100644 --- a/mail/mutt/pkg/PLIST +++ b/mail/mutt/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 1999/06/04 14:07:47 tron Exp $ +@comment $NetBSD: PLIST,v 1.7 1999/08/18 00:22:35 tron Exp $ bin/mutt etc/Muttrc etc/mime.types @@ -16,6 +16,8 @@ share/locale/uk/LC_MESSAGES/mutt.mo share/locale/ko/LC_MESSAGES/mutt.mo share/locale/sk/LC_MESSAGES/mutt.mo share/locale/id/LC_MESSAGES/mutt.mo +share/locale/zh_TW.Big5/LC_MESSAGES/mutt.mo +share/locale/el/LC_MESSAGES/mutt.mo share/doc/mutt/applying-patches.txt share/doc/mutt/devel-notes.txt share/doc/mutt/COPYRIGHT |