summaryrefslogtreecommitdiff
path: root/mail/mutt-devel
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2008-04-26 11:11:15 +0000
committertonio <tonio@pkgsrc.org>2008-04-26 11:11:15 +0000
commit2c2902faeee585675d51113640bca75bb50453fe (patch)
tree98fdc67cd82c3974c18886f5fa96b8af4fb44659 /mail/mutt-devel
parent8bd1083b8905c347b3eabc5d3a7c1de1a603283a (diff)
downloadpkgsrc-2c2902faeee585675d51113640bca75bb50453fe.tar.gz
Add a mutt-xlabel option, for the edit-label patch, which improves the support
for the X-Label flag in mutt. Suggested by Michael-John Turner
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r--mail/mutt-devel/distinfo5
-rw-r--r--mail/mutt-devel/options.mk14
2 files changed, 15 insertions, 4 deletions
diff --git a/mail/mutt-devel/distinfo b/mail/mutt-devel/distinfo
index 4a880e69d53..ff010517933 100644
--- a/mail/mutt-devel/distinfo
+++ b/mail/mutt-devel/distinfo
@@ -1,8 +1,11 @@
-$NetBSD: distinfo,v 1.46 2008/03/08 14:28:32 joerg Exp $
+$NetBSD: distinfo,v 1.47 2008/04/26 11:11:15 tonio Exp $
SHA1 (mutt-1.5.17.tar.gz) = 6b51745fc4baf463adde53e91efb2a6c7eec8492
RMD160 (mutt-1.5.17.tar.gz) = e5c84a27ad25730afe64879e91bed89a021e0580
Size (mutt-1.5.17.tar.gz) = 3572651 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.17.rr.compressed.1.gz) = 1f28b1a270871332a0c4dbaf11dd7132431b98db
RMD160 (patch-1.5.17.rr.compressed.1.gz) = 39e244d2bf9e6db5f9c9d88f2b64d8aa7ea6b87b
Size (patch-1.5.17.rr.compressed.1.gz) = 10589 bytes
diff --git a/mail/mutt-devel/options.mk b/mail/mutt-devel/options.mk
index d78ba3a2fe0..c5338192131 100644
--- a/mail/mutt-devel/options.mk
+++ b/mail/mutt-devel/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.29 2008/04/12 22:43:03 jlam Exp $
+# $NetBSD: options.mk,v 1.30 2008/04/26 11:11:15 tonio Exp $
# Global and legacy options
@@ -6,7 +6,7 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.mutt
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-compressed-mbox mutt-hcache mutt-smtp
+PKG_SUPPORTED_OPTIONS+= mutt-compressed-mbox mutt-hcache mutt-smtp mutt-xlabel
PKG_SUGGESTED_OPTIONS= ssl smime curses
.include "../../mk/bsd.options.mk"
@@ -99,7 +99,6 @@ CONFIGURE_ARGS+= --disable-hcache
###
### Compressed mail boxes
-### Internal SMTP relay support
###
.if !empty(PKG_OPTIONS:Mmutt-compressed-mbox)
PATCH_SITES= http://www.spinnaker.de/mutt/compressed/
@@ -118,6 +117,15 @@ CONFIGURE_ARGS+= --disable-smtp
.endif
###
+### X-Label header support
+###
+.if !empty(PKG_OPTIONS:Mmutt-xlabel)
+PATCH_SITES= http://home.uchicago.edu/~dgc/sw/mutt/
+PATCHFILES+= patch-1.5.14.dgc.xlabel_ext.9
+PATCH_DIST_STRIP= -p1
+.endif
+
+###
### Internationalized Domain Names
###
.if !empty(PKG_OPTIONS:Midn)