svn commit: r482535 - head/devel/rubygem-mustache
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Oct 20 14:51:54 UTC 2018
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
More information about the svn-ports-all
mailing list