git: 9b42e25d7e23 - main - devel: Fix index after 7436596
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 May 2023 22:21:48 UTC
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=9b42e25d7e23221c9e5cc10ce4218928f2c87544 commit 9b42e25d7e23221c9e5cc10ce4218928f2c87544 Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2023-05-20 22:12:58 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2023-05-20 22:12:58 +0000 devel: Fix index after 7436596 The recent port added was py-azure-mgmt-appcontainers and not py-azure-appcontainers. Reported by: Bob Vesterman --- devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/Makefile b/devel/Makefile index 7f3af142feca..fb34ebb77eb1 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4249,7 +4249,6 @@ SUBDIR += py-awscli SUBDIR += py-awscrt SUBDIR += py-azure-appconfiguration - SUBDIR += py-azure-appcontainers SUBDIR += py-azure-batch SUBDIR += py-azure-core SUBDIR += py-azure-cosmos @@ -4264,6 +4263,7 @@ SUBDIR += py-azure-mgmt-advisor SUBDIR += py-azure-mgmt-apimanagement SUBDIR += py-azure-mgmt-appconfiguration + SUBDIR += py-azure-mgmt-appcontainers SUBDIR += py-azure-mgmt-applicationinsights SUBDIR += py-azure-mgmt-authorization SUBDIR += py-azure-mgmt-batch