pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Updated to version 1.0.3



Module Name:	pkgsrc-wip
Committed By:	Nils Ratusznik <nils%NetBSD.org@localhost>
Pushed By:	nils
Date:		Wed Nov 9 13:56:58 2016 +0100
Changeset:	0ba79f90bc0fe5d8c256568cf65b99ca7746ee38

Modified Files:
	ruby-mustache/Makefile
	ruby-mustache/distinfo

Log Message:
Updated to version 1.0.3

Pkgsrc changes :
- now works with ruby 2.2 and 2.3

Upstream changes :
1.0.3 :
- Raise on deep context miss (#214)
- Allow hyphens in tags (#218)

1.0.2 :
- Adds benchmarks (#197)
- Clarify documentation around content without HTML escaping (#203)
- Fix some Ruby warnings (#204)
- Improve performance when using partials inside loops (#205)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0ba79f90bc0fe5d8c256568cf65b99ca7746ee38

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ruby-mustache/Makefile | 4 +---
 ruby-mustache/distinfo | 7 ++++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs:
diff --git a/ruby-mustache/Makefile b/ruby-mustache/Makefile
index 51891ac..6e21797 100644
--- a/ruby-mustache/Makefile
+++ b/ruby-mustache/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.1 2015/04/25 21:58:17 ahp-nils Exp $
 
-DISTNAME=	mustache-1.0.1
+DISTNAME=	mustache-1.0.3
 PKGNAME=	${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel
 
@@ -9,8 +9,6 @@ HOMEPAGE=	https://mustache.github.io/
 COMMENT=	Logic-less Ruby templates
 LICENSE=	mit
 
-RUBY_VERSION_SUPPORTED=		21
-
 INSTALLATION_DIRS+=		${PKGMANDIR}/man1/ ${PKGMANDIR}/man5/
 
 post-install:
diff --git a/ruby-mustache/distinfo b/ruby-mustache/distinfo
index 588d866..4f2c883 100644
--- a/ruby-mustache/distinfo
+++ b/ruby-mustache/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.1 2015/04/25 21:58:18 ahp-nils Exp $
 
-SHA1 (mustache-1.0.1.gem) = ec0323af0f21b9022de1d973b9c7803941618bc5
-RMD160 (mustache-1.0.1.gem) = 3a13b89f988eee90d582dcc0722a8db668203bbf
-Size (mustache-1.0.1.gem) = 40960 bytes
+SHA1 (mustache-1.0.3.gem) = 9e3da0dbb4542a31a995c08be95f154e129719e4
+RMD160 (mustache-1.0.3.gem) = 4122c20f21625b1a2ad2364268b9fa6c46cdf8de
+SHA512 (mustache-1.0.3.gem) = 2329a8f63fd025cbf2dee7c8034b0914d5348874775a4df9067a8af9aa566c639dfa7a5fabf63c3f48d520d4b5b901ae47e880e5a85213c253780036e1650255
+Size (mustache-1.0.3.gem) = 40960 bytes


Home | Main Index | Thread Index | Old Index