svn commit: r521932 - head/security/openssl

Bernard Spil brnrd at FreeBSD.org
Fri Jan 3 12:19:06 UTC 2020


Author: brnrd
Date: Fri Jan  3 12:19:05 2020
New Revision: 521932
URL: https://svnweb.freebsd.org/changeset/ports/521932

Log:
  security/openssl: Remove self-conflict
  
  PR:		243049
  Submitted by:	Franco Fichtner
  MFH:		2020Q1

Modified:
  head/security/openssl/Makefile

Modified: head/security/openssl/Makefile
==============================================================================
--- head/security/openssl/Makefile	Fri Jan  3 11:28:56 2020	(r521931)
+++ head/security/openssl/Makefile	Fri Jan  3 12:19:05 2020	(r521932)
@@ -15,8 +15,7 @@ LICENSE=	OpenSSL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 CONFLICTS_INSTALL=	libressl-[0-9]* \
-			libressl-devel-[0-9]* \
-			openssl-[0-9]*
+			libressl-devel-[0-9]*
 
 HAS_CONFIGURE=	yes
 CONFIGURE_SCRIPT=	config


More information about the svn-ports-all mailing list