svn commit: r388026 - head/devel/rubygem-mustache
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat May 30 23:11:05 UTC 2015
Author: sunpoet
Date: Sat May 30 23:11:03 2015
New Revision: 388026
URL: https://svnweb.freebsd.org/changeset/ports/388026
Log:
- Add LICENSE
- Simplify COMMENT
- Update WWW
Modified:
head/devel/rubygem-mustache/Makefile
head/devel/rubygem-mustache/pkg-descr
Modified: head/devel/rubygem-mustache/Makefile
==============================================================================
--- head/devel/rubygem-mustache/Makefile Sat May 30 23:10:59 2015 (r388025)
+++ head/devel/rubygem-mustache/Makefile Sat May 30 23:11:03 2015 (r388026)
@@ -7,11 +7,13 @@ CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
-COMMENT= Mustache is a framework-agnostic way to render logic-free views
+COMMENT= Framework-agnostic way to render logic-free views
+
+LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST=yes
+RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/mustache
Modified: head/devel/rubygem-mustache/pkg-descr
==============================================================================
--- head/devel/rubygem-mustache/pkg-descr Sat May 30 23:10:59 2015 (r388025)
+++ head/devel/rubygem-mustache/pkg-descr Sat May 30 23:11:03 2015 (r388026)
@@ -10,4 +10,4 @@ consisting of ERB or HAML with random he
your views are broken into two parts: a Ruby class and an HTML
template.
-WWW: http://github.com/defunkt/mustache
+WWW: https://github.com/mustache/mustache
More information about the svn-ports-all
mailing list