aboutsummaryrefslogtreecommitdiffstats
path: root/mail/sqwebmail/Makefile
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2003-08-18 02:57:04 +0800
committeroliver <oliver@FreeBSD.org>2003-08-18 02:57:04 +0800
commitaf8903bbfb2e3c4cbd3ec9751153e71e6f388827 (patch)
tree9a63012260425c363fa317b4145fa3fab3743780 /mail/sqwebmail/Makefile
parente6a40fd30a690f5966ca82d0532c89a9c0c9c682 (diff)
downloadfreebsd-ports-gnome-af8903bbfb2e3c4cbd3ec9751153e71e6f388827.tar.gz
freebsd-ports-gnome-af8903bbfb2e3c4cbd3ec9751153e71e6f388827.tar.zst
freebsd-ports-gnome-af8903bbfb2e3c4cbd3ec9751153e71e6f388827.zip
update sqwebmail to 3.6.0
Diffstat (limited to 'mail/sqwebmail/Makefile')
-rw-r--r--mail/sqwebmail/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile
index e92761a10c5b..d7fdc552fbb0 100644
--- a/mail/sqwebmail/Makefile
+++ b/mail/sqwebmail/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= sqwebmail
-PORTVERSION= 3.5.3
-PORTREVISION= 1
+PORTVERSION= 3.6.0
+PORTREVISION= 0
CATEGORIES= mail www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= courier
@@ -71,7 +71,8 @@ CONFIGURE_ARGS= \
--libexecdir=${PREFIX}/libexec/sqwebmail \
--mandir=${PREFIX}/man \
--prefix=${PREFIX}/share/sqwebmail \
- --enable-imageurl=/${IMAGEURL}
+ --enable-imageurl=/${IMAGEURL} \
+ --with-locking-method=fcntl
PLIST_SUB+= CGIBINDIR=${CGIBINDIR} CGIBINSUBDIR=${CGIBINSUBDIR} WEBDATADIR=${WEBDATADIR} WEBDATASUBDIR=${WEBDATASUBDIR}
@@ -196,6 +197,9 @@ post-patch:
@${REINPLACE_CMD} -e 's|^@INSTALLAUTHMODULES@$$|& @AUTHMODULES@|' \
${WRKSRC}/authlib/installlist.in
+ @${REINPLACE_CMD} -e 's|^case x$$lockmethod in|${TEST} \&\& &|g' \
+ ${WRKSRC}/liblock/configure
+
.if !defined(WITHOUT_AUTHDAEMON)
post-install:
${INSTALL_SCRIPT} ${FILESDIR}/sqwebmail-authdaemond.sh \