git: 9df323dca873 - main - devel/rubygem-local_time: Fix RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Oct 2021 16:04:15 UTC
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