Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2024 06:23:13 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: 065da1b2bd09 - main - www/rubygem-best_in_place: Update to 4.0.0
Message-ID:  <202409050623.4856NDKD015058@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=065da1b2bd097efc07dfa8557ebfae6c61b31f32

commit 065da1b2bd097efc07dfa8557ebfae6c61b31f32
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-05 05:29:59 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-05 06:18:32 +0000

    www/rubygem-best_in_place: Update to 4.0.0
    
    - Update RUN_DEPENDS: use Rails 7.1
    
    Changes:        https://github.com/bernat/best_in_place/releases
---
 www/rubygem-best_in_place/Makefile | 6 +++---
 www/rubygem-best_in_place/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/www/rubygem-best_in_place/Makefile b/www/rubygem-best_in_place/Makefile
index 72950a5ef375..f2252f2bdf65 100644
--- a/www/rubygem-best_in_place/Makefile
+++ b/www/rubygem-best_in_place/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	best_in_place
-PORTVERSION=	3.1.1
+PORTVERSION=	4.0.0
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -9,8 +9,8 @@ WWW=		https://github.com/bernat/best_in_place
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-actionpack4>0:www/rubygem-actionpack4 \
-		rubygem-railties4>0:www/rubygem-railties4
+RUN_DEPENDS=	rubygem-actionpack71>=7.0:www/rubygem-actionpack71 \
+		rubygem-railties71>=7.0:www/rubygem-railties71
 
 NO_ARCH=	yes
 
diff --git a/www/rubygem-best_in_place/distinfo b/www/rubygem-best_in_place/distinfo
index 67382ef9655f..9843bdee9064 100644
--- a/www/rubygem-best_in_place/distinfo
+++ b/www/rubygem-best_in_place/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495191040
-SHA256 (rubygem/best_in_place-3.1.1.gem) = 5a682a28b001a0f3bc557ea82085bc2bc29122115d662c8707b040a192aa2765
-SIZE (rubygem/best_in_place-3.1.1.gem) = 75264
+TIMESTAMP = 1724084842
+SHA256 (rubygem/best_in_place-4.0.0.gem) = daefa2ec55a7a07605a2a894bbece54c0c29086f48e00e4b703b337556cb8de4
+SIZE (rubygem/best_in_place-4.0.0.gem) = 75776



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409050623.4856NDKD015058>