mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
security/openssl*: Fix PORSTCOUT
This commit is contained in:
parent
de66e6b8ec
commit
693e2f527e
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user