git: fd2a549a9eb0 - 2023Q2 - devel/rubygem-mustache-sinatra: Fix WWW, description and dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 14 Jun 2023 11:59:48 UTC
The branch 2023Q2 has been updated by fernape:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fd2a549a9eb04a73b5f00330e67e079e9b807bab
commit fd2a549a9eb04a73b5f00330e67e079e9b807bab
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:54:38 +0000
devel/rubygem-mustache-sinatra: Fix WWW, description and dependency
PR: 271507
Reported by: chuanwei.foo@hotmail.com
(cherry picked from commit 1ef990dbd67216417f8e884ed844adb61cc54353)
---
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.