diff options
author | ghen <ghen@pkgsrc.org> | 2006-11-05 15:45:09 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-11-05 15:45:09 +0000 |
commit | ce0af3b0ceb740ce0015b5843145bcb7fb820b1b (patch) | |
tree | b986ac74653d7cfd217d17e4abeb1ab7a8b660bc /mail/dovecot/Makefile | |
parent | aa7649f688d0cffdea83df01d43ba8e463aa2912 (diff) | |
download | pkgsrc-ce0af3b0ceb740ce0015b5843145bcb7fb820b1b.tar.gz |
Update to dovecot 1.0rc12. 1.0rc11 didn't compile on FreeBSD and OpenBSD.
From the release announcement mail:
Since rc11 has problems compiling with BSDs, here's a new release. Just
two changes:
- rc11 didn't compile with some compilers
- default_mail_env fallbacking was broken with --exec-mail
Diffstat (limited to 'mail/dovecot/Makefile')
-rw-r--r-- | mail/dovecot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 5855fcbffcc..a987284fab7 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.71 2006/11/04 21:44:03 ghen Exp $ +# $NetBSD: Makefile,v 1.72 2006/11/05 15:45:09 ghen Exp $ -DISTNAME= dovecot-1.0.rc11 +DISTNAME= dovecot-1.0.rc12 PKGNAME= ${DISTNAME:S/.rc/rc/} CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/ |