Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 16:04:15 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: 9df323dca873 - main - devel/rubygem-local_time: Fix RUN_DEPENDS
Message-ID:  <202110251604.19PG4FTi081365@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=9df323dca873750c3012bdab1d1bc133e3573067

commit 9df323dca873750c3012bdab1d1bc133e3573067
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:11:36 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 15:57:54 +0000

    devel/rubygem-local_time: Fix RUN_DEPENDS
    
    - Bump PORTREVISION for dependency change
---
 devel/rubygem-local_time/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/devel/rubygem-local_time/Makefile b/devel/rubygem-local_time/Makefile
index 4a45ad7656bf..6d631b3653cc 100644
--- a/devel/rubygem-local_time/Makefile
+++ b/devel/rubygem-local_time/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	local_time
 PORTVERSION=	2.1.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,8 +12,6 @@ COMMENT=	Rails engine for cache-friendly, client-side local time
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-coffee-rails4>=0:devel/rubygem-coffee-rails4
-
 USES=		gem
 USE_RUBY=	yes
 



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