svn commit: r529971 - in head/devel: . rubygem-azure_mgmt_support

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Mar 31 14:00:42 UTC 2020


Author: sunpoet
Date: Tue Mar 31 13:51:59 2020
New Revision: 529971
URL: https://svnweb.freebsd.org/changeset/ports/529971

Log:
  Add rubygem-azure_mgmt_support 0.17.0
  
  Microsoft Azure Support 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_support

Added:
  head/devel/rubygem-azure_mgmt_support/
  head/devel/rubygem-azure_mgmt_support/Makefile   (contents, props changed)
  head/devel/rubygem-azure_mgmt_support/distinfo   (contents, props changed)
  head/devel/rubygem-azure_mgmt_support/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Mar 31 13:51:41 2020	(r529970)
+++ head/devel/Makefile	Tue Mar 31 13:51:59 2020	(r529971)
@@ -5749,6 +5749,7 @@
     SUBDIR += rubygem-azure_mgmt_storagesync
     SUBDIR += rubygem-azure_mgmt_stream_analytics
     SUBDIR += rubygem-azure_mgmt_subscriptions
+    SUBDIR += rubygem-azure_mgmt_support
     SUBDIR += rubygem-azure_mgmt_time_series_insights
     SUBDIR += rubygem-azure_mgmt_traffic_manager
     SUBDIR += rubygem-azure_mgmt_vmware_cloudsimple

Added: head/devel/rubygem-azure_mgmt_support/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-azure_mgmt_support/Makefile	Tue Mar 31 13:51:59 2020	(r529971)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	azure_mgmt_support
+PORTVERSION=	0.17.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Microsoft Azure Support Client Library for Ruby
+
+LICENSE=	MIT
+
+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_support/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-azure_mgmt_support/distinfo	Tue Mar 31 13:51:59 2020	(r529971)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1585564796
+SHA256 (rubygem/azure_mgmt_support-0.17.0.gem) = e9aadc62253c75285ed2c8adbea563ad461d1c43c8e645aabd1f4a8266134b86
+SIZE (rubygem/azure_mgmt_support-0.17.0.gem) = 25088

Added: head/devel/rubygem-azure_mgmt_support/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-azure_mgmt_support/pkg-descr	Tue Mar 31 13:51:59 2020	(r529971)
@@ -0,0 +1,4 @@
+Microsoft Azure Support 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_support


More information about the svn-ports-all mailing list