pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mutt-devel Update mail/mutt-devel to 1.5.17



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1b368f84d7a
branches:  trunk
changeset: 535107:b1b368f84d7a
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Wed Nov 07 21:19:36 2007 +0000

description:
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:

 mail/mutt-devel/Makefile         |   4 ++--
 mail/mutt-devel/PLIST            |   3 ++-
 mail/mutt-devel/distinfo         |  13 +++++--------
 mail/mutt-devel/patches/patch-al |  29 ++++++++++-------------------
 4 files changed, 19 insertions(+), 30 deletions(-)

diffs (87 lines):

diff -r 5c510113dbd4 -r b1b368f84d7a mail/mutt-devel/Makefile
--- a/mail/mutt-devel/Makefile  Wed Nov 07 20:01:04 2007 +0000
+++ b/mail/mutt-devel/Makefile  Wed Nov 07 21:19:36 2007 +0000
@@ -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 -r 5c510113dbd4 -r b1b368f84d7a mail/mutt-devel/PLIST
--- a/mail/mutt-devel/PLIST     Wed Nov 07 20:01:04 2007 +0000
+++ b/mail/mutt-devel/PLIST     Wed Nov 07 21:19:36 2007 +0000
@@ -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.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 -r 5c510113dbd4 -r b1b368f84d7a mail/mutt-devel/distinfo
--- a/mail/mutt-devel/distinfo  Wed Nov 07 20:01:04 2007 +0000
+++ b/mail/mutt-devel/distinfo  Wed Nov 07 21:19:36 2007 +0000
@@ -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 -r 5c510113dbd4 -r b1b368f84d7a mail/mutt-devel/patches/patch-al
--- a/mail/mutt-devel/patches/patch-al  Wed Nov 07 20:01:04 2007 +0000
+++ b/mail/mutt-devel/patches/patch-al  Wed Nov 07 21:19:36 2007 +0000
@@ -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
+@@ -13234,7 +13234,7 @@ docdir=$mutt_cv_docdir
  
-+    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
- 
+ if test x$mutt_cv_setgid = xyes; then
+         DOTLOCK_GROUP='mail'
+-        DOTLOCK_PERMISSION=2755
++        DOTLOCK_PERMISSION=2555
+ else
+         DOTLOCK_GROUP=''
+         DOTLOCK_PERMISSION=755



Home | Main Index | Thread Index | Old Index