mutt: update to 1.14.2.

This commit is contained in:
Đoàn Trần Công Danh 2020-05-27 21:03:24 +07:00
parent ebc07600f3
commit ca0f147b85

View file

@ -1,24 +1,24 @@
# Template file for 'mutt' # Template file for 'mutt'
pkgname=mutt pkgname=mutt
version=1.14.1 version=1.14.2
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-pop --enable-imap --enable-smtp --enable-hcache 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-regex --with-idn2 --with-ssl --with-sasl --enable-sidebar
--with-gpgme-prefix=${XBPS_CROSS_BASE}/usr --sysconfdir=/etc/$pkgname --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" conf_files="/etc/${pkgname}/Muttrc"
hostmakedepends="libidn2-devel perl pkg-config" hostmakedepends="libidn2-devel perl pkg-config"
makedepends="gdbm-devel gpgme-devel libidn2-devel libressl-devel libsasl-devel makedepends="gdbm-devel gpgme-devel libidn2-devel libressl-devel libsasl-devel
ncurses-devel" ncurses-devel"
depends="cyrus-sasl-modules mime-types" depends="cyrus-sasl-modules mime-types"
short_desc="Mutt Mail Client" short_desc="Mutt Mail Client"
maintainer="Jan S. <jan.schreib@gmail.com>" maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="http://www.mutt.org" homepage="http://www.mutt.org"
changelog="http://mutt.org/relnotes/1.14" changelog="http://mutt.org/relnotes/1.14"
distfiles="http://ftp.mutt.org/pub/mutt/${pkgname}-${version}.tar.gz" distfiles="http://ftp.mutt.org/pub/mutt/${pkgname}-${version}.tar.gz"
checksum=35d564c335f7364b8a43349fe0115a7cdc8ebf1ba8bf809d3fc51b9828844425 checksum=e22f700e8c57fbc41a642bfeeeed1adca06e6187887c39614a5c38d381a6ac31
pre_build() { pre_build() {
make CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS -fPIC" CPPFLAGS= -C doc make CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS -fPIC" CPPFLAGS= -C doc