mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
sysutils/rubygem-vagrant_cloud: Update to 3.1.3
- Update COMMENT - Update WWW - Fix version requirement of RUN_DEPENDS - Sort RUN_DEPENDS - Take maintainership Changes: https://github.com/hashicorp/vagrant_cloud/blob/main/CHANGELOG.md
This commit is contained in:
parent
14b58f68ba
commit
fe88023e92
2 changed files with 12 additions and 11 deletions
|
@ -1,19 +1,20 @@
|
||||||
PORTNAME= vagrant_cloud
|
PORTNAME= vagrant_cloud
|
||||||
PORTVERSION= 3.1.2
|
PORTVERSION= 3.1.3
|
||||||
CATEGORIES= sysutils rubygems devel
|
CATEGORIES= sysutils rubygems devel
|
||||||
MASTER_SITES= RG
|
MASTER_SITES= RG
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Vagrant Cloud API wrapper for Ruby
|
COMMENT= Ruby library for the HashiCorp Vagrant Cloud API
|
||||||
WWW= https://www.vagrantup.com/docs/cli/cloud.html
|
WWW= https://developer.hashicorp.com/vagrant/vagrant-cloud/api/v2 \
|
||||||
|
https://github.com/hashicorp/vagrant_cloud
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
RUN_DEPENDS= rubygem-excon>=1.0:devel/rubygem-excon \
|
RUN_DEPENDS= rubygem-excon>=1.0<2:devel/rubygem-excon \
|
||||||
rubygem-oauth2>2.0:net/rubygem-oauth2 \
|
rubygem-log4r>=1.1<2:sysutils/rubygem-log4r \
|
||||||
rubygem-log4r>=1.1<1.2:sysutils/rubygem-log4r \
|
rubygem-oauth2>2.0<3:net/rubygem-oauth2 \
|
||||||
rubygem-rexml>=3.3:textproc/rubygem-rexml
|
rubygem-rexml>=3.3<4:textproc/rubygem-rexml
|
||||||
|
|
||||||
USES= gem
|
USES= gem
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1731444524
|
TIMESTAMP = 1744215569
|
||||||
SHA256 (rubygem/vagrant_cloud-3.1.2.gem) = 86d1a11a280d43fc40ab4b9c02453f21d09963094d7c13b096fdfe3bd2fe871f
|
SHA256 (rubygem/vagrant_cloud-3.1.3.gem) = dbef5f0a9cf43299e74870658b1820f9c1f0fdc951d17e24f15f24a6b1b99525
|
||||||
SIZE (rubygem/vagrant_cloud-3.1.2.gem) = 22528
|
SIZE (rubygem/vagrant_cloud-3.1.3.gem) = 22528
|
||||||
|
|
Loading…
Add table
Reference in a new issue