diff --git a/srcpkgs/dovecot/dovecot-plugin-ldap.template b/srcpkgs/dovecot/dovecot-plugin-ldap.template index 0c188e015a1..283d28a65dd 100644 --- a/srcpkgs/dovecot/dovecot-plugin-ldap.template +++ b/srcpkgs/dovecot/dovecot-plugin-ldap.template @@ -1,12 +1,7 @@ # Template file for 'dovecot-plugin-ldap'. # -depends="dovecot>=2.1.3" +depends="dovecot>=${version}" short_desc="${short_desc} - LDAP plugin" -long_desc="${long_desc} - - This package contains a plugin for LDAP authentication." - - conf_files="/etc/dovecot/conf.d/auth-ldap.conf.ext" do_install() { diff --git a/srcpkgs/dovecot/dovecot-plugin-mysql.template b/srcpkgs/dovecot/dovecot-plugin-mysql.template index eb8996b686c..de2667921dc 100644 --- a/srcpkgs/dovecot/dovecot-plugin-mysql.template +++ b/srcpkgs/dovecot/dovecot-plugin-mysql.template @@ -1,11 +1,7 @@ # Template file for 'dovecot-plugin-mysql'. # -depends="dovecot>=2.1.3" +depends="dovecot>=${version}" short_desc="${short_desc} - MySQL plugin" -long_desc="${long_desc} - - This package contains a plugin for MySQL authentication and dictionaries." - do_install() { vmove usr/lib/dovecot/modules/auth/libdriver_mysql.so \ diff --git a/srcpkgs/dovecot/dovecot-plugin-pgsql.template b/srcpkgs/dovecot/dovecot-plugin-pgsql.template index 71e2617b19a..bcff95a550e 100644 --- a/srcpkgs/dovecot/dovecot-plugin-pgsql.template +++ b/srcpkgs/dovecot/dovecot-plugin-pgsql.template @@ -1,12 +1,7 @@ # Template file for 'dovecot-plugin-pgsql'. # -depends="dovecot>=2.1.3" +depends="dovecot>=${version}" short_desc="${short_desc} - PostgreSQL plugin" -long_desc="${long_desc} - - This package contains a plugin for PostgreSQL authentication - and dictionaries." - do_install() { vmove usr/lib/dovecot/modules/auth/libdriver_pgsql.so \ diff --git a/srcpkgs/dovecot/dovecot-plugin-sqlite.template b/srcpkgs/dovecot/dovecot-plugin-sqlite.template index 9f6529f851e..958ebab81d7 100644 --- a/srcpkgs/dovecot/dovecot-plugin-sqlite.template +++ b/srcpkgs/dovecot/dovecot-plugin-sqlite.template @@ -1,11 +1,7 @@ # Template file for 'dovecot-plugin-sqlite'. # -depends="dovecot>=2.1.3" +depends="dovecot>=${version}" short_desc="${short_desc} - SQLite plugin" -long_desc="${long_desc} - - This package contains a plugin for SQLite authentication and dictionaries." - do_install() { vmove usr/lib/dovecot/modules/auth/libdriver_sqlite.so \ diff --git a/srcpkgs/dovecot/template b/srcpkgs/dovecot/template index a9b7869c24f..a661bda456a 100644 --- a/srcpkgs/dovecot/template +++ b/srcpkgs/dovecot/template @@ -1,24 +1,19 @@ # Template file for 'dovecot' pkgname=dovecot -version=2.1.12 +version=2.1.13 revision=1 build_style=gnu-configure configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin ---disable-static --with-nss --with-pam --with-mysql --with-pgsql ---with-sqlite --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl ---with-gssapi --with-ldap=plugin --with-zlib --with-bzlib --with-libcap ---with-solr --with-docs --with-systemdsystemunitdir=/usr/lib/systemd/system" + --disable-static --with-nss --with-pam --with-mysql --with-pgsql + --with-sqlite --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl + --with-gssapi --with-ldap=plugin --with-zlib --with-bzlib --with-libcap + --with-solr --with-docs --with-systemdsystemunitdir=/usr/lib/systemd/system" short_desc="IMAP and POP3 server written with security primarily in mind" maintainer="Juan RP " license="LGPL-2.1" homepage="http://dovecot.org" -distfiles="$homepage/releases/2.1/$pkgname-$version.tar.gz" -checksum=d76ae15146452d053c423d883b2cbc24f62a55cf2f1f547577f42bc7d8d20840 -long_desc=" - Dovecot is an open source IMAP and POP3 email server for Linux/UNIX-like - systems, written with security primarily in mind. Dovecot is an excellent - choice for both small and large installations. It's fast, simple to set - up, requires no special administration and it uses very little memory." +distfiles="${homepage}/releases/2.1/${pkgname}-${version}.tar.gz" +checksum=d0982b1a3b4cefe06d8d5e9e90372dc7569b9cc35bcb4d8087f09362b2632278 subpackages="${pkgname}-plugin-ldap ${pkgname}-plugin-mysql ${pkgname}-plugin-pgsql ${pkgname}-plugin-sqlite"