summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2007-11-07 21:19:36 +0000
committertonio <tonio@pkgsrc.org>2007-11-07 21:19:36 +0000
commita7ee428adb10a7e5cc042c69239ed258c0045730 (patch)
tree7a610acb7ddb33a7976526ee5f30ecaea9179cbc /mail
parent5212baff5cc1872a24f1e025922e8eafc0f0d59f (diff)
downloadpkgsrc-a7ee428adb10a7e5cc042c69239ed258c0045730.tar.gz
Update mail/mutt-devel to 1.5.17
Changelog includes: ! --enable-exact-address works again + $message_cache_clean (clean cache on sync) + %P expando for $pager_format Improved autoconf code for bdb Large file support for mutt_pretty_size() bugfixes
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt-devel/Makefile4
-rw-r--r--mail/mutt-devel/PLIST3
-rw-r--r--mail/mutt-devel/distinfo13
-rw-r--r--mail/mutt-devel/patches/patch-al29
4 files changed, 19 insertions, 30 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index 58e56704434..d3e805c8be5 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2007/06/10 20:01:34 tonio Exp $
+# $NetBSD: Makefile,v 1.61 2007/11/07 21:19:36 tonio Exp $
-DISTNAME= mutt-1.5.16
+DISTNAME= mutt-1.5.17
CATEGORIES= mail
MUTT_SITES= ftp://ftp.mutt.org/mutt/ \
ftp://ftp.stealth.net/pub/mirrors/ftp.mutt.org/pub/mutt/ \
diff --git a/mail/mutt-devel/PLIST b/mail/mutt-devel/PLIST
index 893ef8f9e2a..8f36e1197c0 100644
--- a/mail/mutt-devel/PLIST
+++ b/mail/mutt-devel/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2007/04/21 18:27:21 tonio Exp $
+@comment $NetBSD: PLIST,v 1.16 2007/11/07 21:19:36 tonio Exp $
bin/flea
bin/mutt
bin/muttbug
@@ -35,6 +35,7 @@ share/doc/mutt/manual.html
share/doc/mutt/manual.txt
share/doc/mutt/mimesupport.html
share/doc/mutt/miscellany.html
+share/doc/mutt/optionalfeatures.html
share/doc/mutt/patch-notes.txt
share/doc/mutt/reference.html
share/doc/mutt/smime-notes.txt
diff --git a/mail/mutt-devel/distinfo b/mail/mutt-devel/distinfo
index 0eef1c425b8..1c7a8ffd7da 100644
--- a/mail/mutt-devel/distinfo
+++ b/mail/mutt-devel/distinfo
@@ -1,13 +1,10 @@
-$NetBSD: distinfo,v 1.42 2007/07/17 21:06:50 joerg Exp $
+$NetBSD: distinfo,v 1.43 2007/11/07 21:19:37 tonio Exp $
-SHA1 (mutt-1.5.16.tar.gz) = 4aaa82bdc75d5e12acc72df4f61fbbf87fd64fc1
-RMD160 (mutt-1.5.16.tar.gz) = 3b345599aa62a956b9c881994ffd74156a5bf808
-Size (mutt-1.5.16.tar.gz) = 3534894 bytes
-SHA1 (patch-1.5.16.rr.compressed.1.gz) = 9cb5f56c7bd79eedfc876e80dc8c1ccd412eb343
-RMD160 (patch-1.5.16.rr.compressed.1.gz) = 32e96012a6d49f616ef06562b9c29a7c95382fc2
-Size (patch-1.5.16.rr.compressed.1.gz) = 10542 bytes
+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-aa) = 59d89dce24110be2927c8a1ea1fa5b780d644372
SHA1 (patch-ab) = 4f9e8cbcec719263998d61fcc9a707548d804477
SHA1 (patch-ad) = ecfa994c7c5e494b6eb7356327b96de6559146fc
SHA1 (patch-ag) = b8daf23256cd2cfd8c60cae646eb36ec1656823f
-SHA1 (patch-al) = 63472a3764a3b5ea41252e16d7966dd1af16b880
+SHA1 (patch-al) = ac8d963286d9edee73ee00bdb8f4ffcd65c6cd5d
diff --git a/mail/mutt-devel/patches/patch-al b/mail/mutt-devel/patches/patch-al
index dfc0a03dc63..ce538609a67 100644
--- a/mail/mutt-devel/patches/patch-al
+++ b/mail/mutt-devel/patches/patch-al
@@ -1,22 +1,13 @@
-$NetBSD: patch-al,v 1.7 2007/06/10 20:01:35 tonio Exp $
+$NetBSD: patch-al,v 1.8 2007/11/07 21:19:38 tonio Exp $
---- configure.orig 2007-06-10 04:43:29.000000000 +0200
+--- configure.orig Thu Nov 1 20:13:15 2007
+++ configure
-@@ -17531,6 +17531,7 @@ if test "${with_bdb+set}" = set; then
- withval=$with_bdb; ac_bdb_prefix=$withval
- fi
-
-+ if test x$BDB_INCLUDE_DIR = x -o test x$BDB_LIB_DIR = x -o test x$BDB_LIB = x; then
- if test x$ac_bdb_prefix != xno && test x$ac_cv_gdbmopen != xyes && test $use_qdbm != yes; then
- test x$ac_bdb_prefix = xyes && ac_bdb_prefix="$mutt_cv_prefix /opt/csw/bdb4 /opt /usr/local /usr"
- for d in $ac_bdb_prefix; do
-@@ -17638,6 +17639,9 @@ echo "${ECHO_T}yes" >&6; }
- echo "${ECHO_T}no" >&6; }
- fi
- fi
-+ else
-+ ac_cv_dbcreate=yes
-+ fi
-
- if test "$use_qdbm" = yes; then
+@@ -13234,7 +13234,7 @@ docdir=$mutt_cv_docdir
+ if test x$mutt_cv_setgid = xyes; then
+ DOTLOCK_GROUP='mail'
+- DOTLOCK_PERMISSION=2755
++ DOTLOCK_PERMISSION=2555
+ else
+ DOTLOCK_GROUP=''
+ DOTLOCK_PERMISSION=755