update to 4.9.3
include updated DRAC patch [1] PR: ports/157619 [1] Submitted by: AIDA Shinra <shinra@j10n.org> [1]
This commit is contained in:
parent
d548d0d6c4
commit
9706acdbb2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275214
2 changed files with 12 additions and 11 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue