Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2025 16:45: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: f36124b59611 - main - devel/rubygem-validates_timeliness: Update to 8.0.0
Message-ID:  <202501021645.502GjD23077735@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=f36124b59611d54334dbd7b78ee7b01063c3dca4

commit f36124b59611d54334dbd7b78ee7b01063c3dca4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-01-02 16:43:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-01-02 16:43:19 +0000

    devel/rubygem-validates_timeliness: Update to 8.0.0
    
    - Update RUN_DEPENDS: use Rails 8.0
    
    Changes:        https://github.com/adzap/validates_timeliness/blob/master/CHANGELOG.md
---
 devel/rubygem-validates_timeliness/Makefile | 4 ++--
 devel/rubygem-validates_timeliness/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/devel/rubygem-validates_timeliness/Makefile b/devel/rubygem-validates_timeliness/Makefile
index 3fb0b08d54c1..4856b55baa2d 100644
--- a/devel/rubygem-validates_timeliness/Makefile
+++ b/devel/rubygem-validates_timeliness/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	validates_timeliness
-PORTVERSION=	7.0.0
+PORTVERSION=	8.0.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -10,7 +10,7 @@ WWW=		https://github.com/adzap/validates_timeliness
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-activemodel72>=7.0.0<8:databases/rubygem-activemodel72 \
+RUN_DEPENDS=	rubygem-activemodel80>=8.0.0<9:databases/rubygem-activemodel80 \
 		rubygem-timeliness>=0.3.10<1:devel/rubygem-timeliness
 
 USES=		gem
diff --git a/devel/rubygem-validates_timeliness/distinfo b/devel/rubygem-validates_timeliness/distinfo
index 7a86bfd15c67..957b85db380a 100644
--- a/devel/rubygem-validates_timeliness/distinfo
+++ b/devel/rubygem-validates_timeliness/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1734888688
-SHA256 (rubygem/validates_timeliness-7.0.0.gem) = 4affe162e0c541225265c37694b329d6aeffc7de97875fd676990b894c644ff3
-SIZE (rubygem/validates_timeliness-7.0.0.gem) = 28672
+TIMESTAMP = 1735792373
+SHA256 (rubygem/validates_timeliness-8.0.0.gem) = 4c621b5d938170d96c1668600547112ee2f433315677c0a16b8b89b2877c7696
+SIZE (rubygem/validates_timeliness-8.0.0.gem) = 29184



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