ports/56329: Update: mail/maildrop to 1.6.0 + LDAP makefile options

Paul Dlug paul at aps.org
Tue Sep 2 20:50:17 UTC 2003


The following reply was made to PR ports/56329; it has been noted by GNATS.

From: Paul Dlug <paul at aps.org>
To: Clement Laforet <sheepkiller at cultdeadsheep.org>
Cc: FreeBSD-gnats-submit at FreeBSD.org
Subject: Re: ports/56329: Update: mail/maildrop to 1.6.0 + LDAP makefile options
Date: Tue, 2 Sep 2003 16:43:04 -0400

 --Apple-Mail-16-476322632
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	charset=US-ASCII;
 	format=flowed
 
 umm...oops, it's been a long day staring at sendmail configs, surely 
 forgiveness is in order? :-) New diff attached.
 
 
 --Apple-Mail-16-476322632
 Content-Disposition: attachment;
 	filename=maildrop.diff
 Content-Transfer-Encoding: 7bit
 Content-Type: application/octet-stream;
 	x-unix-mode=0644;
 	name="maildrop.diff"
 
 diff -urN ./Makefile ../maildrop/Makefile
 --- ./Makefile	Tue Sep  2 16:27:09 2003
 +++ ../maildrop/Makefile	Tue Sep  2 14:46:09 2003
 @@ -20,7 +20,7 @@
  #			to use
  
  PORTNAME=	maildrop
 -PORTVERSION=	1.5.2
 +PORTVERSION=	1.6.0
  CATEGORIES=	mail
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	courier
 @@ -61,6 +61,11 @@
  
  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/distinfo
 --- ./distinfo	Tue Sep  2 16:27:09 2003
 +++ ../maildrop/distinfo	Tue Sep  2 14:42:23 2003
 @@ -1 +1 @@
 -MD5 (maildrop-1.5.2.tar.bz2) = 45ce438482780861ec43ce3af55b99cd
 +MD5 (maildrop-1.6.0.tar.bz2) = 1e50a41d57750e83ca077558c0fd66b3
 
 --Apple-Mail-16-476322632
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	charset=US-ASCII;
 	format=flowed
 
 
 On Tuesday, September 2, 2003, at 04:35 PM, Clement Laforet wrote:
 
 > You surely don't want a reverse patch ;)
 
 --Apple-Mail-16-476322632--
 



More information about the freebsd-ports-bugs mailing list