summaryrefslogtreecommitdiff
path: root/mail/sendmail812
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-05-29 04:14:05 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-05-29 04:14:05 +0000
commit0b3686cdb796c3b4bf9696aa64ffe892d2db0efa (patch)
treeae8634d27f7cb05f684c761d8be5b3682e8fd6c1 /mail/sendmail812
parentUpdate to keynote 2.3 (diff)
- Update to Sendmail 8.11.4, possible race condition.
- Added PKGNAMESUFFIX - removed patch for IPV6, fixed in Release
Notes
Notes: svn path=/head/; revision=43224
Diffstat (limited to 'mail/sendmail812')
-rw-r--r--mail/sendmail812/Makefile6
-rw-r--r--mail/sendmail812/distinfo2
-rw-r--r--mail/sendmail812/files/patch-ab11
3 files changed, 6 insertions, 13 deletions
diff --git a/mail/sendmail812/Makefile b/mail/sendmail812/Makefile
index 1dd194ef72ca..8bb135a1bf2e 100644
--- a/mail/sendmail812/Makefile
+++ b/mail/sendmail812/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sendmail
-PORTVERSION= 8.11.3
+PORTVERSION= 8.11.4
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/
DISTNAME= ${PORTNAME}.${PORTVERSION}
@@ -31,16 +31,20 @@ PLIST= ${WRKDIR}/.PLIST.more
.if defined(SENDMAIL_WITH_TLS)
USE_OPENSSL= yes
+PKGNAMESUFFIX= -tls
.endif
.if defined(SENDMAIL_WITH_SASL)
LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl
+PKGNAMESUFFIX= -sasl
.endif
.if defined(SENDMAIL_WITH_SFIO)
BUILD_DEPENDS+= ${LOCALBASE}/lib/libsfio.a:${PORTSDIR}/devel/sfio
+PKGNAMESUFFIX= -sfio
.endif
.if defined(SENDMAIL_WITH_LDAP)
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2
LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap2
+PKGNAMESUFFIX= -ldap
.endif
.if exists(${DESTDIR}/etc/mail/mailer.conf)
diff --git a/mail/sendmail812/distinfo b/mail/sendmail812/distinfo
index a56c23457e74..903acf7495c9 100644
--- a/mail/sendmail812/distinfo
+++ b/mail/sendmail812/distinfo
@@ -1 +1 @@
-MD5 (sendmail.8.11.3.tar.gz) = 77fa841497507b59f388bf59f0e14592
+MD5 (sendmail.8.11.4.tar.gz) = 5e224eeb0aab63b7c178728ae42f26a5
diff --git a/mail/sendmail812/files/patch-ab b/mail/sendmail812/files/patch-ab
deleted file mode 100644
index 44ece767ae5c..000000000000
--- a/mail/sendmail812/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- sendmail/daemon.c.orig Fri Apr 27 14:27:51 2001
-+++ sendmail/daemon.c Fri Apr 27 14:28:14 2001
-@@ -2012,7 +2012,7 @@
- }
- else
- {
-- s = socket(addr.sa.sa_family, SOCK_STREAM, 0);
-+ s = socket(clt_addr.sa.sa_family, SOCK_STREAM, 0);
- }
- if (s < 0)
- {