Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 14:09:38 GMT
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a9ed510a7ab3 - main - */*: Plug the new ports below to the ports tree.
Message-ID:  <202110251409.19PE9cef015739@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110251409.19PE9cef015739>