Date: Tue, 12 Sep 2023 14:58:01 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d6d906076b05 - main - devel/rubygem-mustache-sinatra: Update to 2.0.0 for Ruby 3.2=< support Message-ID: <202309121458.38CEw1Jc087024@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=d6d906076b0563db19b48b93473ad3f26433fa8b commit d6d906076b0563db19b48b93473ad3f26433fa8b Author: Sir l33tname <sirl33tname@gmail.com> AuthorDate: 2023-08-27 11:24:30 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-09-12 14:54:18 +0000 devel/rubygem-mustache-sinatra: Update to 2.0.0 for Ruby 3.2=< support PR: 273385 --- devel/rubygem-mustache-sinatra/Makefile | 5 ++--- devel/rubygem-mustache-sinatra/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/devel/rubygem-mustache-sinatra/Makefile b/devel/rubygem-mustache-sinatra/Makefile index 8993d17b3373..25f4ef68e3b2 100644 --- a/devel/rubygem-mustache-sinatra/Makefile +++ b/devel/rubygem-mustache-sinatra/Makefile @@ -1,6 +1,5 @@ PORTNAME= mustache-sinatra -DISTVERSION= 1.0.1 -PORTREVISION= 1 +DISTVERSION= 2.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,7 +10,7 @@ WWW= https://github.com/mustache/mustache-sinatra LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-mustache0>0:devel/rubygem-mustache0 +RUN_DEPENDS= rubygem-mustache>=1.0:devel/rubygem-mustache USES= gem NO_ARCH= yes diff --git a/devel/rubygem-mustache-sinatra/distinfo b/devel/rubygem-mustache-sinatra/distinfo index 189824dfea3b..8f380281846d 100644 --- a/devel/rubygem-mustache-sinatra/distinfo +++ b/devel/rubygem-mustache-sinatra/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638615570 -SHA256 (rubygem/mustache-sinatra-1.0.1.gem) = b99e1f44efe2818cab04941d9f029ecd66348194c67e98e25d5e8ff9c3e36de7 -SIZE (rubygem/mustache-sinatra-1.0.1.gem) = 9216 +TIMESTAMP = 1693144073 +SHA256 (rubygem/mustache-sinatra-2.0.0.gem) = d10c80cae8729e4b1f23ce72b4a1be769ad2db28913bca62aad6420363e3c20d +SIZE (rubygem/mustache-sinatra-2.0.0.gem) = 10240
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309121458.38CEw1Jc087024>