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