Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2015 23:11:04 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388026 - head/devel/rubygem-mustache
Message-ID:  <201505302311.t4UNB4pT094999@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505302311.t4UNB4pT094999>