diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-12-10 15:30:08 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-12-10 15:30:08 +0000 |
commit | d994375584630eb0a7ec78a6535a6e24cfb28265 (patch) | |
tree | d5b9af1ec342acb1e41865e391029ca259010b97 /mail/dovecot | |
parent | ea8549354e9442e5772a8d0b8d8abffd4d3ad619 (diff) | |
download | ports-d994375584630eb0a7ec78a6535a6e24cfb28265.tar.gz ports-d994375584630eb0a7ec78a6535a6e24cfb28265.zip |
Notes
Diffstat (limited to 'mail/dovecot')
-rw-r--r-- | mail/dovecot/Makefile | 21 | ||||
-rw-r--r-- | mail/dovecot/distinfo | 12 | ||||
-rw-r--r-- | mail/dovecot/files/patch-src-auth-mech-gssapi.c | 13 | ||||
-rw-r--r-- | mail/dovecot/pkg-plist | 5 |
4 files changed, 12 insertions, 39 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 887c7dcf2f7e..cbb3fbb16789 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -6,8 +6,7 @@ # PORTNAME= dovecot -PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTVERSION= 1.2.8 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${DOVECOTVERSION}/ \ http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/ @@ -52,12 +51,11 @@ PORTDOCS= *.txt wiki ${DOCS} DOVECOT_UID?= 143 DOVECOT_GID?= 143 -PROTOCOLS= imap +PROTOCOLS= imap pop3 OPTIONS= KQUEUE "kqueue(2) support" on \ SSL "SSL support" on \ IPV6 "IPv6 support" on \ - POP3 "POP3 support" on \ LDA "LDA support" on \ MANAGESIEVE "ManageSieve support" on \ GSSAPI "GSSAPI support" off \ @@ -91,7 +89,7 @@ CONFIGURE_ARGS+= --with-ioloop=kqueue ## SSL support # .if defined(WITH_SSL) && !defined(WITHOUT_SSL) -PROTOCOLS+= imaps +PROTOCOLS+= imaps pop3s .else CONFIGURE_ARGS+= --without-ssl .endif @@ -102,19 +100,6 @@ CONFIGURE_ARGS+= --without-ssl CONFIGURE_ARGS+= --disable-ipv6 .endif -## POP3 support -# -.if defined(WITHOUT_POP3) -CONFIGURE_ARGS+= --without-pop3d -PLIST_SUB+= POP3="@comment " -.else -PROTOCOLS+= pop3 -.if defined(WITH_SSL) && !defined(WITHOUT_SSL) -PROTOCOLS+= pop3s -.endif -PLIST_SUB+= POP3="" -.endif - ## LDA support # .if defined(WITHOUT_LDA) diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index d7fa49e6b6e7..7d2321b027e7 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,6 +1,6 @@ -MD5 (dovecot-1.2.4.tar.gz) = 3e5717d13e3d6b32d3f4b809df397dbf -SHA256 (dovecot-1.2.4.tar.gz) = df6406f96f5c040f4656ce7526c45b2f333851c7895e8bbab928db02fa6ac3ca -SIZE (dovecot-1.2.4.tar.gz) = 2637375 -MD5 (dovecot-1.2.4-managesieve-0.11.9.diff.gz) = 6dd2ef2d46b3b63238237455558a14e1 -SHA256 (dovecot-1.2.4-managesieve-0.11.9.diff.gz) = 7fad7de933ae5698ae77574ef265587e71232737116348352a282658c773de7a -SIZE (dovecot-1.2.4-managesieve-0.11.9.diff.gz) = 6422 +MD5 (dovecot-1.2.8.tar.gz) = c6d6c061413d299ccea7b55c3e4faa0a +SHA256 (dovecot-1.2.8.tar.gz) = 145c5dd8519d526c4bc2c1b4d6b5eeb09ba000f57fe5e16af1f72a73acc788c7 +SIZE (dovecot-1.2.8.tar.gz) = 2702887 +MD5 (dovecot-1.2.8-managesieve-0.11.9.diff.gz) = 4e3d658b2040f1319e7ec5f389aa94ff +SHA256 (dovecot-1.2.8-managesieve-0.11.9.diff.gz) = 740e3174022c9902577a6184ec2f237dda58208818ca49382e79553d7a2614eb +SIZE (dovecot-1.2.8-managesieve-0.11.9.diff.gz) = 6298 diff --git a/mail/dovecot/files/patch-src-auth-mech-gssapi.c b/mail/dovecot/files/patch-src-auth-mech-gssapi.c deleted file mode 100644 index e7077031791d..000000000000 --- a/mail/dovecot/files/patch-src-auth-mech-gssapi.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/auth/mech-gssapi.c.orig 2009-08-15 03:14:11.000000000 +1000 -+++ src/auth/mech-gssapi.c 2009-08-29 07:02:43.000000000 +1000 -@@ -218,6 +218,10 @@ - const unsigned char *c = data; - unsigned int i; - -+ /* apparently all names end with NUL? */ -+ if (len > 0 && c[len-1] == '\0') -+ len--; -+ - for (i = 0; i < len; i++) { - if (c[i] == '\0') - return TRUE; diff --git a/mail/dovecot/pkg-plist b/mail/dovecot/pkg-plist index 285832040bfe..51baf39c5d0a 100644 --- a/mail/dovecot/pkg-plist +++ b/mail/dovecot/pkg-plist @@ -91,6 +91,7 @@ lib/dovecot/lib21_fts_squat_plugin.a lib/dovecot/lib21_fts_squat_plugin.la lib/dovecot/lib21_fts_squat_plugin.so @dirrmtry lib/dovecot +libexec/dovecot/authtest libexec/dovecot/checkpassword-reply libexec/dovecot/convert-tool %%LDA%%libexec/dovecot/deliver @@ -105,8 +106,8 @@ libexec/dovecot/imap-utf7 libexec/dovecot/listview libexec/dovecot/logview libexec/dovecot/maildirlock -%%POP3%%libexec/dovecot/pop3 -%%POP3%%libexec/dovecot/pop3-login +libexec/dovecot/pop3 +libexec/dovecot/pop3-login libexec/dovecot/rawlog libexec/dovecot/ssl-build-param libexec/dovecot/threadview |