mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
upgrade to 0.10.1
PR: 85395 Submitted by: maintainer
This commit is contained in:
parent
8cc647ca06
commit
2ebfd4ecd1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141401
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user