mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
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 :/
This commit is contained in:
parent
7f41de3f9b
commit
cbd4ec5262
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219335
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user