git: d59ade65bc60 - main - security/aws-c-auth: fix s2n-tls dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Sep 2022 18:20:38 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d59ade65bc606bdccafb5c1d47cde4fba2a8f9d0
commit d59ade65bc606bdccafb5c1d47cde4fba2a8f9d0
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2022-09-13 18:07:32 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-09-13 18:07:32 +0000
security/aws-c-auth: fix s2n-tls dependency
---
security/aws-c-auth/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/security/aws-c-auth/Makefile b/security/aws-c-auth/Makefile
index 203dbf74777c..3f86c3b09453 100644
--- a/security/aws-c-auth/Makefile
+++ b/security/aws-c-auth/Makefile
@@ -1,6 +1,7 @@
PORTNAME= aws-c-auth
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.16
+PORTREVISION= 1
CATEGORIES= security
MAINTAINER= eduardo@FreeBSD.org
@@ -15,7 +16,7 @@ LIB_DEPENDS= libaws-c-cal.so:security/aws-c-cal \
libaws-c-http.so:devel/aws-c-http \
libaws-c-io.so:devel/aws-c-io \
libaws-c-sdkutils.so:devel/aws-c-sdkutils \
- libs2n.so:security/s2n
+ libs2n.so:security/s2n-tls
USES= cmake compiler:c11 ssl