pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-tilt textproc/ruby-tilt: update to 2.0.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cafbe7e68c71
branches:  trunk
changeset: 316731:cafbe7e68c71
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Dec 17 15:10:38 2018 +0000

description:
textproc/ruby-tilt: update to 2.0.9

pkgsrc change:
* Drop @PREFIX@ from ALTERNATIVES file.

## 2.0.9 (2018-11-28)

* Use new ERB API in Ruby 2.6 (#329, koic)
* Support the new sassc gem (#336, jdickey, judofyr)

diffstat:

 textproc/ruby-tilt/ALTERNATIVES |   2 +-
 textproc/ruby-tilt/Makefile     |   7 ++++---
 textproc/ruby-tilt/distinfo     |  10 +++++-----
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs (44 lines):

diff -r d3489ac54f08 -r cafbe7e68c71 textproc/ruby-tilt/ALTERNATIVES
--- a/textproc/ruby-tilt/ALTERNATIVES   Mon Dec 17 15:09:19 2018 +0000
+++ b/textproc/ruby-tilt/ALTERNATIVES   Mon Dec 17 15:10:38 2018 +0000
@@ -1,1 +1,1 @@
-bin/tilt @PREFIX@/bin/tilt@RUBY_SUFFIX@
+bin/tilt bin/tilt@RUBY_SUFFIX@
diff -r d3489ac54f08 -r cafbe7e68c71 textproc/ruby-tilt/Makefile
--- a/textproc/ruby-tilt/Makefile       Mon Dec 17 15:09:19 2018 +0000
+++ b/textproc/ruby-tilt/Makefile       Mon Dec 17 15:10:38 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2017/09/10 16:11:16 taca Exp $
+# $NetBSD: Makefile,v 1.15 2018/12/17 15:10:38 taca Exp $
 
-DISTNAME=      tilt-2.0.8
+DISTNAME=      tilt-2.0.9
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,8 +8,9 @@
 COMMENT=       Generic interface to multiple Ruby template engines
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 RUBYGEM_OPTIONS+=      --format-executable
-OVERRIDE_GEMSPEC+=     rdoc:
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r d3489ac54f08 -r cafbe7e68c71 textproc/ruby-tilt/distinfo
--- a/textproc/ruby-tilt/distinfo       Mon Dec 17 15:09:19 2018 +0000
+++ b/textproc/ruby-tilt/distinfo       Mon Dec 17 15:10:38 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2017/09/10 16:11:16 taca Exp $
+$NetBSD: distinfo,v 1.13 2018/12/17 15:10:38 taca Exp $
 
-SHA1 (tilt-2.0.8.gem) = ac4b5bc216a961287b3c2ebde877c039d2f1a83d
-RMD160 (tilt-2.0.8.gem) = 69957f11bbc0bc9c402e44a813acadbe7c7fbf61
-SHA512 (tilt-2.0.8.gem) = 1767f2e5ce45afe95d84d32de7c2b6fe24ff7cb6f7ee8485d84344820b2f6e969ae60a6fbaa7141f7fe135c6540d96fa5b27fd8010b95c0ded5d049a315001d5
-Size (tilt-2.0.8.gem) = 54784 bytes
+SHA1 (tilt-2.0.9.gem) = 55a75a80e29731d072fe44dfaf865479b65c27fd
+RMD160 (tilt-2.0.9.gem) = 71b99474d4ce56656696cb50dfb3e85b235cf2cc
+SHA512 (tilt-2.0.9.gem) = 522b2b40ca1eefc7df66cb421c66734699a2ffb1e7d1797181c2718f7ca018d3376c1a2b3617b5d3549115af69108db4c3c4632e2682329d5baf24bfdae92b42
+Size (tilt-2.0.9.gem) = 55296 bytes



Home | Main Index | Thread Index | Old Index