Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jul 2024 09:37:29 GMT
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 693e2f527ea2 - main - security/openssl*: Fix PORSTCOUT
Message-ID:  <202407250937.46P9bTw4023774@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brnrd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=693e2f527ea2c7e78aa3fafe324966428fa77631

commit 693e2f527ea2c7e78aa3fafe324966428fa77631
Author:     Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2024-07-25 09:36:36 +0000
Commit:     Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2024-07-25 09:36:36 +0000

    security/openssl*: Fix PORSTCOUT
---
 security/openssl-quictls/Makefile   | 2 +-
 security/openssl/Makefile           | 2 +-
 security/openssl111/Makefile        | 2 +-
 security/openssl31-quictls/Makefile | 2 +-
 security/openssl31/Makefile         | 2 +-
 security/openssl32/Makefile         | 2 +-
 security/openssl33/Makefile         | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/security/openssl-quictls/Makefile b/security/openssl-quictls/Makefile
index 9afe495b48d4..05e01c264dce 100644
--- a/security/openssl-quictls/Makefile
+++ b/security/openssl-quictls/Makefile
@@ -138,7 +138,7 @@ ZLIB_CONFIGURE_ON=	zlib-dynamic
 
 SHLIBS=			lib/engines-${OPENSSL_SHLIBVER}/loader_attic.so
 
-PORTSCOUT=		limit=^3\.0\.
+PORTSCOUT=		limit:^${DISTVERSION:R:S/./\./g}\.
 
 .include <bsd.port.pre.mk>
 .if ${PREFIX} == /usr
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 33b386e88223..938ab7415925 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -130,7 +130,7 @@ ZLIB_CONFIGURE_ON=	zlib-dynamic
 
 SHLIBS=			lib/engines-${OPENSSL_SHLIBVER}/loader_attic.so
 
-PORTSCOUT=		limit:^3\.0\.
+PORTSCOUT=		limit:^${PORTVERSION:R:S/./\./g}\.
 
 .include <bsd.port.options.mk>
 
diff --git a/security/openssl111/Makefile b/security/openssl111/Makefile
index eb90f8d912c7..c64c4aab068a 100644
--- a/security/openssl111/Makefile
+++ b/security/openssl111/Makefile
@@ -120,7 +120,7 @@ SHARED_USE=		ldconfig=yes
 SSL3_CONFIGURE_ON+=	enable-ssl3-method
 ZLIB_CONFIGURE_ON=	zlib-dynamic
 
-PORTSCOUT=		limit=^1\.1\.1
+PORTSCOUT=		limit:^1\.1\.1
 
 .include <bsd.port.pre.mk>
 .if ${PREFIX} == /usr
diff --git a/security/openssl31-quictls/Makefile b/security/openssl31-quictls/Makefile
index 99afcb80ff7b..11fd397b7d0a 100644
--- a/security/openssl31-quictls/Makefile
+++ b/security/openssl31-quictls/Makefile
@@ -139,7 +139,7 @@ ZLIB_CONFIGURE_ON=	zlib-dynamic
 
 SHLIBS=			lib/engines-${OPENSSL_SHLIBVER}/loader_attic.so
 
-PORTSCOUT=		limit=^3\.1\.
+PORTSCOUT=		limit:^${DISTVERSION:R:S/./\./g}\.
 
 .include <bsd.port.options.mk>
 
diff --git a/security/openssl31/Makefile b/security/openssl31/Makefile
index fa64a21f793f..cad9e217dbaf 100644
--- a/security/openssl31/Makefile
+++ b/security/openssl31/Makefile
@@ -134,7 +134,7 @@ ZLIB_CONFIGURE_ON=	zlib-dynamic
 
 SHLIBS=			lib/engines-${OPENSSL_SHLIBVER}/loader_attic.so
 
-PORTSCOUT=		limit=^3\.1\.
+PORTSCOUT=		limit:^${DISTVERSION:R:S/./\./g}\.
 
 .include <bsd.port.options.mk>
 
diff --git a/security/openssl32/Makefile b/security/openssl32/Makefile
index 31570dfffd81..2daa49869d14 100644
--- a/security/openssl32/Makefile
+++ b/security/openssl32/Makefile
@@ -146,7 +146,7 @@ ZSTD_LIB_DEPENDS=	libzstd.so:archivers/zstd
 
 SHLIBS=			lib/engines-${OPENSSL_SHLIBVER}/loader_attic.so
 
-PORTSCOUT=		limit=^3\.2\.
+PORTSCOUT=		limit:^${DISTVERSION:R:S/./\./g}\.
 
 .include <bsd.port.options.mk>
 
diff --git a/security/openssl33/Makefile b/security/openssl33/Makefile
index dda6219ba19a..18b49b55c5d4 100644
--- a/security/openssl33/Makefile
+++ b/security/openssl33/Makefile
@@ -146,7 +146,7 @@ ZSTD_LIB_DEPENDS=	libzstd.so:archivers/zstd
 
 SHLIBS=			lib/engines-${OPENSSL_SHLIBVER}/loader_attic.so
 
-PORTSCOUT=		limit=^3\.2\.
+PORTSCOUT=		limit:^${DISTVERSION:R:S/./\./g}\.
 
 .include <bsd.port.options.mk>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407250937.46P9bTw4023774>