- Update to 1.0.r28

PR:		ports/110760
Submitted by:	Robin Breathe <robin@isometry.net> (maintainer)
This commit is contained in:
Pav Lucistnik 2007-03-24 14:46:32 +00:00
parent ce954d81cc
commit f99c0a1c8e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188184
8 changed files with 16 additions and 38 deletions

View file

@ -7,7 +7,7 @@
#
PORTNAME= dovecot
DISTVERSION= 1.0.rc27
DISTVERSION= 1.0.rc28
CATEGORIES= mail ipv6
MASTER_SITES= http://www.dovecot.org/releases/
@ -157,8 +157,6 @@ post-install:
@${MKDIR} ${DATADIR}
${INSTALL_SCRIPT} ${WRKSRC}/doc/mkcert.sh ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/doc/dovecot-openssl.cnf ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/doc/dovecot-ldap.conf ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/doc/dovecot-sql.conf ${DATADIR}
@${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
@${CAT} ${PKGMESSAGE}

View file

@ -1,3 +1,3 @@
MD5 (dovecot-1.0.rc27.tar.gz) = 2bc18491c869e0b298ef114d07cdbb46
SHA256 (dovecot-1.0.rc27.tar.gz) = b2846c63325b88d1e39b908cb1ee03f2a9057d37600ea5b9c3dc5b923e97d0b0
SIZE (dovecot-1.0.rc27.tar.gz) = 1521452
MD5 (dovecot-1.0.rc28.tar.gz) = e6fd617f3210f914815186c176796881
SHA256 (dovecot-1.0.rc28.tar.gz) = 56dd5221812d66a2fa90437ff3cc50a03236d94f9309cffb5ce48448bd64c2a3
SIZE (dovecot-1.0.rc28.tar.gz) = 1534090

View file

@ -1,11 +0,0 @@
--- src/auth/userdb-vpopmail.c.orig Thu Mar 15 08:13:18 2007
+++ src/auth/userdb-vpopmail.c Thu Mar 15 08:13:28 2007
@@ -27,7 +27,7 @@
return NULL;
}
- auth_request_log_debug(auth_request, "vpopmail",
+ auth_request_log_debug(request, "vpopmail",
"lookup user=%s domain=%s",
vpop_user, vpop_domain);

View file

@ -1,6 +1,8 @@
@comment $FreeBSD$
@unexec if cmp -s %D/etc/dovecot-example.conf %D/etc/dovecot.conf; then rm -f %D/etc/dovecot.conf; fi
etc/dovecot-example.conf
etc/dovecot-ldap-example.conf
etc/dovecot-sql-example.conf
@exec if [ ! -f %D/etc/dovecot.conf ] ; then cp -p %D/%F %B/dovecot.conf; fi
@dirrmtry include/dovecot
lib/dovecot/imap/lib01_acl_plugin.so
@ -51,8 +53,10 @@ libexec/dovecot/checkpassword-reply
libexec/dovecot/dict
libexec/dovecot/dovecot-auth
libexec/dovecot/gdbhelper
libexec/dovecot/idxview
libexec/dovecot/imap
libexec/dovecot/imap-login
libexec/dovecot/logview
%%POP3%%libexec/dovecot/pop3
%%POP3%%libexec/dovecot/pop3-login
libexec/dovecot/rawlog
@ -62,6 +66,4 @@ sbin/dovecot
sbin/dovecotpw
%%DATADIR%%/dovecot-openssl.cnf
%%DATADIR%%/mkcert.sh
%%DATADIR%%/dovecot-ldap.conf
%%DATADIR%%/dovecot-sql.conf
@dirrm %%DATADIR%%

View file

@ -7,7 +7,7 @@
#
PORTNAME= dovecot
DISTVERSION= 1.0.rc27
DISTVERSION= 1.0.rc28
CATEGORIES= mail ipv6
MASTER_SITES= http://www.dovecot.org/releases/
@ -157,8 +157,6 @@ post-install:
@${MKDIR} ${DATADIR}
${INSTALL_SCRIPT} ${WRKSRC}/doc/mkcert.sh ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/doc/dovecot-openssl.cnf ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/doc/dovecot-ldap.conf ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/doc/dovecot-sql.conf ${DATADIR}
@${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
@${CAT} ${PKGMESSAGE}

View file

@ -1,3 +1,3 @@
MD5 (dovecot-1.0.rc27.tar.gz) = 2bc18491c869e0b298ef114d07cdbb46
SHA256 (dovecot-1.0.rc27.tar.gz) = b2846c63325b88d1e39b908cb1ee03f2a9057d37600ea5b9c3dc5b923e97d0b0
SIZE (dovecot-1.0.rc27.tar.gz) = 1521452
MD5 (dovecot-1.0.rc28.tar.gz) = e6fd617f3210f914815186c176796881
SHA256 (dovecot-1.0.rc28.tar.gz) = 56dd5221812d66a2fa90437ff3cc50a03236d94f9309cffb5ce48448bd64c2a3
SIZE (dovecot-1.0.rc28.tar.gz) = 1534090

View file

@ -1,11 +0,0 @@
--- src/auth/userdb-vpopmail.c.orig Thu Mar 15 08:13:18 2007
+++ src/auth/userdb-vpopmail.c Thu Mar 15 08:13:28 2007
@@ -27,7 +27,7 @@
return NULL;
}
- auth_request_log_debug(auth_request, "vpopmail",
+ auth_request_log_debug(request, "vpopmail",
"lookup user=%s domain=%s",
vpop_user, vpop_domain);

View file

@ -1,6 +1,8 @@
@comment $FreeBSD$
@unexec if cmp -s %D/etc/dovecot-example.conf %D/etc/dovecot.conf; then rm -f %D/etc/dovecot.conf; fi
etc/dovecot-example.conf
etc/dovecot-ldap-example.conf
etc/dovecot-sql-example.conf
@exec if [ ! -f %D/etc/dovecot.conf ] ; then cp -p %D/%F %B/dovecot.conf; fi
@dirrmtry include/dovecot
lib/dovecot/imap/lib01_acl_plugin.so
@ -51,8 +53,10 @@ libexec/dovecot/checkpassword-reply
libexec/dovecot/dict
libexec/dovecot/dovecot-auth
libexec/dovecot/gdbhelper
libexec/dovecot/idxview
libexec/dovecot/imap
libexec/dovecot/imap-login
libexec/dovecot/logview
%%POP3%%libexec/dovecot/pop3
%%POP3%%libexec/dovecot/pop3-login
libexec/dovecot/rawlog
@ -62,6 +66,4 @@ sbin/dovecot
sbin/dovecotpw
%%DATADIR%%/dovecot-openssl.cnf
%%DATADIR%%/mkcert.sh
%%DATADIR%%/dovecot-ldap.conf
%%DATADIR%%/dovecot-sql.conf
@dirrm %%DATADIR%%