From ca0f147b85fe0df0367a7928d1751f240252feb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 27 May 2020 21:03:24 +0700 Subject: [PATCH] mutt: update to 1.14.2. --- srcpkgs/mutt/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/mutt/template b/srcpkgs/mutt/template index 5de7939f4e3..8fb3f917acb 100644 --- a/srcpkgs/mutt/template +++ b/srcpkgs/mutt/template @@ -1,24 +1,24 @@ # Template file for 'mutt' pkgname=mutt -version=1.14.1 +version=1.14.2 revision=1 build_style=gnu-configure configure_args="--enable-pop --enable-imap --enable-smtp --enable-hcache --enable-gpgme --with-regex --with-idn2 --with-ssl --with-sasl --enable-sidebar --with-gpgme-prefix=${XBPS_CROSS_BASE}/usr --sysconfdir=/etc/$pkgname - --with-gdbm=${XBPS_CROSS_BASE}/usr mutt_cv_regex_broken=no" + --with-gdbm=${XBPS_CROSS_BASE}/usr" conf_files="/etc/${pkgname}/Muttrc" hostmakedepends="libidn2-devel perl pkg-config" makedepends="gdbm-devel gpgme-devel libidn2-devel libressl-devel libsasl-devel ncurses-devel" depends="cyrus-sasl-modules mime-types" short_desc="Mutt Mail Client" -maintainer="Jan S. " +maintainer="Đoàn Trần Công Danh " license="GPL-2.0-or-later" homepage="http://www.mutt.org" changelog="http://mutt.org/relnotes/1.14" distfiles="http://ftp.mutt.org/pub/mutt/${pkgname}-${version}.tar.gz" -checksum=35d564c335f7364b8a43349fe0115a7cdc8ebf1ba8bf809d3fc51b9828844425 +checksum=e22f700e8c57fbc41a642bfeeeed1adca06e6187887c39614a5c38d381a6ac31 pre_build() { make CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS -fPIC" CPPFLAGS= -C doc