Date: Wed, 14 Jun 2023 11:58:07 GMT From: =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1ef990dbd672 - main - devel/rubygem-mustache-sinatra: Fix WWW, description and dependency Message-ID: <202306141158.35EBw75P049616@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ef990dbd67216417f8e884ed844adb61cc54353 commit 1ef990dbd67216417f8e884ed844adb61cc54353 Author: Sir l33tname <sirl33tname@gmail.com> AuthorDate: 2023-06-14 06:53:46 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2023-06-14 11:52:46 +0000 devel/rubygem-mustache-sinatra: Fix WWW, description and dependency PR: 271507 Reported by: chuanwei.foo@hotmail.com --- devel/rubygem-mustache-sinatra/Makefile | 5 ++++- devel/rubygem-mustache-sinatra/pkg-descr | 8 +------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/devel/rubygem-mustache-sinatra/Makefile b/devel/rubygem-mustache-sinatra/Makefile index 221e87dcdaf9..8993d17b3373 100644 --- a/devel/rubygem-mustache-sinatra/Makefile +++ b/devel/rubygem-mustache-sinatra/Makefile @@ -1,15 +1,18 @@ PORTNAME= mustache-sinatra DISTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sirl33tname@gmail.com COMMENT= Support for Mustache in your Sinatra app -WWW= https://github.com/kainjow/Mustache +WWW= https://github.com/mustache/mustache-sinatra LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= rubygem-mustache0>0:devel/rubygem-mustache0 + USES= gem NO_ARCH= yes diff --git a/devel/rubygem-mustache-sinatra/pkg-descr b/devel/rubygem-mustache-sinatra/pkg-descr index 6dfcc5e829fa..7db29f74e77d 100644 --- a/devel/rubygem-mustache-sinatra/pkg-descr +++ b/devel/rubygem-mustache-sinatra/pkg-descr @@ -1,7 +1 @@ -Mustache implementation for modern C++ (requires C++11). - -Features: -* Header only -* Zero dependencies -* Templated string type for compatibility with any STL-like string - (std::string, std::wstring, etc) +Support for Mustache in your Sinatra app.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306141158.35EBw75P049616>
