git: 82cba748fb6a - main - www/nginx-devel: fix typo with libressl dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Jul 2024 15:59:38 UTC
The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=82cba748fb6a0dfc3496a9930dc5862922cd723f commit 82cba748fb6a0dfc3496a9930dc5862922cd723f Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2024-07-16 15:58:31 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2024-07-16 15:58:31 +0000 www/nginx-devel: fix typo with libressl dependency Bump PORTREVISION. PR: 280311 --- www/nginx-devel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index cfaa5e821710..7827c5f1430f 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME?= nginx PORTVERSION= 1.27.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ LOCAL/osa @@ -175,7 +175,7 @@ HTTPV3_BORING_RUN_DEPENDS= ${LOCALBASE}/bin/bssl:security/boringssl HTTPV3_BORING_IMPLIES= HTTPV3 HTTPV3_BORING_PREVENTS= HTTPV3_LSSL HTTPV3_QTLS HTTPV3_LSSL_BUILD_DEPENDS= ${LOCALBASE}/include/tls.h:security/libressl-devel -HTTPV3_LSSL_BUILD_DEPENDS= ${LOCALBASE}/include/tls.h:security/libressl-devel +HTTPV3_LSSL_RUN_DEPENDS= ${LOCALBASE}/include/tls.h:security/libressl-devel HTTPV3_LSSL_IMPLIES= HTTPV3 HTTPV3_LSSL_PREVENTS= HTTPV3_BORING HTTPV3_QTLS HTTPV3_QTLS_BUILD_DEPENDS= ${LOCALBASE}/include/openssl/quic.h:security/openssl-quictls