pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-kramdown



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Aug 29 13:26:46 UTC 2022

Modified Files:
        pkgsrc/textproc/ruby-kramdown: Makefile PLIST distinfo

Log Message:
textproc/ruby-kramdown: update to 2.4.0

2.4.0 (2022-04-25)

A minor release bringing a small enhancement to the kramdown converter and
some bug fixes.

Changes

* 1 minor change:

        - Allow using a different list indentation (pull request #753 by
          Carsten Borman)

* 2 bug fixes:

        - Fixed escaping of colon when converting to kramdown (fixes #751 by
          Carsten Borman)

        - Fixed setting highlighter class for code spans in HTML converter
          when using a default language (fixes #752 by Aswhin Maroli)


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/ruby-kramdown/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/ruby-kramdown/PLIST
cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/ruby-kramdown/distinfo

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

Modified files:

Index: pkgsrc/textproc/ruby-kramdown/Makefile
diff -u pkgsrc/textproc/ruby-kramdown/Makefile:1.28 pkgsrc/textproc/ruby-kramdown/Makefile:1.29
--- pkgsrc/textproc/ruby-kramdown/Makefile:1.28 Sun Apr 10 13:21:24 2022
+++ pkgsrc/textproc/ruby-kramdown/Makefile      Mon Aug 29 13:26:46 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2022/04/10 13:21:24 fcambus Exp $
+# $NetBSD: Makefile,v 1.29 2022/08/29 13:26:46 taca Exp $
 
-DISTNAME=      kramdown-2.3.2
+DISTNAME=      kramdown-2.4.0
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/textproc/ruby-kramdown/PLIST
diff -u pkgsrc/textproc/ruby-kramdown/PLIST:1.20 pkgsrc/textproc/ruby-kramdown/PLIST:1.21
--- pkgsrc/textproc/ruby-kramdown/PLIST:1.20    Thu Mar 18 10:20:24 2021
+++ pkgsrc/textproc/ruby-kramdown/PLIST Mon Aug 29 13:26:46 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2021/03/18 10:20:24 fcambus Exp $
+@comment $NetBSD: PLIST,v 1.21 2022/08/29 13:26:46 taca Exp $
 bin/kramdown${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/AUTHORS
@@ -90,6 +90,8 @@ ${GEM_LIBDIR}/test/testcases/block/03_pa
 ${GEM_LIBDIR}/test/testcases/block/03_paragraph/one_para.text
 ${GEM_LIBDIR}/test/testcases/block/03_paragraph/standalone_image.html
 ${GEM_LIBDIR}/test/testcases/block/03_paragraph/standalone_image.text
+${GEM_LIBDIR}/test/testcases/block/03_paragraph/to_kramdown.kramdown
+${GEM_LIBDIR}/test/testcases/block/03_paragraph/to_kramdown.text
 ${GEM_LIBDIR}/test/testcases/block/03_paragraph/two_para.html
 ${GEM_LIBDIR}/test/testcases/block/03_paragraph/two_para.text
 ${GEM_LIBDIR}/test/testcases/block/03_paragraph/with_html_to_native.html

Index: pkgsrc/textproc/ruby-kramdown/distinfo
diff -u pkgsrc/textproc/ruby-kramdown/distinfo:1.26 pkgsrc/textproc/ruby-kramdown/distinfo:1.27
--- pkgsrc/textproc/ruby-kramdown/distinfo:1.26 Sun Apr 10 13:21:24 2022
+++ pkgsrc/textproc/ruby-kramdown/distinfo      Mon Aug 29 13:26:46 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2022/04/10 13:21:24 fcambus Exp $
+$NetBSD: distinfo,v 1.27 2022/08/29 13:26:46 taca Exp $
 
-BLAKE2s (kramdown-2.3.2.gem) = a792a5fe6ade06838babc1b29b290515fe2203e7103641741a2b41ce42489485
-SHA512 (kramdown-2.3.2.gem) = 268b55b45ad2c6dd02776abd5777c7f51ea8724c64b03d8a859bd809b54b181e018fcf5ca38170c89acfac5cef2e6de253f1c6037fe642c6c093e339fd8f4d1b
-Size (kramdown-2.3.2.gem) = 122368 bytes
+BLAKE2s (kramdown-2.4.0.gem) = 0610c10d245c12073a865c9a53d866894a772642cefeab81ea0fdb9131fa49ec
+SHA512 (kramdown-2.4.0.gem) = 8e52c5cc53d2f0085e30188aa7bf67f92dfe7f0801297c6a45293cca307e3442baa06443638c1161dad4a4aa332cbc5b4f9b6281ba4c6346122a9fff5a3743c7
+Size (kramdown-2.4.0.gem) = 122368 bytes



Home | Main Index | Thread Index | Old Index