[Lunar-commits] r22228 - moonbase/trunk/mail/dovecot
Florin Braescu
florin at lunar-linux.org
Sun Nov 19 10:12:02 CET 2006
Author: florin
Date: 2006-11-19 10:12:02 +0100 (Sun, 19 Nov 2006)
New Revision: 22228
Modified:
moonbase/trunk/mail/dovecot/BUILD
moonbase/trunk/mail/dovecot/DEPENDS
moonbase/trunk/mail/dovecot/DETAILS
Log:
bump the version from 0.99.14 to 1.0.rc15. many enhacements, new features added and bugfixes.
Modified: moonbase/trunk/mail/dovecot/BUILD
===================================================================
--- moonbase/trunk/mail/dovecot/BUILD 2006-11-19 09:10:42 UTC (rev 22227)
+++ moonbase/trunk/mail/dovecot/BUILD 2006-11-19 09:12:02 UTC (rev 22228)
@@ -1,4 +1,5 @@
(
+
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:10:42 UTC (rev 22227)
+++ moonbase/trunk/mail/dovecot/DEPENDS 2006-11-19 09:12:02 UTC (rev 22228)
@@ -1,8 +1,16 @@
-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:10:42 UTC (rev 22227)
+++ moonbase/trunk/mail/dovecot/DETAILS 2006-11-19 09:12:02 UTC (rev 22228)
@@ -1,12 +1,13 @@
MODULE=dovecot
- VERSION=0.99.14
+ VERSION=1.0.rc15
SOURCE=${MODULE}-${VERSION}.tar.gz
SOURCE_URL=http://www.dovecot.org/releases/
- SOURCE_VFY=sha1:b93569c3ca8849ced7ab0580e95d83771c4686fa
+ SOURCE_VFY=sha1:9b618d0c1562aa64bd1e055ffa9fe5f2412514af
WEB_SITE=http://www.dovecot.org/
ENTERED=20041204
- UPDATED=20050319
+ UPDATED=20061119
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