summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/sendmail-old/Makefile6
-rw-r--r--mail/sendmail-old/distinfo2
-rw-r--r--mail/sendmail-old/files/patch-ab11
-rw-r--r--mail/sendmail/Makefile6
-rw-r--r--mail/sendmail/distinfo2
-rw-r--r--mail/sendmail/files/patch-ab11
-rw-r--r--mail/sendmail811/Makefile6
-rw-r--r--mail/sendmail811/distinfo2
-rw-r--r--mail/sendmail811/files/patch-ab11
-rw-r--r--mail/sendmail812/Makefile6
-rw-r--r--mail/sendmail812/distinfo2
-rw-r--r--mail/sendmail812/files/patch-ab11
12 files changed, 24 insertions, 52 deletions
diff --git a/mail/sendmail-old/Makefile b/mail/sendmail-old/Makefile
index 1dd194e..8bb135a 100644
--- a/mail/sendmail-old/Makefile
+++ b/mail/sendmail-old/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/sendmail-old/distinfo b/mail/sendmail-old/distinfo
index a56c234..903acf7 100644
--- a/mail/sendmail-old/distinfo
+++ b/mail/sendmail-old/distinfo
@@ -1 +1 @@
-MD5 (sendmail.8.11.3.tar.gz) = 77fa841497507b59f388bf59f0e14592
+MD5 (sendmail.8.11.4.tar.gz) = 5e224eeb0aab63b7c178728ae42f26a5
diff --git a/mail/sendmail-old/files/patch-ab b/mail/sendmail-old/files/patch-ab
deleted file mode 100644
index 44ece76..0000000
--- a/mail/sendmail-old/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)
- {
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index 1dd194e..8bb135a 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/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/sendmail/distinfo b/mail/sendmail/distinfo
index a56c234..903acf7 100644
--- a/mail/sendmail/distinfo
+++ b/mail/sendmail/distinfo
@@ -1 +1 @@
-MD5 (sendmail.8.11.3.tar.gz) = 77fa841497507b59f388bf59f0e14592
+MD5 (sendmail.8.11.4.tar.gz) = 5e224eeb0aab63b7c178728ae42f26a5
diff --git a/mail/sendmail/files/patch-ab b/mail/sendmail/files/patch-ab
deleted file mode 100644
index 44ece76..0000000
--- a/mail/sendmail/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)
- {
diff --git a/mail/sendmail811/Makefile b/mail/sendmail811/Makefile
index 1dd194e..8bb135a 100644
--- a/mail/sendmail811/Makefile
+++ b/mail/sendmail811/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/sendmail811/distinfo b/mail/sendmail811/distinfo
index a56c234..903acf7 100644
--- a/mail/sendmail811/distinfo
+++ b/mail/sendmail811/distinfo
@@ -1 +1 @@
-MD5 (sendmail.8.11.3.tar.gz) = 77fa841497507b59f388bf59f0e14592
+MD5 (sendmail.8.11.4.tar.gz) = 5e224eeb0aab63b7c178728ae42f26a5
diff --git a/mail/sendmail811/files/patch-ab b/mail/sendmail811/files/patch-ab
deleted file mode 100644
index 44ece76..0000000
--- a/mail/sendmail811/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)
- {
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)
- {
OpenPOWER on IntegriCloud