diff options
author | oliver <oliver@FreeBSD.org> | 2008-08-28 01:52:32 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2008-08-28 01:52:32 +0800 |
commit | 02a409bceca629057c3427788f19c944c079360a (patch) | |
tree | bc00e49e91de8ea7d78352103a6ea3d64d7d3e12 | |
parent | fe0b8f66513c05a1cc1de7ddcf5b14a2099a5ce0 (diff) | |
download | freebsd-ports-gnome-02a409bceca629057c3427788f19c944c079360a.tar.gz freebsd-ports-gnome-02a409bceca629057c3427788f19c944c079360a.tar.zst freebsd-ports-gnome-02a409bceca629057c3427788f19c944c079360a.zip |
update to 4.4.1
disable DRAC support since the supplied patch is no longer compatible with 4.4.1
and the author has not updated it :/
-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 |