summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-05-25 14:30:42 +0000
committerjoerg <joerg@pkgsrc.org>2008-05-25 14:30:42 +0000
commite41a860523800a8c75bdb25d46a619f2f6581a9a (patch)
tree7ed3e3f111b6529c4f678664b26dcce758263dd3
parent07e7ef92c78276538dd7efa41a1021145493b0c2 (diff)
downloadpkgsrc-e41a860523800a8c75bdb25d46a619f2f6581a9a.tar.gz
Add back compress-mbox option and a note to not remove it again, but
just comment it out.
-rw-r--r--mail/mutt-devel/distinfo5
-rw-r--r--mail/mutt-devel/options.mk4
2 files changed, 7 insertions, 2 deletions
diff --git a/mail/mutt-devel/distinfo b/mail/mutt-devel/distinfo
index c76fc7caa5b..49239185523 100644
--- a/mail/mutt-devel/distinfo
+++ b/mail/mutt-devel/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.48 2008/05/18 08:26:30 tonio Exp $
+$NetBSD: distinfo,v 1.49 2008/05/25 14:30:42 joerg Exp $
SHA1 (mutt-1.5.18.tar.gz) = a835a1933297494f2c6c68b9a334cc1d71a95e5a
RMD160 (mutt-1.5.18.tar.gz) = 1c8595f66eb9aa94c01a6020be20a75c0c8d2d14
@@ -6,6 +6,9 @@ Size (mutt-1.5.18.tar.gz) = 3602632 bytes
SHA1 (patch-1.5.14.dgc.xlabel_ext.9) = a5e3a6542d16c3a4fbd833986655bdc5c7896e5e
RMD160 (patch-1.5.14.dgc.xlabel_ext.9) = 137d89ca5d9001efb8bea79ea523487b22145384
Size (patch-1.5.14.dgc.xlabel_ext.9) = 12881 bytes
+SHA1 (patch-1.5.18.rr.compressed.1.gz) = ee71611faf30348f685ed4c18a4406b8c34f91e7
+RMD160 (patch-1.5.18.rr.compressed.1.gz) = 555f9d285b8f7706d44789204d3ed184d9590b32
+Size (patch-1.5.18.rr.compressed.1.gz) = 10577 bytes
SHA1 (patch-aa) = 59d89dce24110be2927c8a1ea1fa5b780d644372
SHA1 (patch-ab) = afc1b743c9299d0aa817dff3a0e580bbb3b9302a
SHA1 (patch-ad) = ecfa994c7c5e494b6eb7356327b96de6559146fc
diff --git a/mail/mutt-devel/options.mk b/mail/mutt-devel/options.mk
index fa591119b36..185f5d88ff4 100644
--- a/mail/mutt-devel/options.mk
+++ b/mail/mutt-devel/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.31 2008/05/18 08:26:30 tonio Exp $
+# $NetBSD: options.mk,v 1.32 2008/05/25 14:30:42 joerg Exp $
# Global and legacy options
@@ -7,6 +7,8 @@ PKG_OPTIONS_REQUIRED_GROUPS= display
PKG_OPTIONS_GROUP.display= slang ncurses ncursesw curses
PKG_SUPPORTED_OPTIONS= debug gpgme idn ssl smime sasl
PKG_SUPPORTED_OPTIONS+= mutt-hcache mutt-smtp mutt-xlabel
+# Comment the following line out on updates.
+PKG_SUPPORTED_OPTIONS+= mutt-compressed-mbox
PKG_SUGGESTED_OPTIONS= ssl smime curses
.include "../../mk/bsd.options.mk"