Browse Source

dovecot: Updated (1.2.2 -> 1.2.6) and bundled Sieve stuff

user/karasz/test/ecn
Nagy Karoly Gabriel 16 years ago committed by Alejandro Mery
parent
commit
e922538630
  1. 27
      mail/dovecot/dovecot.cache
  2. 24
      mail/dovecot/dovecot.conf
  3. 9
      mail/dovecot/dovecot.desc

27
mail/dovecot/dovecot.cache

@ -1,35 +1,28 @@
[TIMESTAMP] 1134255308 Sat Dec 10 23:55:08 2005 [TIMESTAMP] 1255207520 Sat Oct 10 23:45:20 2009
[BUILDTIME] 30 (9) [BUILDTIME] 105 (5)
[SIZE] 1.40 MB, 34 files [SIZE] 11.84 MB, 286 files
[DEP] autoconf
[DEP] bash [DEP] bash
[DEP] binutils [DEP] binutils
[DEP] bzip2 [DEP] bzip2
[DEP] coreutils [DEP] coreutils
[DEP] diffutils [DEP] diffutils
[DEP] fhs
[DEP] file
[DEP] findutils [DEP] findutils
[DEP] gawk
[DEP] gcc [DEP] gcc
[DEP] glibc [DEP] glibc
[DEP] gnutls
[DEP] grep [DEP] grep
[DEP] libgcrypt
[DEP] libgpg-error
[DEP] libprelude
[DEP] libtasn1
[DEP] linux-header
[DEP] m4
[DEP] make [DEP] make
[DEP] mktemp [DEP] mktemp
[DEP] net-tools [DEP] openldap
[DEP] openssl [DEP] openssl
[DEP] pam [DEP] patch
[DEP] perl
[DEP] pkgconfig [DEP] pkgconfig
[DEP] runit
[DEP] sed [DEP] sed
[DEP] sysfiles [DEP] sysfiles
[DEP] tar [DEP] tar
[DEP] texinfo [DEP] util-linux-ng
[DEP] util-linux
[DEP] zlib

24
mail/dovecot/dovecot.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../dovecot/dovecot.conf # Filename: package/.../dovecot/dovecot.conf
# Copyright (C) 2007 - 2008 The OpenSDE Project # Copyright (C) 2007 - 2009 The OpenSDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
# #
@ -23,6 +23,24 @@ var_append confopt ' ' "--enable-header-install"
# LDAP support # LDAP support
if pkginstalled openldap ; then if pkginstalled openldap ; then
pkgprefix -t openldap pkgprefix -t openldap
var_append extraconfopt ' ' "--with-ldap" var_append extraconfopt ' ' "--with-ldap"
fi fi
dovecotdir=
dovecotsievedir=
manage_sieve() {
if [ -z "$dovecotdir" ] ; then
dovecotdir="$PWD"
var_append patchfiles ' ' "$( match_source_file -p diff )"
elif [ -z "$dovecotsievedir" ] ; then
dovecotsievedir="$PWD"
var_append confopt ' ' "--with-dovecot=$dovecotdir"
else
var_append confopt ' ' "--with-dovecot=$dovecotdir"
var_append confopt ' ' "--with-dovecot-sieve=$dovecotsievedir"
fi
}
hook_add prepatch 5 'manage_sieve'

9
mail/dovecot/dovecot.desc

@ -33,9 +33,14 @@
[L] GPL [L] GPL
[S] Stable [S] Stable
[V] 1.2.2 [V] 1.2.6
[P] X -----5---9 194.300 [P] X -----5---9 194.300
[CV-URL] http://www.dovecot.org/download.html [CV-URL] http://www.dovecot.org/download.html
[D] 771852952 dovecot-1.2.2.tar.gz http://dovecot.org/releases/1.2/ [SRC] tar
[D] 1196795821 dovecot-1.2.6.tar.gz http://dovecot.org/releases/1.2/
[D] 2167057544 dovecot-1.2.6-managesieve-0.11.9.diff.gz http://www.rename-it.nl/dovecot/1.2/
[D] 3781160333 dovecot-1.2-sieve-0.1.9.tar.gz http://www.rename-it.nl/dovecot/1.2/
[D] 3515061223 dovecot-1.2-managesieve-0.11.9.tar.gz http://www.rename-it.nl/dovecot/1.2/

Loading…
Cancel
Save