From a509d07731077c652a3841cd282ae871c7e55c3c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 28 Oct 2015 07:46:44 +0100 Subject: [PATCH] dovecot: depend on ca-certificates instead. --- srcpkgs/dovecot/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dovecot/template b/srcpkgs/dovecot/template index 6969a77c573..1c9e107b063 100644 --- a/srcpkgs/dovecot/template +++ b/srcpkgs/dovecot/template @@ -1,7 +1,7 @@ # Template file for 'dovecot' pkgname=dovecot version=2.2.19 -revision=2 +revision=3 build_pie=yes build_style=gnu-configure configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin @@ -39,7 +39,7 @@ if [ "$CROSS_BUILD" ]; then fi # For SSL support. -depends="virtual?openssl" +depends="ca-certificates" system_accounts="dovecot dovenull" dovecot_homedir="/var/chroot" dovenull_homedir="/var/chroot"