mutt: update to 1.14.2.
This commit is contained in:
parent
ebc07600f3
commit
ca0f147b85
|
@ -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. <jan.schreib@gmail.com>"
|
||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue