Date: Mon, 29 Jan 2018 03:56:10 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460238 - in head/devel: . rubygem-fog-json102 Message-ID: <201801290356.w0T3uAVi043912@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Mon Jan 29 03:56:10 2018 New Revision: 460238 URL: https://svnweb.freebsd.org/changeset/ports/460238 Log: 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). Added: head/devel/rubygem-fog-json102/ - copied from r460235, head/devel/rubygem-fog-json/ Modified: head/devel/Makefile head/devel/rubygem-fog-json102/Makefile head/devel/rubygem-fog-json102/distinfo Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jan 29 03:10:26 2018 (r460237) +++ head/devel/Makefile Mon Jan 29 03:56:10 2018 (r460238) @@ -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 Modified: head/devel/rubygem-fog-json102/Makefile ============================================================================== --- head/devel/rubygem-fog-json/Makefile Mon Jan 29 01:46:48 2018 (r460235) +++ head/devel/rubygem-fog-json102/Makefile Mon Jan 29 03:56:10 2018 (r460238) @@ -2,21 +2,24 @@ # $FreeBSD$ PORTNAME= fog-json -PORTVERSION= 1.1.0 +PORTVERSION= 1.0.2 CATEGORIES= devel rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 102 -MAINTAINER= sunpoet@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Extraction of the JSON parsing tools between providers LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-fog-core>=2.0:devel/rubygem-fog-core \ +RUN_DEPENDS= rubygem-fog-core1>=1:devel/rubygem-fog-core1 \ rubygem-multi_json>=1.10:devel/rubygem-multi_json -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes +PORTSCOUT= limit:^1\.0\. .include <bsd.port.mk> Modified: head/devel/rubygem-fog-json102/distinfo ============================================================================== --- head/devel/rubygem-fog-json/distinfo Mon Jan 29 01:46:48 2018 (r460235) +++ head/devel/rubygem-fog-json102/distinfo Mon Jan 29 03:56:10 2018 (r460238) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515513308 -SHA256 (rubygem/fog-json-1.1.0.gem) = 74f4a2e6d02df19a4af5045f3f3a83825fc59f96fe718f31f44d064784c470a3 -SIZE (rubygem/fog-json-1.1.0.gem) = 8704 +TIMESTAMP = 1517197405 +SHA256 (rubygem/fog-json-1.0.2.gem) = 19006b42ac58cc71442e97d00de454824245b3780bb091cfa97e4a25db9cbb29 +SIZE (rubygem/fog-json-1.0.2.gem) = 8704
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801290356.w0T3uAVi043912>