Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Apr 2003 10:18:04 -0500 (CDT)
From:      "Scott A. Moberly" <smoberly@karamazov.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/51356: smtpd modification
Message-ID:  <200304241518.h3OFI4Ti083655@mail.karamazov.org>
Resent-Message-ID: <200304241520.h3OFKDiI024322@freefall.freebsd.org>

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

>Number:         51356
>Category:       ports
>Synopsis:       smtpd modification
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 24 08:20:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Scott A. Moberly
>Release:        FreeBSD 4.8-RC i386
>Organization:
>Environment:
System: FreeBSD mail.karamazov.org 4.8-RC FreeBSD 4.8-RC #8: Mon Mar 31 03:43:44 CST 2003 root@pavel.karamazov.org:/usr/src/sys/compile/PAVEL i386
>Description:
	Back out sendmail-old dependency. A properly configured sendmail
        installation experiences no problems noted int PR ports/36772.
	Additionally, I'd be willing to take maintainership of this port
	as I have a few sites actively using this port.
>How-To-Repeat:
>Fix:


--- Makefile.orig	Thu Apr 24 10:12:10 2003
+++ Makefile	Thu Apr 24 10:11:42 2003
@@ -7,7 +7,7 @@
 
 PORTNAME=	smtpd
 PORTVERSION=	2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail security
 MASTER_SITES=	ftp://ftp.obtuse.com/pub/smtpd/
 
@@ -17,8 +17,6 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Obtuse smtpd/smtpfwdd, part of the Juniper firewall toolkit
 
-RUN_DEPENDS=	${LOCALBASE}/sbin/sendmail:${PORTSDIR}/mail/sendmail-old
-
 #  Directory where smtpd will chroot to, and put the received mail
 #  If you change it here, change also patches/patch-aa
 SPOOLBASE=	/var/smtpd
@@ -27,10 +25,6 @@
 	@${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.tmp
 	@${SED} s+!!SPOOLBASE!!+${SPOOLBASE}+g < ${WRKSRC}/Makefile.tmp \
 	                                    > ${WRKSRC}/Makefile
-
-pre-install:
-	@${ECHO_CMD} "Does not work with Sendmail-8.12, checking Version:"
-	${LOCALBASE}/sbin/sendmail -d -t </dev/null | grep Version.8.11
 
 post-install:
 	@${MKDIR} ${PREFIX}/share/doc/smtpd
>Release-Note:
>Audit-Trail:
>Unformatted:



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