diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-05-29 04:14:05 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-05-29 04:14:05 +0000 |
commit | 03277ae013aee17071bf908bd8e9407372c3d623 (patch) | |
tree | e3de1da27dedeae73e5e522d199043c24f8ca631 /mail/sendmail812 | |
parent | fb81c56ec8cab626d08a314989ab911f5ab8d42c (diff) | |
download | FreeBSD-ports-03277ae013aee17071bf908bd8e9407372c3d623.zip FreeBSD-ports-03277ae013aee17071bf908bd8e9407372c3d623.tar.gz |
- Update to Sendmail 8.11.4, possible race condition.
- Added PKGNAMESUFFIX
- removed patch for IPV6, fixed in Release
Diffstat (limited to 'mail/sendmail812')
-rw-r--r-- | mail/sendmail812/Makefile | 6 | ||||
-rw-r--r-- | mail/sendmail812/distinfo | 2 | ||||
-rw-r--r-- | mail/sendmail812/files/patch-ab | 11 |
3 files changed, 6 insertions, 13 deletions
diff --git a/mail/sendmail812/Makefile b/mail/sendmail812/Makefile index 1dd194e..8bb135a 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 a56c234..903acf7 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 44ece76..0000000 --- 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) - { |