Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions srcpkgs/dovecot-plugin-pigeonhole/patches/32bit.patch

This file was deleted.

8 changes: 4 additions & 4 deletions srcpkgs/dovecot-plugin-pigeonhole/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'dovecot-plugin-pigeonhole'
pkgname=dovecot-plugin-pigeonhole
version=2.4.2
revision=2
version=2.4.3
revision=1
build_style=gnu-configure
configure_args="--prefix=/usr
--with-dovecot=${XBPS_CROSS_BASE}/usr/lib/dovecot
Expand All @@ -11,14 +11,14 @@ configure_args="--prefix=/usr
# Hack around dovecot-config for cross building.
make_build_args="LIBDOVECOT_INCLUDE=-I${XBPS_CROSS_BASE}/usr/include/dovecot
LIBS=-L${XBPS_CROSS_BASE}/usr/lib/dovecot"
hostmakedepends="dovecot-devel libldap-devel perl"
hostmakedepends="dovecot-devel libldap-devel perl python3"
makedepends="dovecot-devel dovecot-plugin-ldap libldap-devel openssl-devel"
short_desc="Sieve implementation for Dovecot"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="LGPL-2.1-or-later"
homepage="https://pigeonhole.dovecot.org"
distfiles="https://pigeonhole.dovecot.org/releases/2.4/dovecot-pigeonhole-${version//r/-}.tar.gz"
checksum=c2f90cf2a0154f94842ce0d8cafc81f282d0f98dfc3b51c3b7c2385c53316f97
checksum=219c472a5fa3e6f7a6cb76ff5118bcbead73e14cd4157d3701425245756cb5f8

dovecot-plugin-pigeonhole-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
Expand Down
11 changes: 0 additions & 11 deletions srcpkgs/dovecot/patches/cross.patch

This file was deleted.

9 changes: 5 additions & 4 deletions srcpkgs/dovecot/template
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Template file for 'dovecot'
# revbump dovecot-plugin-pigeonhole when updating dovecot!
pkgname=dovecot
version=2.4.2
revision=2
version=2.4.3
revision=1
build_style=gnu-configure
configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin
--disable-static --with-pam --with-mysql --with-pgsql
Expand All @@ -13,13 +13,14 @@ hostmakedepends="pkg-config perl libmariadbclient-devel pcre2-devel"
makedepends=" liblz4-devel zlib-devel bzip2-devel liblzma-devel openssl-devel
mit-krb5-devel libmariadbclient-devel postgresql-libs-devel sqlite-devel
libldap-devel libcap-devel pam-devel libcurl-devel expat-devel
libsodium-devel xapian-core-devel libstemmer-devel pcre2-devel"
libsodium-devel xapian-core-devel libstemmer-devel pcre2-devel
lua54-devel"
short_desc="IMAP and POP3 server written with security primarily in mind"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="LGPL-2.1-or-later"
homepage="https://dovecot.org/"
distfiles="https://dovecot.org/releases/2.4/dovecot-${version//r/-}.tar.gz"
checksum=2cd62e4d22b9fc1c80bd38649739950f0dbda34fbc3e62624fb6842264e93c6e
checksum=ff0be85228122f250627b19e67505fdb7fb2f72a702ef6bf35f27fce54c072e5
keep_libtool_archives=yes

if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
Expand Down
Loading