From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 24 08:20:14 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B857E37B401 for ; Thu, 24 Apr 2003 08:20:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADE8D43F75 for ; Thu, 24 Apr 2003 08:20:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3OFKDUp024323 for ; Thu, 24 Apr 2003 08:20:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3OFKDiI024322; Thu, 24 Apr 2003 08:20:13 -0700 (PDT) Resent-Date: Thu, 24 Apr 2003 08:20:13 -0700 (PDT) Resent-Message-Id: <200304241520.h3OFKDiI024322@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Scott A. Moberly" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1550D37B401 for ; Thu, 24 Apr 2003 08:18:07 -0700 (PDT) Received: from mail.karamazov.org (h162-040-089-010.adsl.navix.net [162.40.89.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D14CB43F3F for ; Thu, 24 Apr 2003 08:18:05 -0700 (PDT) (envelope-from smoberly@karamazov.org) Received: from mail.karamazov.org (mail.karamazov.org [10.0.0.11]) by mail.karamazov.org (8.12.9/8.12.9) with ESMTP id h3OFI4LY083656 for ; Thu, 24 Apr 2003 10:18:04 -0500 (CDT) (envelope-from smoberly@karamazov.org) Received: (from smoberly@localhost) by mail.karamazov.org (8.12.9/8.12.9/Submit) id h3OFI4Ti083655; Thu, 24 Apr 2003 10:18:04 -0500 (CDT) (envelope-from smoberly) Message-Id: <200304241518.h3OFI4Ti083655@mail.karamazov.org> Date: Thu, 24 Apr 2003 10:18:04 -0500 (CDT) From: "Scott A. Moberly" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/51356: smtpd modification X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Scott A. Moberly" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 15:20:15 -0000 >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 Release-Note: >Audit-Trail: >Unformatted: