pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
cmark: Comment patches
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sun Feb 28 14:25:10 2016 +0100
Changeset: 0cf3b411b6c975ed4c8cb4501173b093b4c3c17f
Modified Files:
cmark/distinfo
cmark/patches/patch-man_CMakeLists.txt
cmark/patches/patch-src_commonmark.c
Log Message:
cmark: Comment patches
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0cf3b411b6c975ed4c8cb4501173b093b4c3c17f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
cmark/distinfo | 4 ++--
cmark/patches/patch-man_CMakeLists.txt | 4 ++++
cmark/patches/patch-src_commonmark.c | 4 ++++
3 files changed, 10 insertions(+), 2 deletions(-)
diffs:
diff --git a/cmark/distinfo b/cmark/distinfo
index deb463e..ae01ee7 100644
--- a/cmark/distinfo
+++ b/cmark/distinfo
@@ -4,5 +4,5 @@ SHA1 (cmark-0.24.1.tar.gz) = bfd17ef9cae14a74a7b2d1c3f171ced3ce9a5c8a
RMD160 (cmark-0.24.1.tar.gz) = 70dbf24b47c9f9b8b4c8e2d55bcfa92d636056a6
SHA512 (cmark-0.24.1.tar.gz) = ad6381b0a876472d85fa68e538caeebe3ee2f042c7cd479da1e025164f1ada7ee25ccbdb2d97cc2198de8c903950ba1648f39cef868f9c4f3ccd37db3c9c33b9
Size (cmark-0.24.1.tar.gz) = 205568 bytes
-SHA1 (patch-man_CMakeLists.txt) = 310fe6af0c85542f1e73d78962edc2beffda4a03
-SHA1 (patch-src_commonmark.c) = 39aeafbda996f420d5a79912faa3e2813af4d5bd
+SHA1 (patch-man_CMakeLists.txt) = 2b6e1ce1a7a95fb026d9344628be7b8583e6378d
+SHA1 (patch-src_commonmark.c) = 1b60ecbeba5fa173264ff765730e66bde78a04c7
diff --git a/cmark/patches/patch-man_CMakeLists.txt b/cmark/patches/patch-man_CMakeLists.txt
index d044531..654d7d1 100644
--- a/cmark/patches/patch-man_CMakeLists.txt
+++ b/cmark/patches/patch-man_CMakeLists.txt
@@ -1,5 +1,9 @@
$NetBSD$
+Patch accepted upstream.
+
+Fix installation of man-pages.
+
--- man/CMakeLists.txt.orig 2016-01-18 05:53:29.000000000 +0000
+++ man/CMakeLists.txt
@@ -1,8 +1,10 @@
diff --git a/cmark/patches/patch-src_commonmark.c b/cmark/patches/patch-src_commonmark.c
index 8c85715..cdd1b2d 100644
--- a/cmark/patches/patch-src_commonmark.c
+++ b/cmark/patches/patch-src_commonmark.c
@@ -1,5 +1,9 @@
$NetBSD$
+Patch accepted upstream.
+
+Fix usage of ctype(3) functions.
+
--- src/commonmark.c.orig 2016-01-18 05:53:29.000000000 +0000
+++ src/commonmark.c
@@ -270,8 +270,8 @@ static int S_render_node(cmark_renderer
Home |
Main Index |
Thread Index |
Old Index