Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jul 2001 11:54:36 -0400 (EDT)
From:      Pete Fritchman <petef@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28572: Update mail/maildrop to 1.3.3
Message-ID:  <200107011554.f61Fsa114941@electron.databits.net>

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

>Number:         28572
>Category:       ports
>Synopsis:       Update mail/maildrop to 1.3.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 01 09:00:19 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Pete Fritchman
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Databits Network Services, Inc.
>Environment:
System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386

>Description:

- update to version 1.3.3
- NO_GDBM -> WITHOUT_GDBM
- make CONFIGURE_ARGS += instead of =

>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/maildrop/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	2001/05/23 17:04:49	1.13
+++ Makefile	2001/07/01 15:54:24
@@ -6,17 +6,17 @@
 #
 
 PORTNAME=	maildrop
-PORTVERSION=	1.3.2
+PORTVERSION=	1.3.3
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= courier
+MASTER_SITE_SUBDIR=	courier
 
 MAINTAINER=	petef@databits.net
 
 # Maildrop is usually installed with gdbm extensions. If you do not
-# want these extensions installed, NO_GDBM must be defined.
+# want these extensions installed, define WITHOUT_GDBM.
 #
-.if !defined(NO_GDBM)
+.if !defined(WITHOUT_GDBM)
 LIB_DEPENDS=	gdbm.2:${PORTSDIR}/databases/gdbm
 .endif
 
@@ -30,7 +30,7 @@
 MAILDROP_SUID?=	root
 MAILDROP_SGID?=	mail
 
-CONFIGURE_ARGS=	--enable-syslog=1 \
+CONFIGURE_ARGS+=	--enable-syslog=1 \
 		--enable-use-flock \
 		--with-etcdir="${PREFIX}/etc" \
 		--enable-maildrop-uid="${MAILDROP_SUID}" \
@@ -49,7 +49,7 @@
 MAN5=		maildropex.5 maildropfilter.5 maildropgdbm.5
 MAN8=		maildirquota.8 deliverquota.8
 
-.if defined(NO_GDBM)
+.if defined(WITHOUT_GDBM)
 CONFIGURE_ARGS+=	--without-db
 .endif
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/maildrop/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo	2001/05/23 17:04:49	1.6
+++ distinfo	2001/07/01 15:54:24
@@ -1 +1 @@
-MD5 (maildrop-1.3.2.tar.gz) = c2d194c41dc07330c9a89f0b8b933c6b
+MD5 (maildrop-1.3.3.tar.gz) = 87054c86f9dd7d3c17497bed95ae562d
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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