svn commit: r554440 - head/mail/libesmtp

Alexey Dokuchaev danfe at FreeBSD.org
Sun Nov 8 07:52:39 UTC 2020


Author: danfe
Date: Sun Nov  8 07:52:38 2020
New Revision: 554440
URL: https://svnweb.freebsd.org/changeset/ports/554440

Log:
  Garbage-collect BROKEN_SSL=openssl, this had been fixed in r541412.
  
  Reported by:	Brian Gardner

Modified:
  head/mail/libesmtp/Makefile

Modified: head/mail/libesmtp/Makefile
==============================================================================
--- head/mail/libesmtp/Makefile	Sun Nov  8 07:49:28 2020	(r554439)
+++ head/mail/libesmtp/Makefile	Sun Nov  8 07:52:38 2020	(r554440)
@@ -20,8 +20,6 @@ COMMENT=	Library for posting electronic mail
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING.LIB
 
-BROKEN_SSL=	openssl
-
 USES=		autoreconf gmake libtool tar:bzip2
 GNU_CONFIGURE=	yes
 # require-all-recipients (implied by enable-all) is required for Balsa


More information about the svn-ports-all mailing list