Date: Thu, 7 Jul 2022 12:38:29 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2024cac7a87b - main - www/rubygem-geminabox: Update to 2.1.0 Message-ID: <202207071238.267CcTfp075834@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2024cac7a87b0642d95754f05cd07f90f148b8b3 commit 2024cac7a87b0642d95754f05cd07f90f148b8b3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-07 12:23:46 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-07 12:36:27 +0000 www/rubygem-geminabox: Update to 2.1.0 - Change RUN_DEPENDS from rubygem-faraday1 to rubygem-faraday Changes: https://github.com/geminabox/geminabox/releases --- www/rubygem-geminabox/Makefile | 7 +++---- www/rubygem-geminabox/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/www/rubygem-geminabox/Makefile b/www/rubygem-geminabox/Makefile index aeb9d761eebc..fcd73f4a9306 100644 --- a/www/rubygem-geminabox/Makefile +++ b/www/rubygem-geminabox/Makefile @@ -1,7 +1,7 @@ # Created by: Philip M. Gollucci <pgollucci@p6m7g8.com> PORTNAME= geminabox -PORTVERSION= 2.0.0 +PORTVERSION= 2.1.0 CATEGORIES= www rubygems MASTER_SITES= RG @@ -12,12 +12,11 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-builder>=0:devel/rubygem-builder \ - rubygem-faraday1>=0<2.0:www/rubygem-faraday1 \ + rubygem-faraday>=1.0<3.0:www/rubygem-faraday \ rubygem-httpclient>=2.2.7:www/rubygem-httpclient \ rubygem-nesty>=0:devel/rubygem-nesty \ rubygem-reentrant_flock>=0:devel/rubygem-reentrant_flock \ - rubygem-rss>=0:www/rubygem-rss \ - rubygem-sinatra>=1.2.7:www/rubygem-sinatra + rubygem-sinatra>=2.0<3:www/rubygem-sinatra USES= cpe gem CPE_VENDOR= ${PORTNAME}_project diff --git a/www/rubygem-geminabox/distinfo b/www/rubygem-geminabox/distinfo index a3e7c8803b44..763db556b5ee 100644 --- a/www/rubygem-geminabox/distinfo +++ b/www/rubygem-geminabox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656522396 -SHA256 (rubygem/geminabox-2.0.0.gem) = a7d6a1ae92e645af4202f4591b9802ce9a5c47c6e44bf8801428cad6e3ff7a4f -SIZE (rubygem/geminabox-2.0.0.gem) = 21504 +TIMESTAMP = 1656702608 +SHA256 (rubygem/geminabox-2.1.0.gem) = c7f18f83227c1df240b43415d2ea4b99750426b27e1a875b25cc6384961ceab0 +SIZE (rubygem/geminabox-2.1.0.gem) = 22016
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207071238.267CcTfp075834>