ports/51356: smtpd modification

Scott A. Moberly smoberly at karamazov.org
Thu Apr 24 15:20:15 UTC 2003


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list