Date: Tue, 29 Sep 2020 18:14:31 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550543 - in head/devel: . rubygem-azure_mgmt_automanage Message-ID: <202009291814.08TIEVKI089431@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Sep 29 18:14:31 2020 New Revision: 550543 URL: https://svnweb.freebsd.org/changeset/ports/550543 Log: Add rubygem-azure_mgmt_automanage 0.17.0 Microsoft Azure Automanage Client Library for Ruby. WWW: https://github.com/Azure/azure-sdk-for-ruby WWW: https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_automanage Added: head/devel/rubygem-azure_mgmt_automanage/ head/devel/rubygem-azure_mgmt_automanage/Makefile (contents, props changed) head/devel/rubygem-azure_mgmt_automanage/distinfo (contents, props changed) head/devel/rubygem-azure_mgmt_automanage/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Sep 29 18:14:15 2020 (r550542) +++ head/devel/Makefile Tue Sep 29 18:14:31 2020 (r550543) @@ -5705,6 +5705,7 @@ SUBDIR += rubygem-azure_mgmt_appconfiguration SUBDIR += rubygem-azure_mgmt_attestation SUBDIR += rubygem-azure_mgmt_authorization + SUBDIR += rubygem-azure_mgmt_automanage SUBDIR += rubygem-azure_mgmt_automation SUBDIR += rubygem-azure_mgmt_azurestack SUBDIR += rubygem-azure_mgmt_azurestack_hci Added: head/devel/rubygem-azure_mgmt_automanage/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-azure_mgmt_automanage/Makefile Tue Sep 29 18:14:31 2020 (r550543) @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= azure_mgmt_automanage +PORTVERSION= 0.17.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Microsoft Azure Automanage Client Library for Ruby + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/rubygem-azure_mgmt_automanage/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-azure_mgmt_automanage/distinfo Tue Sep 29 18:14:31 2020 (r550543) @@ -0,0 +1,3 @@ +TIMESTAMP = 1601319658 +SHA256 (rubygem/azure_mgmt_automanage-0.17.0.gem) = 70ca78bbab919bcf7dffbdb9e943ee76ea2e3f18c2472309bb6dcdeef1b7a212 +SIZE (rubygem/azure_mgmt_automanage-0.17.0.gem) = 20480 Added: head/devel/rubygem-azure_mgmt_automanage/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-azure_mgmt_automanage/pkg-descr Tue Sep 29 18:14:31 2020 (r550543) @@ -0,0 +1,4 @@ +Microsoft Azure Automanage Client Library for Ruby. + +WWW: https://github.com/Azure/azure-sdk-for-ruby +WWW: https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_automanage
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009291814.08TIEVKI089431>