diff options
author | oliver <oliver@FreeBSD.org> | 2011-06-08 15:36:11 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2011-06-08 15:36:11 +0800 |
commit | 9bc6e3301a431ce692e3a9fe40d3cdf7a80c9622 (patch) | |
tree | bc1c571742c6137ac6f868a9316fe14d3826390f /mail | |
parent | 91aedc448d53fb81d8189faeaa8cfbe1683ed859 (diff) | |
download | freebsd-ports-graphics-9bc6e3301a431ce692e3a9fe40d3cdf7a80c9622.tar.gz freebsd-ports-graphics-9bc6e3301a431ce692e3a9fe40d3cdf7a80c9622.tar.zst freebsd-ports-graphics-9bc6e3301a431ce692e3a9fe40d3cdf7a80c9622.zip |
update to 4.9.3
include updated DRAC patch [1]
PR: ports/157619 [1]
Submitted by: AIDA Shinra <shinra@j10n.org> [1]
Diffstat (limited to 'mail')
-rw-r--r-- | mail/courier-imap/Makefile | 17 | ||||
-rw-r--r-- | mail/courier-imap/distinfo | 6 |
2 files changed, 12 insertions, 11 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index 428976ddc2b..bb9558edc22 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= courier-imap -PORTVERSION= 4.9.1 +PORTVERSION= 4.9.3 PORTEPOCH= 2 CATEGORIES= mail ipv6 MASTER_SITES= SF/courier/imap/${PORTVERSION} @@ -42,7 +42,8 @@ MAKE_ENV:= ${CONFIGURE_ENV} OPTIONS= FAM "Build in fam support for IDLE command" off \ TRASHQUOTA "Include deleted mails in the quota" off \ GDBM "Use gdbm db instead of system bdb" off \ - IPV6 "Build with IPv6 support" on + IPV6 "Build with IPv6 support" on \ + DRAC "Build with DRAC support" off .if exists(${.CURDIR}/../../security/courier-authlib/Makefile.opt) .include "${.CURDIR}/../../security/courier-authlib/Makefile.opt" @@ -66,13 +67,11 @@ CONFIGURE_ARGS= --sysconfdir=${CONFDIR} \ .include <bsd.port.pre.mk> -#does not work with 4.4.0 -#.if defined(WITH_DRAC) -# move me below .include <bsd.port.pre.mk> when re-enabling -#PATCH_SITES= http://www.smalltown.ne.jp/~usata/pub/patch/ -#PATCHFILES= courier-imap-4.1.0-drac.patch -#BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac -#.endif +.if defined(WITH_DRAC) +PATCH_SITES= http://www.smalltown.ne.jp/~usata/pub/patch/ +PATCHFILES= courier-imap-4.8.1-drac.patch +BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac +.endif .if exists(${.CURDIR}/../../security/courier-authlib/Makefile.dep) .include "${.CURDIR}/../../security/courier-authlib/Makefile.dep" diff --git a/mail/courier-imap/distinfo b/mail/courier-imap/distinfo index b72d22da6d8..ba9c686dcf1 100644 --- a/mail/courier-imap/distinfo +++ b/mail/courier-imap/distinfo @@ -1,2 +1,4 @@ -SHA256 (courier-imap-4.9.1.tar.bz2) = 1e1d848d1a2faca8f36acc03112d10201eb336f02d8b460f64531a83357b5fc4 -SIZE (courier-imap-4.9.1.tar.bz2) = 3049831 +SHA256 (courier-imap-4.9.3.tar.bz2) = 27344b624ceaaf22e5f12b9b76253eaacd33723be3108b104aa6d25f4641193e +SIZE (courier-imap-4.9.3.tar.bz2) = 3049553 +SHA256 (courier-imap-4.8.1-drac.patch) = 7ac88afc81bb762226800697899dcb12e300634f131d8ee4ac8ffe1d2637d772 +SIZE (courier-imap-4.8.1-drac.patch) = 8691 |