summaryrefslogtreecommitdiffstats
path: root/mail/smtpd
diff options
context:
space:
mode:
authorfoxfair <foxfair@FreeBSD.org>2003-05-08 05:03:44 +0000
committerfoxfair <foxfair@FreeBSD.org>2003-05-08 05:03:44 +0000
commit58ee4d4c194b956928835fa0bc23d32c5a98817e (patch)
tree2ad11e2d8d02b8b9e900ad2ea9d44b40159129b0 /mail/smtpd
parent2556b3467a6e2f4342458586b51d561de810738e (diff)
downloadFreeBSD-ports-58ee4d4c194b956928835fa0bc23d32c5a98817e.zip
FreeBSD-ports-58ee4d4c194b956928835fa0bc23d32c5a98817e.tar.gz
PR: 51356
Submitted by: Scott A. Moberly <smoberly@karamazov.org> Back out sendmail-old dependency with smtpd.
Diffstat (limited to 'mail/smtpd')
-rw-r--r--mail/smtpd/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/mail/smtpd/Makefile b/mail/smtpd/Makefile
index adc368e..822b031 100644
--- a/mail/smtpd/Makefile
+++ b/mail/smtpd/Makefile
@@ -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 @@ PATCHFILES= patch-smtpd-2.0-RBL.gz
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
@@ -28,10 +26,6 @@ post-patch:
@${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
@${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/smtpd
OpenPOWER on IntegriCloud