Date: Tue, 13 Sep 2022 18:20:40 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1c508f7a7ed0 - main - devel/aws-c-http: fix s2n-tls dependency Message-ID: <202209131820.28DIKena008149@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=1c508f7a7ed010bca96e3e97248b03585dd51250 commit 1c508f7a7ed010bca96e3e97248b03585dd51250 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2022-09-13 18:10:46 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-09-13 18:10:46 +0000 devel/aws-c-http: fix s2n-tls dependency --- devel/aws-c-http/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/aws-c-http/Makefile b/devel/aws-c-http/Makefile index 67924d225b58..683f59f63990 100644 --- a/devel/aws-c-http/Makefile +++ b/devel/aws-c-http/Makefile @@ -1,6 +1,7 @@ PORTNAME= aws-c-http DISTVERSIONPREFIX= v DISTVERSION= 0.6.20 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org @@ -13,7 +14,7 @@ LIB_DEPENDS= libaws-c-cal.so:security/aws-c-cal \ libaws-c-common.so:devel/aws-c-common \ libaws-c-compression.so:devel/aws-c-compression \ libaws-c-io.so:devel/aws-c-io \ - libs2n.so:security/s2n + libs2n.so:security/s2n-tls USES= cmake compiler:c11 ssl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209131820.28DIKena008149>