pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/mutt-devel Add back compress-mbox option and a no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04c1856aff51
branches:  trunk
changeset: 542684:04c1856aff51
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun May 25 14:30:42 2008 +0000

description:
Add back compress-mbox option and a note to not remove it again, but
just comment it out.

diffstat:

 mail/mutt-devel/distinfo   |  5 ++++-
 mail/mutt-devel/options.mk |  4 +++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs (37 lines):

diff -r f1418904233e -r 04c1856aff51 mail/mutt-devel/distinfo
--- a/mail/mutt-devel/distinfo  Sun May 25 13:16:10 2008 +0000
+++ b/mail/mutt-devel/distinfo  Sun May 25 14:30:42 2008 +0000
@@ -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 @@
 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 -r f1418904233e -r 04c1856aff51 mail/mutt-devel/options.mk
--- a/mail/mutt-devel/options.mk        Sun May 25 13:16:10 2008 +0000
+++ b/mail/mutt-devel/options.mk        Sun May 25 14:30:42 2008 +0000
@@ -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_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"



Home | Main Index | Thread Index | Old Index