From 4b9bdb9876453d4ce072d5dd7af7439c0d6c60f0 Mon Sep 17 00:00:00 2001 From: taca Date: Fri, 14 Mar 2014 18:23:34 +0000 Subject: 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 --- textproc/ruby-redcarpet/Makefile | 6 +++--- textproc/ruby-redcarpet/PLIST | 4 +++- textproc/ruby-redcarpet/distinfo | 8 ++++---- 3 files changed, 10 insertions(+), 8 deletions(-) (limited to 'textproc/ruby-redcarpet') diff --git a/textproc/ruby-redcarpet/Makefile b/textproc/ruby-redcarpet/Makefile index 0c13a76f944..2992bb493dc 100644 --- a/textproc/ruby-redcarpet/Makefile +++ b/textproc/ruby-redcarpet/Makefile @@ -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 -HOMEPAGE= http://github.com/vmg/redcarpet +HOMEPAGE= https://github.com/vmg/redcarpet/ COMMENT= Markdown that smells nice LICENSE= mit diff --git a/textproc/ruby-redcarpet/PLIST b/textproc/ruby-redcarpet/PLIST index 76507edf516..f1be0bf79be 100644 --- a/textproc/ruby-redcarpet/PLIST +++ b/textproc/ruby-redcarpet/PLIST @@ -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}/lib/redcarpet/render_strip.rb ${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 --git a/textproc/ruby-redcarpet/distinfo b/textproc/ruby-redcarpet/distinfo index 8aad97f4d8b..7b45db0e790 100644 --- a/textproc/ruby-redcarpet/distinfo +++ b/textproc/ruby-redcarpet/distinfo @@ -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 -- cgit v1.2.3