mutt: update to 1.9.5.
This commit is contained in:
parent
4a2d3d74d4
commit
1f38d08f1b
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'mutt'
|
# Template file for 'mutt'
|
||||||
pkgname=mutt
|
pkgname=mutt
|
||||||
version=1.9.4
|
version=1.9.5
|
||||||
revision=2
|
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-idn --with-ssl --with-sasl --enable-sidebar
|
--enable-gpgme --with-regex --with-idn --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 mutt_cv_regex_broken=no"
|
||||||
hostmakedepends="perl pkg-config libidn-devel"
|
hostmakedepends="libidn-devel perl pkg-config"
|
||||||
makedepends="ncurses-devel libressl-devel libidn-devel gpgme-devel gdbm-devel
|
makedepends="gdbm-devel gpgme-devel libidn-devel libressl-devel libsasl-devel
|
||||||
libsasl-devel"
|
ncurses-devel"
|
||||||
depends="mime-types"
|
depends="mime-types"
|
||||||
conf_files="/etc/$pkgname/Muttrc"
|
conf_files="/etc/$pkgname/Muttrc"
|
||||||
short_desc="The Mutt Mail Client"
|
short_desc="The Mutt Mail Client"
|
||||||
|
@ -18,7 +18,7 @@ license="GPL-2.0-or-later"
|
||||||
# changelog="http://www.mutt.org/doc/PGP-Notes.txt"
|
# changelog="http://www.mutt.org/doc/PGP-Notes.txt"
|
||||||
homepage="http://www.mutt.org"
|
homepage="http://www.mutt.org"
|
||||||
distfiles="http://ftp.mutt.org/pub/mutt/${pkgname}-${version}.tar.gz"
|
distfiles="http://ftp.mutt.org/pub/mutt/${pkgname}-${version}.tar.gz"
|
||||||
checksum=f4d1bf26350c1ac81b551f98e5a4fd80d7fecd86919aa8165e69fde87de1b5df
|
checksum=bf617e64ae4e08a998bef8e42a965a211587e051f1437a3a4884b351a9385753
|
||||||
|
|
||||||
provides="mutt-0_1"
|
provides="mutt-0_1"
|
||||||
# Begin alternatives:
|
# Begin alternatives:
|
||||||
|
|
Loading…
Reference in New Issue