aboutsummaryrefslogtreecommitdiffstats
path: root/main/msmtp
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-10-30 10:17:10 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-11-07 16:46:11 +0000
commite83662181d2ff78a69b643eaea1453955190fa56 (patch)
tree5cc9837a0bf54ca9a95435746deed820264a38aa /main/msmtp
parent05228e79ca331b01c848736ef66675bc487945fa (diff)
downloadaports-e83662181d2ff78a69b643eaea1453955190fa56.tar.bz2
aports-e83662181d2ff78a69b643eaea1453955190fa56.tar.xz
main/msmtp: rebuild against openssl 1.1
Diffstat (limited to 'main/msmtp')
-rw-r--r--main/msmtp/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/msmtp/APKBUILD b/main/msmtp/APKBUILD
index 036c1d92f6..7a4fa749b8 100644
--- a/main/msmtp/APKBUILD
+++ b/main/msmtp/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=msmtp
pkgver=1.6.8
-pkgrel=0
+pkgrel=1
pkgdesc="SMTP client with a sendmail compatible interface"
url="https://marlam.de/msmtp/"
arch="all"
license="GPL-3.0-or-later"
options="!check" # no test suite
-makedepends="gettext-dev libressl-dev"
+makedepends="gettext-dev openssl-dev"
subpackages="$pkgname-doc $pkgname-lang $pkgname-vim:vim:noarch"
source="https://marlam.de/msmtp/releases/$pkgname-$pkgver.tar.xz"