Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2018 14:51:53 +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: r482535 - head/devel/rubygem-mustache
Message-ID:  <201810201451.w9KEprhX017608@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct 20 14:51:53 2018
New Revision: 482535
URL: https://svnweb.freebsd.org/changeset/ports/482535

Log:
  Update to 1.1.0
  
  Changes:	https://github.com/mustache/mustache/releases
  		https://github.com/mustache/mustache/blob/master/HISTORY.md

Modified:
  head/devel/rubygem-mustache/Makefile
  head/devel/rubygem-mustache/distinfo

Modified: head/devel/rubygem-mustache/Makefile
==============================================================================
--- head/devel/rubygem-mustache/Makefile	Sat Oct 20 14:51:44 2018	(r482534)
+++ head/devel/rubygem-mustache/Makefile	Sat Oct 20 14:51:53 2018	(r482535)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mustache
-PORTVERSION=	1.0.5
+PORTVERSION=	1.1.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,9 +11,10 @@ COMMENT=	Framework-agnostic way to render logic-free v
 
 LICENSE=	MIT
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 PLIST_FILES=	bin/mustache
 

Modified: head/devel/rubygem-mustache/distinfo
==============================================================================
--- head/devel/rubygem-mustache/distinfo	Sat Oct 20 14:51:44 2018	(r482534)
+++ head/devel/rubygem-mustache/distinfo	Sat Oct 20 14:51:53 2018	(r482535)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490609394
-SHA256 (rubygem/mustache-1.0.5.gem) = b99ea8d83e1f5256637ff0b2a1e8b61e2513e40584074ce29c641fa64b724ec8
-SIZE (rubygem/mustache-1.0.5.gem) = 41984
+TIMESTAMP = 1539714843
+SHA256 (rubygem/mustache-1.1.0.gem) = 7365441281b93b9a3e7299c432af1b971435155168ef12631a72bbdaf9ed2899
+SIZE (rubygem/mustache-1.1.0.gem) = 42496



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