Port details |
- rubygem-vagrant_cloud Vagrant Cloud API wrapper for Ruby
- 3.1.2 sysutils =4 3.1.2Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2018-10-21 19:29:20
- Last Update: 2024-11-12 21:01:10
- Commit Hash: 28e3dbb
- People watching this port, also watch:: libevent, indexinfo, xcb-util-image, libXdamage, py311-configargparse
- Also Listed In: devel rubygems
- License: MIT
- WWW:
- https://www.vagrantup.com/docs/cli/cloud.html
- Description:
- Ruby client for the Vagrant Cloud API.
This client allows to create, modify and delete boxes, versions and
providers. The main entry point is an object referencing your account.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-vagrant_cloud>0:sysutils/rubygem-vagrant_cloud
- To install the port:
- cd /usr/ports/sysutils/rubygem-vagrant_cloud/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/rubygem-vagrant_cloud
- pkg install rubygem-vagrant_cloud
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-vagrant_cloud
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1731444524
SHA256 (rubygem/vagrant_cloud-3.1.2.gem) = 86d1a11a280d43fc40ab4b9c02453f21d09963094d7c13b096fdfe3bd2fe871f
SIZE (rubygem/vagrant_cloud-3.1.2.gem) = 22528
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-excon>=1.0 : devel/rubygem-excon
- rubygem-oauth2>2.0 : net/rubygem-oauth2
- rubygem-log4r>=1.1<1.2 : sysutils/rubygem-log4r
- rubygem-rexml>=3.3 : textproc/rubygem-rexml
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- sysutils/vagrant
Configuration Options:
- No options to configure
- Options name:
- sysutils_rubygem-vagrant_cloud
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1.2 12 Nov 2024 21:01:10 |
Christoph Moench-Tegeder (cmt) |
sysutils/rubygem-vagrant_cloud: update to 3.1.2
Release Notes:
https://github.com/hashicorp/vagrant_cloud/blob/v3.1.2/CHANGELOG.md
Also release port, I don't even have vagrant installed anymore.
Reported by: portscout! |
3.1.1_2 29 Oct 2024 14:38:54 |
Po-Chuan Hsieh (sunpoet) |
sysutils/rubygem-vagrant_cloud: Change RUN_DEPENDS from rubygem-excon to
rubygem-excon0
- Bump PORTREVISION for dependency change |
3.1.1_1 18 Jun 2024 06:47:53 |
Matthias Fechner (mfechner) |
sysutils/rubygem-vagrant_cloud: fix build error due to rexml 3.3.0 update
Fix a regression from f45642e9eb010c7ef3002ad10dc776d6a6971bcc
====> Running Q/A tests (stage-qa)
Error: RubyGem dependency rexml ~> 3.2.5 is not satisfied.
*** Error code 1
Approved by: fixit |
3.1.1 04 Feb 2024 22:07:14 |
Christoph Moench-Tegeder (cmt) |
sysutils/rubygem-vagrant_cloud: update to 3.1.1
https://github.com/hashicorp/vagrant_cloud/releases/tag/v3.1.1 |
3.0.5 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.0.5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.0.5 08 Aug 2021 19:43:21 |
Christoph Moench-Tegeder (cmt) |
sysutils/rubygem-vagrant_cloud: add forgotten rexml dependency
PR: 257683
Reported by: John Hein |
3.0.5 02 Aug 2021 21:18:07 |
Christoph Moench-Tegeder (cmt) |
sysutils/rubygem-vagrant_cloud: update to 3.0.5
- ruby 3 compatibility fixes
- required for vagrant 2.2.18
- Changes: https://github.com/hashicorp/vagrant_cloud/compare/v3.0.4...v3.0.5 |
3.0.4 09 Jun 2021 12:46:04 |
Christoph Moench-Tegeder (cmt) |
sysutils/rubygem-vagrant_cloud: update to 3.0.4
https://rubygems.org/gems/vagrant_cloud/ |
3.0.2_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.0.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.2_1 02 Dec 2020 17:45:18 |
mfechner |
Added missing run dependecies. |
3.0.2 01 Dec 2020 18:31:06 |
fernape |
rubygem-vagrant_cloud: update to 3.0.2
PR: 251472
Submitted by: joe@thrallingpenguin.com |
2.0.3 17 Oct 2019 16:27:43 |
cmt |
sysutils/rubygem-vagrant_cloud: update to 2.0.3
https://github.com/hashicorp/vagrant_cloud/releases |
2.0.2 11 Jan 2019 13:13:08 |
cmt |
sysutils/rubygem-vagrant_cloud: update to 2.0.2
Changelog: https://github.com/hashicorp/vagrant_cloud/blob/master/CHANGELOG.md |
2.0.1 21 Oct 2018 19:28:54 |
cmt |
new port: sysutils/rubygem-vagrant_cloud
A Vagrant Cloud API wrapper for Ruby, required for the next vagrant update |