git: 482790b37b0a - main - devel/rubygem-validate_url: sync rails version to version gitlab uses
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Aug 2025 07:07:43 UTC
The branch main has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=482790b37b0a414ffc3cae8b82663b077e1acd3f
commit 482790b37b0a414ffc3cae8b82663b077e1acd3f
Author: Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2025-08-14 06:26:03 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2025-08-14 07:07:21 +0000
devel/rubygem-validate_url: sync rails version to version gitlab uses
---
devel/rubygem-validate_url/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/rubygem-validate_url/Makefile b/devel/rubygem-validate_url/Makefile
index 291cc0c49bcb..f1d7e2aca454 100644
--- a/devel/rubygem-validate_url/Makefile
+++ b/devel/rubygem-validate_url/Makefile
@@ -1,5 +1,6 @@
PORTNAME= validate_url
PORTVERSION= 1.0.15
+PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -10,7 +11,7 @@ WWW= https://github.com/perfectline/validates_url/tree/master
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-RUN_DEPENDS= rubygem-activemodel70>=3.0:databases/rubygem-activemodel70 \
+RUN_DEPENDS= rubygem-activemodel-gitlab>=3.0:databases/rubygem-activemodel-gitlab \
rubygem-public_suffix>=0:dns/rubygem-public_suffix
USES= gem