aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/lmtpd/Makefile12
-rw-r--r--mail/lmtpd/distinfo4
2 files changed, 11 insertions, 5 deletions
diff --git a/mail/lmtpd/Makefile b/mail/lmtpd/Makefile
index e24efcc67eba..7b0e4e63191a 100644
--- a/mail/lmtpd/Makefile
+++ b/mail/lmtpd/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= lmtpd
-PORTVERSION= 0.9.24
-PORTREVISION= 1
+PORTVERSION= 0.10.1
CATEGORIES= mail
-MASTER_SITES= ftp://ftp.oav.net/pll/ ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} ftp://ftp.oav.net/pll/
MASTER_SITE_SUBDIR= pll
MAINTAINER= kiwi@oav.net
@@ -24,6 +23,7 @@ OPTIONS+= MYSQL "Support for MySQL Queries and Logs" on
OPTIONS+= DB3 "Support for DB3" on
OPTIONS+= DB4 "Support for DB4" off
OPTIONS+= TRE "Support for TRE regexp (Approx regexp)" on
+OPTIONS+= SIEVE "Support for SIEVE regexp (Approx regexp)" on
.include <bsd.port.pre.mk>
@@ -45,6 +45,12 @@ CONFIGURE_ARGS+= --with-tre
CONFIGURE_ARGS+= --without-tre
.endif
+.if defined(WITH_SIEVE)
+CONFIGURE_ARGS+= --with-sieve-regex
+.else
+CONFIGURE_ARGS+= --without-sieve-regex
+.endif
+
.if defined(WITH_MYSQL)
USE_MYSQL= yes
CONFIGURE_ARGS+= --with-mysql=${LOCALBASE}/include/mysql --with-mysqllog
diff --git a/mail/lmtpd/distinfo b/mail/lmtpd/distinfo
index cb75ec178edf..3979dba65417 100644
--- a/mail/lmtpd/distinfo
+++ b/mail/lmtpd/distinfo
@@ -1,2 +1,2 @@
-MD5 (lmtpd-0.9.24.tar.gz) = 8037bd15639ae756902fb9c6deecf22e
-SIZE (lmtpd-0.9.24.tar.gz) = 458994
+MD5 (lmtpd-0.10.1.tar.gz) = 039b60781a16ab13a8d0029b49d31ae6
+SIZE (lmtpd-0.10.1.tar.gz) = 486199
Add upstream patch to fix taglib version detectionjhale2016-01-031-0/+26 * Another port, that requires a C++11 compilerarved2015-07-231-2/+2 * Oops, Fix INDEX breakage, port was renamed recently.arved2015-07-191-1/+1 * Update to 0.8.4arved2015-07-199-130/+174 * Update ports in the a* categories to not use GH_COMMIT.mat2015-05-062-4/+2 * - Update devel/qca to version 2.1.0tijl2015-01-131-2/+1 * Cleanup plistbapt2014-10-201-33/+0 * Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1 * Add patch to fix build with libc++arved2014-08-171-0/+13 * Grab maintainershiparved2014-08-152-4/+5 * Resetting maintainership on ports that have not been staged and without anybapt2014-07-061-1/+1 * - Bump PORTREVISION after KDE4_PREFIX changemakc2014-02-181-1/+1