mutt: update to 2.2.2, build with zlib

also remove --with-regex (not recognized since 1.13, and was wrong even before)
This commit is contained in:
Roberto Ricci 2022-03-28 11:02:57 +02:00 committed by Đoàn Trần Công Danh
parent 1b19875940
commit d7765394ff

View file

@ -1,16 +1,16 @@
# Template file for 'mutt'
pkgname=mutt
version=2.2.1
version=2.2.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
--enable-gpgme --with-idn2 --with-ssl --with-sasl --enable-sidebar
--with-gpgme-prefix=${XBPS_CROSS_BASE}/usr --sysconfdir=/etc/$pkgname
--with-gdbm=${XBPS_CROSS_BASE}/usr"
conf_files="/etc/${pkgname}/Muttrc"
hostmakedepends="perl pkg-config"
makedepends="gdbm-devel gpgme-devel libidn2-devel openssl-devel libsasl-devel
ncurses-devel"
ncurses-devel zlib-devel"
depends="cyrus-sasl-modules mime-types"
short_desc="Mutt Mail Client"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
@ -18,7 +18,7 @@ license="GPL-2.0-or-later"
homepage="http://www.mutt.org"
changelog="http://mutt.org/relnotes/${version%.*}"
distfiles="http://ftp.mutt.org/pub/mutt/${pkgname}-${version}.tar.gz"
checksum=b76d30d42b6c90aa9abf9f330e41800934eedf7b858a32c120ee3ae63587abb5
checksum=10de870cf37646c0b3f5bcf579c3cc2fd9285bda1d04be9ad7c33ec2ee820fcc
post_install() {
# provided by mime-types