diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2023-03-15 09:14:16 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2023-03-15 09:14:16 +0000 |
commit | 70a4cc59a7690c42d12e673c33f79993619a66b7 (patch) | |
tree | 38c6eeabddc623e357bc3677ab26b36ee85eec79 /security/openssl30 | |
parent | 163600fc0d31d95d97382f06c4456b85f49e783e (diff) | |
download | ports-70a4cc59a7690c42d12e673c33f79993619a66b7.tar.gz ports-70a4cc59a7690c42d12e673c33f79993619a66b7.zip |
security/openssl30: Chase rename in ports CONFLICTS*
Reported by: cperciva, junchoon
Diffstat (limited to 'security/openssl30')
-rw-r--r-- | security/openssl30/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl30/Makefile b/security/openssl30/Makefile index 745ac9470caf..4702b186a0f7 100644 --- a/security/openssl30/Makefile +++ b/security/openssl30/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 3.0.8 CATEGORIES= security devel MASTER_SITES= https://www.openssl.org/source/ \ ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/ -PKGNAMESUFFIX= -devel +PKGNAMESUFFIX= 30 MAINTAINER= brnrd@FreeBSD.org COMMENT= TLSv1.3 capable SSL and crypto library @@ -12,7 +12,7 @@ WWW= https://www.openssl.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl-quictls +CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl31 openssl-quictls HAS_CONFIGURE= yes CONFIGURE_SCRIPT= config |