pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-redcarpet Update ruby-redcarpet to 3.1.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/acebfa387327
branches:  trunk
changeset: 631995:acebfa387327
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Mar 14 18:23:34 2014 +0000

description:
Update ruby-redcarpet to 3.1.1.

3.1.1

This release of Redcarpet is meant to address a serious bug when rendering
text that contains headings and contains all the prior enhancements of
Redcarpet 3.1.0. For more information about Redcarpet 3.1.0, please see the
release notes

* Bug fixes

  - Fix a crash when rendering text that contained an anchor.

3.1.0

It's been a long time since since we've released any version of Redcarpet but
we are happy to announce the release of the version 3.1.0. Over 100 commits
have been added since 3.0.0 with some new exciting features.

* New features

  - Footnotes
  - GitHub style anchors
  - The :quote option

* Bug fixes

  - Fix code blocks' classes when using Google code prettify #314
  - Follow the standard to detect when new paragraph is outside last item #111
  - Make ordered lists preceded by paragraph parsed with :lax_spacing #311
  - Allow using tabs between a reference's colon and its link #337

diffstat:

 textproc/ruby-redcarpet/Makefile |  6 +++---
 textproc/ruby-redcarpet/PLIST    |  4 +++-
 textproc/ruby-redcarpet/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (50 lines):

diff -r d696fba8ff64 -r acebfa387327 textproc/ruby-redcarpet/Makefile
--- a/textproc/ruby-redcarpet/Makefile  Fri Mar 14 18:22:51 2014 +0000
+++ b/textproc/ruby-redcarpet/Makefile  Fri Mar 14 18:23:34 2014 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2013/09/15 16:26:30 taca Exp $
+# $NetBSD: Makefile,v 1.2 2014/03/14 18:23:34 taca Exp $
 
-DISTNAME=      redcarpet-3.0.0
+DISTNAME=      redcarpet-3.1.1
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://github.com/vmg/redcarpet
+HOMEPAGE=      https://github.com/vmg/redcarpet/
 COMMENT=       Markdown that smells nice
 LICENSE=       mit
 
diff -r d696fba8ff64 -r acebfa387327 textproc/ruby-redcarpet/PLIST
--- a/textproc/ruby-redcarpet/PLIST     Fri Mar 14 18:22:51 2014 +0000
+++ b/textproc/ruby-redcarpet/PLIST     Fri Mar 14 18:23:34 2014 +0000
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1 2013/09/15 16:26:30 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2014/03/14 18:23:34 taca Exp $
 bin/redcarpet
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_EXTSDIR}/redcarpet.${RUBY_DLEXT}
 ${GEM_LIBDIR}/COPYING
 ${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/README.markdown
@@ -33,6 +34,7 @@
 ${GEM_LIBDIR}/redcarpet.gemspec
 ${GEM_LIBDIR}/test/custom_render_test.rb
 ${GEM_LIBDIR}/test/html_render_test.rb
+${GEM_LIBDIR}/test/html_toc_render_test.rb
 ${GEM_LIBDIR}/test/markdown_test.rb
 ${GEM_LIBDIR}/test/pathological_inputs_test.rb
 ${GEM_LIBDIR}/test/redcarpet_compat_test.rb
diff -r d696fba8ff64 -r acebfa387327 textproc/ruby-redcarpet/distinfo
--- a/textproc/ruby-redcarpet/distinfo  Fri Mar 14 18:22:51 2014 +0000
+++ b/textproc/ruby-redcarpet/distinfo  Fri Mar 14 18:23:34 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2013/09/15 16:26:30 taca Exp $
+$NetBSD: distinfo,v 1.2 2014/03/14 18:23:34 taca Exp $
 
-SHA1 (redcarpet-3.0.0.gem) = 28b2e6a039e465e47a0b4904043affbe84adb802
-RMD160 (redcarpet-3.0.0.gem) = 3e354c884b25d6429c3c45eb631f410328964ceb
-Size (redcarpet-3.0.0.gem) = 48640 bytes
+SHA1 (redcarpet-3.1.1.gem) = 73a701209eaa704601afa7cd72cb45bdf6385024
+RMD160 (redcarpet-3.1.1.gem) = 31dcb8450782acd5d45e677d1dca2353b4936c29
+Size (redcarpet-3.1.1.gem) = 52736 bytes



Home | Main Index | Thread Index | Old Index