pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ruby-coderay Update ruby-coderay to 1.1.2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/fdcfd9d2e9c4
branches: trunk
changeset: 368079:fdcfd9d2e9c4
user: taca <taca%pkgsrc.org@localhost>
date: Sun Sep 10 16:01:44 2017 +0000
description:
Update ruby-coderay to 1.1.2.
pkgsrc change: add pkg_alternatives support.
Changes in 1.1.2
* Ruby future: Add support for frozen string literals. [#211, thanks to
Pat Allan]
* C++ scanner: Add C++11 keywords. [#195, thanks to Johnny Willemsen]
* Haml scanner: Allow - in tags.
* Java scanner: Allow Unicode characters in identifiers. [#212, thanks to
t-gergely]
diffstat:
textproc/ruby-coderay/ALTERNATIVES | 1 +
textproc/ruby-coderay/Makefile | 6 +++---
textproc/ruby-coderay/PLIST | 10 +++-------
textproc/ruby-coderay/distinfo | 10 +++++-----
4 files changed, 12 insertions(+), 15 deletions(-)
diffs (65 lines):
diff -r c68c146c3cc9 -r fdcfd9d2e9c4 textproc/ruby-coderay/ALTERNATIVES
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-coderay/ALTERNATIVES Sun Sep 10 16:01:44 2017 +0000
@@ -0,0 +1,1 @@
+bin/coderay @PREFIX@/bin/coderay@RUBY_SUFFIX@
diff -r c68c146c3cc9 -r fdcfd9d2e9c4 textproc/ruby-coderay/Makefile
--- a/textproc/ruby-coderay/Makefile Sun Sep 10 15:58:44 2017 +0000
+++ b/textproc/ruby-coderay/Makefile Sun Sep 10 16:01:44 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2016/03/15 15:39:04 taca Exp $
+# $NetBSD: Makefile,v 1.14 2017/09/10 16:01:44 taca Exp $
-DISTNAME= coderay-1.1.1
+DISTNAME= coderay-1.1.2
CATEGORIES= textproc
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +8,7 @@
COMMENT= Syntax highlighter for Ruby and other languages
LICENSE= gnu-lgpl-v2.1
-CONFLICTS+= ruby[1-9][0-9]-coderay-[0-9]*
+RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff -r c68c146c3cc9 -r fdcfd9d2e9c4 textproc/ruby-coderay/PLIST
--- a/textproc/ruby-coderay/PLIST Sun Sep 10 15:58:44 2017 +0000
+++ b/textproc/ruby-coderay/PLIST Sun Sep 10 16:01:44 2017 +0000
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.9 2016/03/15 15:39:04 taca Exp $
-bin/coderay
+@comment $NetBSD: PLIST,v 1.10 2017/09/10 16:01:44 taca Exp $
+bin/coderay${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/MIT-LICENSE
${GEM_LIBDIR}/README_INDEX.rdoc
-${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/bin/coderay
${GEM_LIBDIR}/lib/coderay.rb
${GEM_LIBDIR}/lib/coderay/duo.rb
@@ -76,8 +76,4 @@
${GEM_LIBDIR}/lib/coderay/tokens.rb
${GEM_LIBDIR}/lib/coderay/tokens_proxy.rb
${GEM_LIBDIR}/lib/coderay/version.rb
-${GEM_LIBDIR}/test/functional/basic.rb
-${GEM_LIBDIR}/test/functional/examples.rb
-${GEM_LIBDIR}/test/functional/for_redcloth.rb
-${GEM_LIBDIR}/test/functional/suite.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r c68c146c3cc9 -r fdcfd9d2e9c4 textproc/ruby-coderay/distinfo
--- a/textproc/ruby-coderay/distinfo Sun Sep 10 15:58:44 2017 +0000
+++ b/textproc/ruby-coderay/distinfo Sun Sep 10 16:01:44 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2016/03/15 15:39:04 taca Exp $
+$NetBSD: distinfo,v 1.14 2017/09/10 16:01:44 taca Exp $
-SHA1 (coderay-1.1.1.gem) = 8c757d65331e622f2c55464ce47ab6e666542137
-RMD160 (coderay-1.1.1.gem) = b0d014c50911dd70daedd004f61a6346df772b84
-SHA512 (coderay-1.1.1.gem) = 7b2bbf51e6625a252f7eb6de6d3a5b2d401a3bcbd5ed3074a8a34e468bcbd4400f54906dd9ce0c7afcd2dd56b0bb28a597d2e01c614d19388f1576385bf4e97f
-Size (coderay-1.1.1.gem) = 96256 bytes
+SHA1 (coderay-1.1.2.gem) = 4a174a26a9fbb78ea68e5a7b02e1bbc6be001f5d
+RMD160 (coderay-1.1.2.gem) = 6584dccdc19d67c43687672126f016c2422ecb28
+SHA512 (coderay-1.1.2.gem) = bd25c0091a271048165af33f60ab846cb623a0da68e5540d98ea2b1c6bdf3348811d98519e537435c9a5515e751ce5975a02adccec9ef225f042a27c43009e63
+Size (coderay-1.1.2.gem) = 92160 bytes
Home |
Main Index |
Thread Index |
Old Index