1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

sysutils/rubygem-chef-api: Update to 0.10.10

- Mark DEPRECATED and set EXPIRATION_DATE to 2021-12-31
- Update WWW

Changes:	https://github.com/chef-boneyard/chef-api/blob/master/CHANGELOG.md
Reference:	https://github.com/chef-boneyard/chef-api/blob/master/README.md#deprecated
This commit is contained in:
Po-Chuan Hsieh 2021-10-25 23:15:39 +08:00
parent dcc7871e03
commit 1fdd9242ec
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 8 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Created by: Michael Moll <kvedulv@kvedulv.de>
PORTNAME= chef-api
PORTVERSION= 0.10.7
PORTVERSION= 0.10.10
CATEGORIES= sysutils ruby
MASTER_SITES= RG
@ -11,6 +11,9 @@ COMMENT= Lightweight Chef API client
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
DEPRECATED= The chef-api gem is no longer maintained. Please use the supported Chef::ServerAPI library from the Chef gem
EXPIRATION_DATE=2021-12-31
RUN_DEPENDS= rubygem-mime-types>=0:misc/rubygem-mime-types \
rubygem-mixlib-log>=1<4:devel/rubygem-mixlib-log

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1595416843
SHA256 (rubygem/chef-api-0.10.7.gem) = 4261de232bd619e62c1b81dedb149d31b9c113c606c3be3bf6148afa3e86f417
SIZE (rubygem/chef-api-0.10.7.gem) = 36864
TIMESTAMP = 1634391284
SHA256 (rubygem/chef-api-0.10.10.gem) = f13f8a6f1479e8b663b74038ab21792f2c42e4f9cc1b96d69ff872251f25032c
SIZE (rubygem/chef-api-0.10.10.gem) = 36864

View File

@ -1,4 +1,4 @@
ChefAPI is a tiny, dependency-minimal Ruby client for interacting with a
Chef Server. It adopts many patterns and principles from Ruby On Rails.
WWW: https://github.com/chef/chef-api
WWW: https://github.com/chef-boneyard/chef-api