diff options
author | tonio <tonio> | 2015-07-14 07:04:12 +0000 |
---|---|---|
committer | tonio <tonio> | 2015-07-14 07:04:12 +0000 |
commit | e0633e8ec2e4f0415c3c7ae6c454e696a4bd62c5 (patch) | |
tree | 12416c067f5e65669caeb86804735c4637c5ef83 /mail | |
parent | 15aa456274bfda40a655223d6be422a0f49b3ead (diff) | |
download | pkgsrc-e0633e8ec2e4f0415c3c7ae6c454e696a4bd62c5.tar.gz |
Re-enable compressed-mbox patch.
Kindly suggested by Andreas Kusalananda Kähäri <andreas.kahari@icm.uu.se>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-devel/PLIST | 3 | ||||
-rw-r--r-- | mail/mutt-devel/distinfo | 3 | ||||
-rw-r--r-- | mail/mutt-devel/options.mk | 8 |
3 files changed, 9 insertions, 5 deletions
diff --git a/mail/mutt-devel/PLIST b/mail/mutt-devel/PLIST index cb31a703e5b..14cf032310f 100644 --- a/mail/mutt-devel/PLIST +++ b/mail/mutt-devel/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.24 2013/10/18 10:23:55 tron Exp $ +@comment $NetBSD: PLIST,v 1.25 2015/07/14 07:04:12 tonio Exp $ bin/flea bin/mutt bin/mutt_dotlock @@ -28,6 +28,7 @@ share/doc/mutt/README.SSL share/doc/mutt/TODO share/doc/mutt/advancedusage.html share/doc/mutt/applying-patches.txt +${PLIST.compressed}share/doc/mutt/compressed-folders.html share/doc/mutt/configuration.html share/doc/mutt/devel-notes.txt share/doc/mutt/gettingstarted.html diff --git a/mail/mutt-devel/distinfo b/mail/mutt-devel/distinfo index 117ab9ef33b..72b7296cb67 100644 --- a/mail/mutt-devel/distinfo +++ b/mail/mutt-devel/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.83 2015/02/19 12:27:33 jperkin Exp $ +$NetBSD: distinfo,v 1.84 2015/07/14 07:04:12 tonio Exp $ SHA1 (mutt-1.5.23.tar.gz) = 8ac821d8b1e25504a31bf5fda9c08d93a4acc862 RMD160 (mutt-1.5.23.tar.gz) = 2476a9e202ab1cd20a512253246e37538e0aad5a @@ -18,3 +18,4 @@ SHA1 (patch-ao) = a5dddb01d30f28337ca825c6461139c2d9f288d5 SHA1 (patch-ap) = c6f79d5c4e19efdc15e9d5a59934da52b16b7a62 SHA1 (patch-aq) = e363d8929ced9731a31af1137b111d3476a3d05d SHA1 (patch-sendlib.c) = 7394a7814f3986d5fc82c6a5dab76d9b85212c0b +SHA1 (patch-1.5.23.rr.compressed.gz) = 59cfc764e2878efafb0fa16ae17e6a733efac958 diff --git a/mail/mutt-devel/options.mk b/mail/mutt-devel/options.mk index 2c723640fe3..490d98ada83 100644 --- a/mail/mutt-devel/options.mk +++ b/mail/mutt-devel/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.47 2015/03/23 10:15:46 jperkin Exp $ +# $NetBSD: options.mk,v 1.48 2015/07/14 07:04:12 tonio Exp $ # Global and legacy options @@ -7,9 +7,9 @@ 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 tokyocabinet mutt-smtp -# Comment the following line out on updates. -#PKG_SUPPORTED_OPTIONS+= mutt-compressed-mbox +PKG_SUPPORTED_OPTIONS+= mutt-compressed-mbox PKG_SUPPORTED_OPTIONS+= mutt-sidebar +# Comment the following line out on updates. #PKG_SUPPORTED_OPTIONS+= mutt-xlabel PKG_SUGGESTED_OPTIONS= ssl smime curses @@ -130,6 +130,8 @@ SUBST_FILES.compress= Makefile.in SUBST_SED.compress= -e 's,^mutt_SOURCES = ,mutt_SOURCES = compress.c ,' SUBST_SED.compress+= -e 's,^EXTRA_DIST = ,EXTRA_DIST = compress.h ,' SUBST_SED.compress+= -e 's,^mutt_OBJECTS = ,mutt_OBJECTS = compress.o ,' +PLIST_VARS+= compressed +PLIST.compressed= yes .endif ### |