1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

Mk: unregister expired security/openssl111

This commit is contained in:
Rene Ladan
2026-05-04 18:52:18 +02:00
parent 957b9a9920
commit f89787d12f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -622,7 +622,7 @@ proxydeps_suggest_uses() {
# ssl
# When updating this, please also update the versions list in
# bsd.default-versions.mk and ssl.mk!
elif [ ${pkg} = "security/openssl" -o ${pkg} = "security/openssl111" \
elif [ ${pkg} = "security/openssl" \
-o ${pkg} = "security/openssl34" -o ${pkg} = "security/openssl35" \
-o ${pkg} = "security/openssl36" \
-o ${pkg} = "security/libressl" -o ${pkg} = "security/libressl-devel" \
+1 -1
View File
@@ -10,7 +10,7 @@
#
# When updating this, please also update the same list in bsd.default-versions.mk
# and the checks for USES=ssl in qa.sh!
# Variants being base, openssl, openssl111, openssl34, openssl35,
# Variants being base, openssl, openssl34, openssl35,
# openssl36, libressl, and libressl-devel.
#
# The Makefile sets these variables:
+1 -1
View File
@@ -158,7 +158,7 @@ RUST_DEFAULT?= rust
SAMBA_DEFAULT?= 4.16
# When updating this, please also update the same list in ssl.mk and the checks
# for USES=ssl in qa.sh!
# Possible values: base, openssl, openssl111, openssl34, openssl35,
# Possible values: base, openssl, openssl34, openssl35,
# openssl36, libressl, libressl-devel
. if !defined(SSL_DEFAULT)
# If no preference was set, check for an installed base version