[Lunar-commits] r22229 - moonbase/trunk/mail/dovecot
Moritz Heiber
moe at lunar-linux.org
Sun Nov 19 10:59:13 CET 2006
Author: moe
Date: 2006-11-19 10:59:13 +0100 (Sun, 19 Nov 2006)
New Revision: 22229
Modified:
moonbase/trunk/mail/dovecot/BUILD
moonbase/trunk/mail/dovecot/DEPENDS
moonbase/trunk/mail/dovecot/DETAILS
Log:
Reverting this update. dovecot needs to be ultra-stable. Thus the rc releases
are not an option here. Please refrain from updating this module
until 1.0 is final.
Modified: moonbase/trunk/mail/dovecot/BUILD
===================================================================
--- moonbase/trunk/mail/dovecot/BUILD 2006-11-19 09:12:02 UTC (rev 22228)
+++ moonbase/trunk/mail/dovecot/BUILD 2006-11-19 09:59:13 UTC (rev 22229)
@@ -1,5 +1,4 @@
(
-
OPTS="$OPTS --with-ssl=openssl"
add_priv_user dovecot:dovecot
Modified: moonbase/trunk/mail/dovecot/DEPENDS
===================================================================
--- moonbase/trunk/mail/dovecot/DEPENDS 2006-11-19 09:12:02 UTC (rev 22228)
+++ moonbase/trunk/mail/dovecot/DEPENDS 2006-11-19 09:59:13 UTC (rev 22229)
@@ -1,16 +1,8 @@
-depends openssl &&
+depends openssl &&
-optional_depends "postgresql" \
- "--with-pgsql" \
- "--without-pgsql" \
- "For Postgresql support" &&
-
-optional_depends "mysql" \
- "--with-mysql" \
- "--without-mysql" \
- "For Mysql support" &&
-
-optional_depends "openldap" \
- "--with-ldap" \
- "--with-ldap" \
+optional_depends "postgresql" "--with-pgsql" "--without-pgsql" \
+ "For Postgresql support" &&
+optional_depends "mysql" "--with-mysql" "--without-mysql" \
+ "For Mysql support" &&
+optional_depends "openldap" "--with-ldap" "--with-ldap" \
"For openldap support"
Modified: moonbase/trunk/mail/dovecot/DETAILS
===================================================================
--- moonbase/trunk/mail/dovecot/DETAILS 2006-11-19 09:12:02 UTC (rev 22228)
+++ moonbase/trunk/mail/dovecot/DETAILS 2006-11-19 09:59:13 UTC (rev 22229)
@@ -1,13 +1,12 @@
MODULE=dovecot
- VERSION=1.0.rc15
+ VERSION=0.99.14
SOURCE=${MODULE}-${VERSION}.tar.gz
SOURCE_URL=http://www.dovecot.org/releases/
- SOURCE_VFY=sha1:9b618d0c1562aa64bd1e055ffa9fe5f2412514af
+ SOURCE_VFY=sha1:b93569c3ca8849ced7ab0580e95d83771c4686fa
WEB_SITE=http://www.dovecot.org/
ENTERED=20041204
- UPDATED=20061119
+ UPDATED=20050319
SHORT="A small, fast and secure (SSL) Maildir capable imap daemon"
-
cat << EOF
Dovecot is an IMAP and POP3 server for Linux/UNIX-like systems,
written with security primarily in mind. Although it's written in C,
More information about the Lunar-commits
mailing list