mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
msmtp: update to 1.6.1.
This commit is contained in:
parent
0f58e9684c
commit
d3f971b73c
1 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'msmtp'
|
# Template file for 'msmtp'
|
||||||
pkgname=msmtp
|
pkgname=msmtp
|
||||||
version=1.6.0
|
version=1.6.1
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
short_desc="A mini SMTP client"
|
short_desc="A mini SMTP client"
|
||||||
|
@ -9,20 +9,20 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://msmtp.sourceforge.net"
|
homepage="http://msmtp.sourceforge.net"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=ab08d03a575c0de3726fdb68a5f333ae292e14188fe8cce1d1fbd826fa3278fb
|
checksum=c45d47f2dc77484e3f74c0f66aef0d5d95de6c47ed71d9f926d86d546f8346f3
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="openssl gnutls idn sasl gnome"
|
build_options="openssl gnutls idn sasl gnome"
|
||||||
build_options_default="openssl idn"
|
build_options_default="openssl idn"
|
||||||
|
|
||||||
if [ "$build_option_openssl" ]; then
|
if [ "$build_option_openssl" ]; then
|
||||||
configure_args+=" --with-ssl=openssl"
|
configure_args+=" --with-tls=openssl"
|
||||||
makedepends+=" libressl-devel>=2.1.2"
|
makedepends+=" libressl-devel>=2.1.2"
|
||||||
elif [ "$build_option_gnutls" ]; then
|
elif [ "$build_option_gnutls" ]; then
|
||||||
configure_args+=" --with-ssl=gnutls"
|
configure_args+=" --with-tls=gnutls"
|
||||||
makedepends+=" gnutls-devel"
|
makedepends+=" gnutls-devel"
|
||||||
else
|
else
|
||||||
configure_args+=" --with-ssl=no"
|
configure_args+=" --with-tls=no"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$build_option_idn" ]; then
|
if [ "$build_option_idn" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue