mutt: Update from 1.9.1 to 1.9.2
[termux-packages] / packages / mutt / build.sh
index 04cbe43..52e967f 100644 (file)
@@ -1,16 +1,25 @@
 TERMUX_PKG_HOMEPAGE=http://www.mutt.org/
 TERMUX_PKG_DESCRIPTION="Mail client with patches from neomutt"
-TERMUX_PKG_VERSION=1.9.0
+TERMUX_PKG_VERSION=1.9.2
+TERMUX_PKG_SHA256=a2e152a352bbf02d222d54074199d9c53821c19f700c4cb85f78fa85faed7896
 TERMUX_PKG_SRCURL=ftp://ftp.mutt.org/pub/mutt/mutt-${TERMUX_PKG_VERSION}.tar.gz
-TERMUX_PKG_SHA256=ec6d7595d3a1f26ae9f565b5ba5ffee94f9b2dc0683b0014684f2dc874f9e2d4
 TERMUX_PKG_DEPENDS="libandroid-support, ncurses, gdbm, openssl, libsasl, mime-support"
-TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-smtp --enable-imap --enable-pop --with-mailpath=$TERMUX_PREFIX/var/mail --with-ssl --enable-compressed --without-idn --enable-hcache --with-sasl --enable-sidebar"
-TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --with-exec-shell=$TERMUX_PREFIX/bin/sh"
-# The mutt autoconf guesses no for working (v)snprintf and uses broken local versions - avoid that:
-TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" mutt_cv_c99_snprintf=yes mutt_cv_c99_vsnprintf=yes"
-TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --disable-gpgme"
-# TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --with-sasl"
-# bin/{flea,muttbug}: File bug against mutt:
+TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
+mutt_cv_c99_snprintf=yes
+mutt_cv_c99_vsnprintf=yes
+--disable-gpgme
+--enable-compressed
+--enable-hcache
+--enable-imap
+--enable-pop
+--enable-sidebar
+--enable-smtp
+--with-exec-shell=$TERMUX_PREFIX/bin/sh
+--with-mailpath=$TERMUX_PREFIX/var/mail
+--without-idn
+--with-sasl
+--with-ssl
+"
 TERMUX_PKG_RM_AFTER_INSTALL="
 bin/flea
 bin/muttbug