diff options
author | tron <tron@pkgsrc.org> | 1999-09-01 18:02:48 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-09-01 18:02:48 +0000 |
commit | 2bb701189752e53d6d68a5a83fb96db825e17bb0 (patch) | |
tree | 468c72496ace04deb7ba24e7f5132b0ae821bf80 /mail/mutt/Makefile | |
parent | 780b30da848a0efe570fa6b9cf2f3c334561a615 (diff) | |
download | pkgsrc-2bb701189752e53d6d68a5a83fb96db825e17bb0.tar.gz |
Update "mutt" package to version 1.0pre2. Changes since 1.0pre1:
Against 1.0pre1, there are several build changes (building this
version of mutt with SGI's cc should work), and back-ports of
IMAP-related bug fixes from the unstable branch.
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 0bf36d25d76..9cb32e31c12 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 1999/08/24 18:12:12 tron Exp $ +# $NetBSD: Makefile,v 1.29 1999/09/01 18:02:48 tron Exp $ DISTNAME= mutt-${MUTT_VERSION} CATEGORIES= mail @@ -26,7 +26,7 @@ BUILD_DEFS+= MUTT_INTERNATIONAL MUTT_VERSION .include "../../mk/bsd.pkg.mk" -MUTT_BASE_VERSION= 1.0pre1 +MUTT_BASE_VERSION= 1.0pre2 .if defined(MUTT_INTERNATIONAL) && ${MUTT_INTERNATIONAL} == YES MUTT_VERSION= ${MUTT_BASE_VERSION}i |