svn commit: r374459 - in head/mail/sendmail: . files

Dirk Meyer dinoex at FreeBSD.org
Wed Dec 10 14:24:19 UTC 2014


Author: dinoex
Date: Wed Dec 10 14:24:17 2014
New Revision: 374459
URL: https://svnweb.freebsd.org/changeset/ports/374459
QAT: https://qat.redports.org/buildarchive/r374459/

Log:
  - update to 8.15.1
  - cleanup options
  - tlsext.patch removed, now part of distribution

Deleted:
  head/mail/sendmail/files/tlsext.patch
Modified:
  head/mail/sendmail/Makefile
  head/mail/sendmail/distinfo
  head/mail/sendmail/files/site.config.m4.ipv6
  head/mail/sendmail/files/site.config.m4.pre4
  head/mail/sendmail/files/site.config.m4.tls

Modified: head/mail/sendmail/Makefile
==============================================================================
--- head/mail/sendmail/Makefile	Wed Dec 10 14:04:23 2014	(r374458)
+++ head/mail/sendmail/Makefile	Wed Dec 10 14:24:17 2014	(r374459)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	sendmail
-PORTVERSION=	8.14.9
-PORTREVISION=	3
+PORTVERSION=	8.15.1
 CATEGORIES=	mail ipv6
 MASTER_SITES=	ftp://ftp.sendmail.org/pub/sendmail/ \
 		${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/sendmail/&,}
@@ -82,9 +81,6 @@ EXTRA_PATCHES+=	${FILESDIR}/cyruslookup.
 .if ${PORT_OPTIONS:MTLS}
 TLS_SUFFIX?=	+tls
 CONFLICTS+=	sendmail-ldap-8.* sendmail-sasl-8.* sendmail-sasl2-8.*
-.if ! ${PORT_OPTIONS:MTLSEXT_PADDING}
-EXTRA_PATCHES+=	${FILESDIR}/tlsext.patch
-.endif
 .endif
 
 MAKE_PKGNAMES=	for i in "" +tls; do \

Modified: head/mail/sendmail/distinfo
==============================================================================
--- head/mail/sendmail/distinfo	Wed Dec 10 14:04:23 2014	(r374458)
+++ head/mail/sendmail/distinfo	Wed Dec 10 14:24:17 2014	(r374459)
@@ -1,2 +1,2 @@
-SHA256 (sendmail.8.14.9.tar.gz) = f5a497151abd8f341cca0736c3f9bd703d574d93146b2989689dff6d7a445d75
-SIZE (sendmail.8.14.9.tar.gz) = 2114293
+SHA256 (sendmail.8.15.1.tar.gz) = ed1f9e0f2a1a58c9ff94950264a2fc186d6fd237bac66b175d79a2b89a950746
+SIZE (sendmail.8.15.1.tar.gz) = 2186562

Modified: head/mail/sendmail/files/site.config.m4.ipv6
==============================================================================
--- head/mail/sendmail/files/site.config.m4.ipv6	Wed Dec 10 14:04:23 2014	(r374458)
+++ head/mail/sendmail/files/site.config.m4.ipv6	Wed Dec 10 14:24:17 2014	(r374459)
@@ -1,2 +1,3 @@
 APPENDDEF(`conf_sendmail_ENVDEF', `-DNETINET6')
 APPENDDEF(`conf_libmilter_ENVDEF', `-DNETINET6')
+APPENDDEF(`conf_libsm_ENVDEF', `-DNETINET6')

Modified: head/mail/sendmail/files/site.config.m4.pre4
==============================================================================
--- head/mail/sendmail/files/site.config.m4.pre4	Wed Dec 10 14:04:23 2014	(r374458)
+++ head/mail/sendmail/files/site.config.m4.pre4	Wed Dec 10 14:24:17 2014	(r374459)
@@ -1,3 +1,2 @@
-APPENDDEF(`conf_mail_local_ENVDEF', `-DQUEUE_ONLY')
 APPENDDEF(`conf_smrsh_ENVDEF', `-DCMDDIR="\"%%PREFIX%%/libexec/sm.bin\""')
 APPENDDEF(`conf_smrsh_ENVDEF', `-DPATH="\"/bin:/usr/bin\""')

Modified: head/mail/sendmail/files/site.config.m4.tls
==============================================================================
--- head/mail/sendmail/files/site.config.m4.tls	Wed Dec 10 14:04:23 2014	(r374458)
+++ head/mail/sendmail/files/site.config.m4.tls	Wed Dec 10 14:24:17 2014	(r374459)
@@ -1,3 +1,2 @@
 APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS')
-APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_TLS_1')
 APPENDDEF(`conf_sendmail_LIBS', `-lssl -lcrypto')


More information about the svn-ports-head mailing list