diff options
author | jrm <jrm@FreeBSD.org> | 2018-01-29 11:56:10 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2018-01-29 11:56:10 +0800 |
commit | 2a154d21cae97715ff125f5e1da6c88d7413d125 (patch) | |
tree | f4068ba0c5e190e8bcf21fcc9b333505edf83960 /devel | |
parent | 70a0dbc3d6f072097c839c2d6fd4c3037613cf23 (diff) | |
download | freebsd-ports-gnome-2a154d21cae97715ff125f5e1da6c88d7413d125.tar.gz freebsd-ports-gnome-2a154d21cae97715ff125f5e1da6c88d7413d125.tar.zst freebsd-ports-gnome-2a154d21cae97715ff125f5e1da6c88d7413d125.zip |
New port, devel/rubygem-fog-json102: Copied from devel/rubygem-fog-json
This new port was necessary because net/rubygem-fog-openstack pulls in two
conflicting versions of the fog-core gem (version 1 via
devel/rubygem-fog-core1 and version 2 via devel/rubygem-fog-json ->
devel/rubygem-fog-core).
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-fog-json102/Makefile | 25 | ||||
-rw-r--r-- | devel/rubygem-fog-json102/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-fog-json102/pkg-descr | 4 |
4 files changed, 33 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 576a113219b6..ef34c086b5b1 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5423,6 +5423,7 @@ SUBDIR += rubygem-fog-core SUBDIR += rubygem-fog-core1 SUBDIR += rubygem-fog-json + SUBDIR += rubygem-fog-json102 SUBDIR += rubygem-font-awesome-rails SUBDIR += rubygem-font-awesome-rails-rails4 SUBDIR += rubygem-font-awesome-rails-rails5 diff --git a/devel/rubygem-fog-json102/Makefile b/devel/rubygem-fog-json102/Makefile new file mode 100644 index 000000000000..ba90fcd5eda7 --- /dev/null +++ b/devel/rubygem-fog-json102/Makefile @@ -0,0 +1,25 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= fog-json +PORTVERSION= 1.0.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 102 + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Extraction of the JSON parsing tools between providers + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= rubygem-fog-core1>=1:devel/rubygem-fog-core1 \ + rubygem-multi_json>=1.10:devel/rubygem-multi_json + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes +PORTSCOUT= limit:^1\.0\. + +.include <bsd.port.mk> diff --git a/devel/rubygem-fog-json102/distinfo b/devel/rubygem-fog-json102/distinfo new file mode 100644 index 000000000000..a7447ad7f982 --- /dev/null +++ b/devel/rubygem-fog-json102/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1517197405 +SHA256 (rubygem/fog-json-1.0.2.gem) = 19006b42ac58cc71442e97d00de454824245b3780bb091cfa97e4a25db9cbb29 +SIZE (rubygem/fog-json-1.0.2.gem) = 8704 diff --git a/devel/rubygem-fog-json102/pkg-descr b/devel/rubygem-fog-json102/pkg-descr new file mode 100644 index 000000000000..e436df3ef663 --- /dev/null +++ b/devel/rubygem-fog-json102/pkg-descr @@ -0,0 +1,4 @@ +rubygem-fog-json (Fog::Json) provides extraction of the JSON parsing tools +shared between a number of providers in the 'fog' gem. + +WWW: https://github.com/fog/fog-json |