diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-07-30 02:15:52 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-07-30 02:15:52 +0000 |
commit | c2ac136536f465ba2324abeaabca1a34c6e1275a (patch) | |
tree | 9e51ae4162c43994e68abd99214eefa08cad0238 | |
parent | 0bacf2c9d0da39d24f4d34ea4128765e23033b30 (diff) |
Notes
-rw-r--r-- | mail/dovecot/Makefile | 11 | ||||
-rw-r--r-- | mail/dovecot/distinfo | 3 |
2 files changed, 14 insertions, 0 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 3c267aefea53..91c3ea03be2d 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -8,6 +8,7 @@ PORTNAME= dovecot DISTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/1.1/ @@ -43,6 +44,7 @@ OPTIONS= KQUEUE "kqueue(2) support" on \ IPV6 "IPv6 support" on \ POP3 "POP3 support" on \ LDA "LDA support" on \ + MANAGESIEVE "ManageSieve support" off \ GSSAPI "GSSAPI support" off \ VPOPMAIL "VPopMail support" off \ LDAP "OpenLDAP support" off \ @@ -93,6 +95,15 @@ PLIST_SUB+= LDA="@comment " PLIST_SUB+= LDA="" .endif +## ManageSieve support +# +.if defined(WITH_MANAGESIEVE) +MANAGESIEVEVERSION!= ${MAKE} -C ${.CURDIR}/../dovecot-managesieve -V PORTVERSION +PATCH_SITES!= ${MAKE} -C ${.CURDIR}/../dovecot-managesieve -V MASTER_SITES +PATCHFILES+= dovecot-${PORTVERSION}-managesieve-${MANAGESIEVEVERSION}.diff.gz +PATCH_DIST_STRIP= -p1 +.endif + ## GSSAPI support # .if defined(WITH_GSSAPI) diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index 8ccf99d4051a..e0ba6107ae36 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,3 +1,6 @@ MD5 (dovecot-1.1.2.tar.gz) = fcebb6c099421049632b2f1f019f55cd SHA256 (dovecot-1.1.2.tar.gz) = 693981dbaa3bfda0796a88995b42c17f8c48d3cc8630a4762557db01170ca91e SIZE (dovecot-1.1.2.tar.gz) = 2300564 +MD5 (dovecot-1.1.2-managesieve-0.10.3.diff.gz) = 72e1532ddd5df4ee5f8cf190a1b53cfe +SHA256 (dovecot-1.1.2-managesieve-0.10.3.diff.gz) = 67a2b7ca49d5dc96e57b534008593c9702cecd768801aaba2f588087e5fe5980 +SIZE (dovecot-1.1.2-managesieve-0.10.3.diff.gz) = 6117 |