Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Aug 2005 12:39:34 +0200 (CEST)
From:      Xavier Beaudouin <kiwi@oav.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/85395: [MAINTAINER] mail/lmtpd: update to 0.10.1
Message-ID:  <20050828103934.ED0BB2E237@kiwi.oav.net>
Resent-Message-ID: <200508281040.j7SAe0mq030178@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         85395
>Category:       ports
>Synopsis:       [MAINTAINER] mail/lmtpd: update to 0.10.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 28 10:40:00 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Xavier Beaudouin
>Release:        FreeBSD 5.4-RELEASE-p1 i386
>Organization:
Association KAZAR / The Caudium Group
>Environment:
System: FreeBSD proxy.home.oav.net 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #1: Sat May 14 15:27:19 CEST 2005
>Description:
- Update to 0.10.1


Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- lmtpd-0.10.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/lmtpd.old/Makefile /usr/ports/mail/lmtpd/Makefile
--- /usr/ports/mail/lmtpd.old/Makefile	Sun Aug 28 12:23:13 2005
+++ /usr/ports/mail/lmtpd/Makefile	Sun Aug 28 12:31:58 2005
@@ -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+=	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>
 
@@ -43,6 +43,12 @@
 CONFIGURE_ARGS+=	--with-tre
 .else
 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)
diff -ruN --exclude=CVS /usr/ports/mail/lmtpd.old/distinfo /usr/ports/mail/lmtpd/distinfo
--- /usr/ports/mail/lmtpd.old/distinfo	Sun Aug 28 12:23:13 2005
+++ /usr/ports/mail/lmtpd/distinfo	Sun Aug 28 12:25:03 2005
@@ -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
--- lmtpd-0.10.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050828103934.ED0BB2E237>