Date: Mon, 27 Jan 2020 19:36:35 +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: r524402 - in head/devel: . rubygem-azure_mgmt_subscriptions Message-ID: <202001271936.00RJaZAA083723@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jan 27 19:36:34 2020 New Revision: 524402 URL: https://svnweb.freebsd.org/changeset/ports/524402 Log: Add rubygem-azure_mgmt_subscriptions 0.18.1 Microsoft Azure Subscription Management 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_subscriptions Added: head/devel/rubygem-azure_mgmt_subscriptions/ head/devel/rubygem-azure_mgmt_subscriptions/Makefile (contents, props changed) head/devel/rubygem-azure_mgmt_subscriptions/distinfo (contents, props changed) head/devel/rubygem-azure_mgmt_subscriptions/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jan 27 19:36:28 2020 (r524401) +++ head/devel/Makefile Mon Jan 27 19:36:34 2020 (r524402) @@ -5804,6 +5804,7 @@ SUBDIR += rubygem-azure_mgmt_storagecache SUBDIR += rubygem-azure_mgmt_storagesync SUBDIR += rubygem-azure_mgmt_stream_analytics + SUBDIR += rubygem-azure_mgmt_subscriptions SUBDIR += rubygem-backports SUBDIR += rubygem-bacon SUBDIR += rubygem-baf Added: head/devel/rubygem-azure_mgmt_subscriptions/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-azure_mgmt_subscriptions/Makefile Mon Jan 27 19:36:34 2020 (r524402) @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= azure_mgmt_subscriptions +PORTVERSION= 0.18.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Microsoft Azure Subscription Management Client Library for Ruby + +LICENSE= APACHE20 + +RUN_DEPENDS= rubygem-ms_rest_azure>=0.11.1<0.12:devel/rubygem-ms_rest_azure + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/rubygem-azure_mgmt_subscriptions/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-azure_mgmt_subscriptions/distinfo Mon Jan 27 19:36:34 2020 (r524402) @@ -0,0 +1,3 @@ +TIMESTAMP = 1579306253 +SHA256 (rubygem/azure_mgmt_subscriptions-0.18.1.gem) = 1b36b3a7be7d5835d480511b67ff1b15866e657e415328e539cbfe6703ec5379 +SIZE (rubygem/azure_mgmt_subscriptions-0.18.1.gem) = 36864 Added: head/devel/rubygem-azure_mgmt_subscriptions/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-azure_mgmt_subscriptions/pkg-descr Mon Jan 27 19:36:34 2020 (r524402) @@ -0,0 +1,4 @@ +Microsoft Azure Subscription Management 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_subscriptions
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001271936.00RJaZAA083723>