diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2008-08-27 17:52:32 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2008-08-27 17:52:32 +0000 |
commit | cbd4ec526252926dcc36313665e855ca18af4926 (patch) | |
tree | b017750e651210651841d6fd563b9d4888777c7f /mail/courier-imap | |
parent | 7f41de3f9bb2ac42ceef6a975e3c651e8dfb7801 (diff) | |
download | ports-cbd4ec526252926dcc36313665e855ca18af4926.tar.gz ports-cbd4ec526252926dcc36313665e855ca18af4926.zip |
Notes
Diffstat (limited to 'mail/courier-imap')
-rw-r--r-- | mail/courier-imap/Makefile | 14 | ||||
-rw-r--r-- | mail/courier-imap/distinfo | 9 |
2 files changed, 10 insertions, 13 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index f5da9a1d36ef..7e369dca76d0 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= courier-imap -PORTVERSION= 4.3.1 +PORTVERSION= 4.4.1 PORTEPOCH= 2 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -41,7 +41,6 @@ MAKE_ENV:= ${CONFIGURE_ENV} # OPTIONS= FAM "Build in fam support for IDLE command" off \ - DRAC "Build in DRAC support" off \ TRASHQUOTA "Include deleted mails in the quota" off \ GDBM "Use gdbm db instead of system bdb" off \ IPV6 "Build with IPv6 support" on @@ -68,12 +67,13 @@ CONFIGURE_ARGS= --sysconfdir=${CONFDIR} \ .include <bsd.port.pre.mk> -.if defined(WITH_DRAC) +#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 +#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 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 9e9e9261ff04..a392759e4867 100644 --- a/mail/courier-imap/distinfo +++ b/mail/courier-imap/distinfo @@ -1,6 +1,3 @@ -MD5 (courier-imap-4.3.1.tar.bz2) = 6e25e51faeec55a695242679311b595f -SHA256 (courier-imap-4.3.1.tar.bz2) = 963e35beaf420ac9c808d18b6dada68c7e5adba16fe1231e2e132f4410e9547d -SIZE (courier-imap-4.3.1.tar.bz2) = 3342757 -MD5 (courier-imap-4.1.0-drac.patch) = 62d84c091eec8b8c49ea605d3d6eb080 -SHA256 (courier-imap-4.1.0-drac.patch) = 01363ee12c52b1e4d01082d9dd2b374b17b1985daf108ddd4596064131ca0940 -SIZE (courier-imap-4.1.0-drac.patch) = 8355 +MD5 (courier-imap-4.4.1.tar.bz2) = 71482dff367e5161a3c0f9c61bbfd2b1 +SHA256 (courier-imap-4.4.1.tar.bz2) = d7cff71f0aaf34ea8dc6823550dadf62def4f616b750548bf0512f12d1b4725f +SIZE (courier-imap-4.4.1.tar.bz2) = 3383036 |