Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2024 10:24:54 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: d73c06cb3011 - main - sysutils/rubygem-smart_proxy_dynflow: Change RUN_DEPENDS from rubygem-sqlite3 to rubygem-sqlite31
Message-ID:  <202405281024.44SAOs6x033308@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=d73c06cb3011ba59488ac3b3657c2ae7d4f5b4c8

commit d73c06cb3011ba59488ac3b3657c2ae7d4f5b4c8
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-28 10:02:42 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-28 10:21:54 +0000

    sysutils/rubygem-smart_proxy_dynflow: Change RUN_DEPENDS from rubygem-sqlite3 to rubygem-sqlite31
    
    - Bump PORTREVISION for dependency change
---
 sysutils/rubygem-smart_proxy_dynflow/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sysutils/rubygem-smart_proxy_dynflow/Makefile b/sysutils/rubygem-smart_proxy_dynflow/Makefile
index f2e02f7a6461..868611a5483e 100644
--- a/sysutils/rubygem-smart_proxy_dynflow/Makefile
+++ b/sysutils/rubygem-smart_proxy_dynflow/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	smart_proxy_dynflow
 PORTVERSION=	0.9.2
+PORTREVISION=	1
 CATEGORIES=	sysutils ruby
 MASTER_SITES=	RG
 
@@ -13,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	foreman-proxy>=1.12.0:net/foreman-proxy \
 		rubygem-dynflow>=1.6<2:devel/rubygem-dynflow \
 		rubygem-rest-client>=2.0<3:www/rubygem-rest-client \
-		rubygem-sqlite3>=1.0<2:databases/rubygem-sqlite3
+		rubygem-sqlite31>=1.0<2:databases/rubygem-sqlite31
 
 USES=		gem
 



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