svn commit: r524351 - in head/devel: . rubygem-azure_mgmt_locks
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jan 27 19:30:23 UTC 2020
Author: sunpoet
Date: Mon Jan 27 19:30:22 2020
New Revision: 524351
URL: https://svnweb.freebsd.org/changeset/ports/524351
Log:
Add rubygem-azure_mgmt_locks 0.17.3
Microsoft Azure Resource Lock 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_locks
Added:
head/devel/rubygem-azure_mgmt_locks/
head/devel/rubygem-azure_mgmt_locks/Makefile (contents, props changed)
head/devel/rubygem-azure_mgmt_locks/distinfo (contents, props changed)
head/devel/rubygem-azure_mgmt_locks/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Jan 27 19:30:16 2020 (r524350)
+++ head/devel/Makefile Mon Jan 27 19:30:22 2020 (r524351)
@@ -5753,6 +5753,7 @@
SUBDIR += rubygem-azure_mgmt_kusto
SUBDIR += rubygem-azure_mgmt_labservices
SUBDIR += rubygem-azure_mgmt_links
+ SUBDIR += rubygem-azure_mgmt_locks
SUBDIR += rubygem-backports
SUBDIR += rubygem-bacon
SUBDIR += rubygem-baf
Added: head/devel/rubygem-azure_mgmt_locks/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-azure_mgmt_locks/Makefile Mon Jan 27 19:30:22 2020 (r524351)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= azure_mgmt_locks
+PORTVERSION= 0.17.3
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Microsoft Azure Resource Lock 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_locks/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-azure_mgmt_locks/distinfo Mon Jan 27 19:30:22 2020 (r524351)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1579306151
+SHA256 (rubygem/azure_mgmt_locks-0.17.3.gem) = bab73c3d01369b31af5efb3307ecca1bb323e2d97bc119bc3b3cfdc1d19c4d8b
+SIZE (rubygem/azure_mgmt_locks-0.17.3.gem) = 19968
Added: head/devel/rubygem-azure_mgmt_locks/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-azure_mgmt_locks/pkg-descr Mon Jan 27 19:30:22 2020 (r524351)
@@ -0,0 +1,4 @@
+Microsoft Azure Resource Lock 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_locks
More information about the svn-ports-all
mailing list