FreeBSD Bugzilla – Attachment 111037 Details for
Bug 152257
[PATCH] mail/cyrus-imapd24: autocreate and autosieve support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
cyrus-imapd-2.4.4.patch
cyrus-imapd-2.4.4.patch (text/plain), 2.10 KB, created by
Martin Matuska
on 2010-11-15 10:30:09 UTC
(
hide
)
Description:
cyrus-imapd-2.4.4.patch
Filename:
MIME Type:
Creator:
Martin Matuska
Created:
2010-11-15 10:30:09 UTC
Size:
2.10 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/mail/cyrus-imapd24/Makefile,v >retrieving revision 1.198 >diff -u -r1.198 Makefile >--- Makefile 12 Nov 2010 12:50:19 -0000 1.198 >+++ Makefile 15 Nov 2010 10:23:26 -0000 >@@ -38,7 +38,9 @@ > LICENSE= BSD > LICENSE_FILE= ${WRKSRC}/COPYRIGHT > >-OPTIONS= BDB "Use Berkeley DB" on \ >+OPTIONS= AUTOCREATE "Use autocreate INBOX patch (UoA)" off \ >+ AUTOSIEVE "Use autosievefolder patch (UoA)" off \ >+ BDB "Use Berkeley DB" on \ > DRAC "Enable DRAC support" off \ > IDLED "Enable IMAP idled support" off \ > LDAP "Use LDAP (experimental)" off \ >@@ -53,6 +55,28 @@ > > .include <bsd.port.pre.mk> > >+# Autocreate Inbox and Autosieve patches from UoA >+# WWW: http://email.uoa.gr/projects/cyrus/ >+ >+.if defined(WITH_AUTOCREATE) || defined(WITH_AUTOSIEVE) >+PATCH_DIST_STRIP= -p1 >+PATCH_SITES+= ${MASTER_SITE_LOCAL} >+PATCH_SITE_SUBDIR= mm >+.endif >+ >+.if defined(WITH_AUTOCREATE) >+AUTOCREATE_VERSION= 0.10-0 >+PATCHFILES+= ${PORTNAME}-${PORTVERSION}-autocreate-${AUTOCREATE_VERSION}.patch >+PLIST_SUB+= AUTOCREATE="" >+.else >+PLIST_SUB+= AUTOCREATE="@comment " >+.endif >+ >+.if defined(WITH_AUTOSIEVE) >+AUTOSIEVE_VERSION= 0.6.0 >+PATCHFILES+= ${PORTNAME}-${PORTVERSION}-autosieve-${AUTOSIEVE_VERSION}.patch >+.endif >+ > .if defined(WITHOUT_BDB) > BDB_LIB_NAME= no > .else >Index: distinfo >=================================================================== >RCS file: /home/pcvs/ports/mail/cyrus-imapd24/distinfo,v >retrieving revision 1.59 >diff -u -r1.59 distinfo >--- distinfo 12 Nov 2010 12:50:19 -0000 1.59 >+++ distinfo 15 Nov 2010 10:23:26 -0000 >@@ -1,2 +1,6 @@ > SHA256 (cyrus-imapd-2.4.4.tar.gz) = 8008d96672cf3db986ba1bfb90d85368a466cd3fb54800c76f12e19a7700ba9b > SIZE (cyrus-imapd-2.4.4.tar.gz) = 2413958 >+SHA256 (cyrus-imapd-2.4.4-autocreate-0.10-0.patch) = 1130e80b6604901ba8cf887c792fa8e4ef181b4cfc212720bcfc984163fe8a13 >+SIZE (cyrus-imapd-2.4.4-autocreate-0.10-0.patch) = 74039 >+SHA256 (cyrus-imapd-2.4.4-autosieve-0.6.0.patch) = 4d09a328dac698ea09b9c7d0df577a4e8386c9a867fdc71180a43db2b39cbff6 >+SIZE (cyrus-imapd-2.4.4-autosieve-0.6.0.patch) = 7870
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 152257
: 111037