Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2003 16:29:45 -0400 (EDT)
From:      Paul Dlug <paul@aps.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        paul@aps.org
Subject:   ports/56329: Update: mail/maildrop to 1.6.0 + LDAP makefile options
Message-ID:  <200309022029.h82KTj98024958@lugnut.aps.org>
Resent-Message-ID: <200309022030.h82KUDuF047327@freefall.freebsd.org>

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

>Number:         56329
>Category:       ports
>Synopsis:       Update: mail/maildrop to 1.6.0 + LDAP makefile options
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 02 13:30:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Paul Dlug
>Release:        FreeBSD 5.1-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD lugnut.aps.org 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #2: Mon Aug 11 14:37:47 EDT 2003 root@lugnut.aps.org:/usr/obj/usr/src/sys/LUGNUT i386


	
>Description:
	The diff attached updates mail/maildrop from 1.5.2 to 1.6.0. I have also added recognition of the WITH_LDAP environment variable to build an LDAP enabled maildrop.
>How-To-Repeat:
	
>Fix:

	

--- maildrop.diff begins here ---
diff -urN ./Makefile ../maildrop.orig/Makefile
--- ./Makefile	Tue Sep  2 14:46:09 2003
+++ ../maildrop.orig/Makefile	Tue Sep  2 16:27:09 2003
@@ -20,7 +20,7 @@
 #			to use
 
 PORTNAME=	maildrop
-PORTVERSION=	1.6.0
+PORTVERSION=	1.5.2
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	courier
@@ -61,11 +61,6 @@
 
 MAILDROP_SUID?=	root
 MAILDROP_SGID?=	mail
-
-.if defined(WITH_LDAP)
-USE_OPENLDAP=yes
-CONFIGURE_ARGS+=--enable-maildropldap --with-ldapconfig=/usr/local/etc/maildropldap.config
-.endif
 
 .if !defined(NOPORTDOCS)
 INSTALL_TARGET=	install-strip
diff -urN ./distinfo ../maildrop.orig/distinfo
--- ./distinfo	Tue Sep  2 14:42:23 2003
+++ ../maildrop.orig/distinfo	Tue Sep  2 16:27:09 2003
@@ -1 +1 @@
-MD5 (maildrop-1.6.0.tar.bz2) = 1e50a41d57750e83ca077558c0fd66b3
+MD5 (maildrop-1.5.2.tar.bz2) = 45ce438482780861ec43ce3af55b99cd
--- maildrop.diff ends here ---


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



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