git: a9ed510a7ab3 - main - */*: Plug the new ports below to the ports tree.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Oct 2021 14:09:38 UTC
The branch main has been updated by danilo: URL: https://cgit.FreeBSD.org/ports/commit/?id=a9ed510a7ab35e2ba061a8c46db981cc6d5e13a5 commit a9ed510a7ab35e2ba061a8c46db981cc6d5e13a5 Author: Danilo Egea Gondolfo <danilo@FreeBSD.org> AuthorDate: 2021-10-25 10:21:52 +0000 Commit: Danilo Egea Gondolfo <danilo@FreeBSD.org> CommitDate: 2021-10-25 14:08:30 +0000 */*: Plug the new ports below to the ports tree. devel/aws-c-compresion devel/aws-c-http devel/aws-c-mqtt devel/aws-c-s3 devel/aws-c-sdkutils devel/aws-crt-cpp security/aws-c-auth --- devel/Makefile | 6 ++++++ security/Makefile | 1 + 2 files changed, 7 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index d6980bafa942..500c19f93abf 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -228,9 +228,15 @@ SUBDIR += avro-cpp SUBDIR += awless SUBDIR += aws-c-common + SUBDIR += aws-c-compression SUBDIR += aws-c-event-stream + SUBDIR += aws-c-http SUBDIR += aws-c-io + SUBDIR += aws-c-mqtt + SUBDIR += aws-c-s3 + SUBDIR += aws-c-sdkutils SUBDIR += aws-checksums + SUBDIR += aws-crt-cpp SUBDIR += aws-sdk-cpp SUBDIR += aws-sdk-php SUBDIR += awscli diff --git a/security/Makefile b/security/Makefile index ddea687fb5ad..7ea89746c071 100644 --- a/security/Makefile +++ b/security/Makefile @@ -36,6 +36,7 @@ SUBDIR += assh SUBDIR += authenticator SUBDIR += autossh + SUBDIR += aws-c-auth SUBDIR += aws-c-cal SUBDIR += aws-iam-authenticator SUBDIR += aws-vault