Sun Jun 17 02:25:38 2018 UTC ()
devel/go-blackfriday: Update to 1.5.1

Changes since 1.4.0:

    Added HTML_SMARTYPANTS_QUOTES_NBSP, which allows having nonbreakable spaces
    inside 束 French guillemets 損 (Issue #378)
    Added EXTENSION_JOIN_LINES, which joins newline-separated lines into a
    single paragraph. Useful for Chinese text.
    Implemented support for CDATA section (Issue #165)
    Fixed links with parentheses (Issue #116)
    Fixed fenced code blocks inside lists (Issue #228)
    Fixed regression, panic in reference links (Issues #172 and #173)
    Fixed adjacent list merging (Issue #235)
    Fixed definition lists that contain other lists (Issue #263)
    Fixed fenced code pre-processing (Issue #279)
    Fixed panic with recursive footnotes (Issue #241)
    Removed rel="footnote", which is no longer valid.


(minskim)
diff -r1.5 -r1.6 pkgsrc/devel/go-blackfriday/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/go-blackfriday/PLIST
diff -r1.1 -r1.2 pkgsrc/devel/go-blackfriday/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/devel/go-blackfriday/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/go-blackfriday/Attic/Makefile 2018/06/12 17:50:23 1.5
+++ pkgsrc/devel/go-blackfriday/Attic/Makefile 2018/06/17 02:25:38 1.6
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.5 2018/06/12 17:50:23 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.6 2018/06/17 02:25:38 minskim Exp $
2 2
3DISTNAME= blackfriday-1.4 3DISTNAME= blackfriday-1.5.1
4PKGNAME= go-${DISTNAME} 4PKGNAME= go-${DISTNAME}
5PKGREVISION= 3 
6MASTER_SITES= ${MASTER_SITE_GITHUB:=russross/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=russross/}
7CATEGORIES= devel 6CATEGORIES= devel
8GITHUB_TAG= v${PKGVERSION_NOREV} 7GITHUB_TAG= v${PKGVERSION_NOREV}
9GITHUB_PROJECT= ${PKGBASE:S/^go-//} 8GITHUB_PROJECT= ${PKGBASE:S/^go-//}
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= https://github.com/russross/blackfriday 11HOMEPAGE= https://github.com/russross/blackfriday
13COMMENT= Blackfriday: a markdown processor for Go 12COMMENT= Blackfriday: a markdown processor for Go
14LICENSE= 2-clause-bsd 13LICENSE= 2-clause-bsd
15 14
16GO_DIST_BASE= ${DISTNAME} 15GO_DIST_BASE= ${DISTNAME}
17GO_SRCPATH= github.com/russross/blackfriday 16GO_SRCPATH= github.com/russross/blackfriday
18 17

cvs diff -r1.1 -r1.2 pkgsrc/devel/go-blackfriday/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/go-blackfriday/Attic/PLIST 2017/08/17 01:17:16 1.1
+++ pkgsrc/devel/go-blackfriday/Attic/PLIST 2018/06/17 02:25:38 1.2
@@ -1,24 +1,26 @@ @@ -1,24 +1,26 @@
1@comment $NetBSD: PLIST,v 1.1 2017/08/17 01:17:16 gavan Exp $ 1@comment $NetBSD: PLIST,v 1.2 2018/06/17 02:25:38 minskim Exp $
2gopkg/pkg/${GO_PLATFORM}/github.com/russross/blackfriday.a 2gopkg/pkg/${GO_PLATFORM}/github.com/russross/blackfriday.a
3gopkg/src/github.com/russross/blackfriday/LICENSE.txt 3gopkg/src/github.com/russross/blackfriday/LICENSE.txt
4gopkg/src/github.com/russross/blackfriday/README.md 4gopkg/src/github.com/russross/blackfriday/README.md
5gopkg/src/github.com/russross/blackfriday/block.go 5gopkg/src/github.com/russross/blackfriday/block.go
6gopkg/src/github.com/russross/blackfriday/block_test.go 6gopkg/src/github.com/russross/blackfriday/block_test.go
 7gopkg/src/github.com/russross/blackfriday/doc.go
7gopkg/src/github.com/russross/blackfriday/html.go 8gopkg/src/github.com/russross/blackfriday/html.go
8gopkg/src/github.com/russross/blackfriday/inline.go 9gopkg/src/github.com/russross/blackfriday/inline.go
9gopkg/src/github.com/russross/blackfriday/inline_test.go 10gopkg/src/github.com/russross/blackfriday/inline_test.go
10gopkg/src/github.com/russross/blackfriday/latex.go 11gopkg/src/github.com/russross/blackfriday/latex.go
11gopkg/src/github.com/russross/blackfriday/markdown.go 12gopkg/src/github.com/russross/blackfriday/markdown.go
 13gopkg/src/github.com/russross/blackfriday/markdown_test.go
12gopkg/src/github.com/russross/blackfriday/ref_test.go 14gopkg/src/github.com/russross/blackfriday/ref_test.go
13gopkg/src/github.com/russross/blackfriday/smartypants.go 15gopkg/src/github.com/russross/blackfriday/smartypants.go
14gopkg/src/github.com/russross/blackfriday/testdata/Amps and angle encoding.html 16gopkg/src/github.com/russross/blackfriday/testdata/Amps and angle encoding.html
15gopkg/src/github.com/russross/blackfriday/testdata/Amps and angle encoding.text 17gopkg/src/github.com/russross/blackfriday/testdata/Amps and angle encoding.text
16gopkg/src/github.com/russross/blackfriday/testdata/Auto links.html 18gopkg/src/github.com/russross/blackfriday/testdata/Auto links.html
17gopkg/src/github.com/russross/blackfriday/testdata/Auto links.text 19gopkg/src/github.com/russross/blackfriday/testdata/Auto links.text
18gopkg/src/github.com/russross/blackfriday/testdata/Backslash escapes.html 20gopkg/src/github.com/russross/blackfriday/testdata/Backslash escapes.html
19gopkg/src/github.com/russross/blackfriday/testdata/Backslash escapes.text 21gopkg/src/github.com/russross/blackfriday/testdata/Backslash escapes.text
20gopkg/src/github.com/russross/blackfriday/testdata/Blockquotes with code blocks.html 22gopkg/src/github.com/russross/blackfriday/testdata/Blockquotes with code blocks.html
21gopkg/src/github.com/russross/blackfriday/testdata/Blockquotes with code blocks.text 23gopkg/src/github.com/russross/blackfriday/testdata/Blockquotes with code blocks.text
22gopkg/src/github.com/russross/blackfriday/testdata/Code Blocks.html 24gopkg/src/github.com/russross/blackfriday/testdata/Code Blocks.html
23gopkg/src/github.com/russross/blackfriday/testdata/Code Blocks.text 25gopkg/src/github.com/russross/blackfriday/testdata/Code Blocks.text
24gopkg/src/github.com/russross/blackfriday/testdata/Code Spans.html 26gopkg/src/github.com/russross/blackfriday/testdata/Code Spans.html

cvs diff -r1.1 -r1.2 pkgsrc/devel/go-blackfriday/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/go-blackfriday/Attic/distinfo 2017/08/17 01:17:16 1.1
+++ pkgsrc/devel/go-blackfriday/Attic/distinfo 2018/06/17 02:25:38 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2017/08/17 01:17:16 gavan Exp $ 1$NetBSD: distinfo,v 1.2 2018/06/17 02:25:38 minskim Exp $
2 2
3SHA1 (blackfriday-1.4.tar.gz) = b12fb0b8a25b5f05188db7d85dce3bdb9ae369e9 3SHA1 (blackfriday-1.5.1.tar.gz) = 3f1aa38f936f11b3dc58f1298bfa142d5cfddd9a
4RMD160 (blackfriday-1.4.tar.gz) = 49585d2d6269eac455488c4e8dda6129d0308d8d 4RMD160 (blackfriday-1.5.1.tar.gz) = c7e53d33282bfa2e1c2bc58544880fc858967383
5SHA512 (blackfriday-1.4.tar.gz) = 595b0c2cef166bbebdae39bbda3987409ff3c849a3eb0de73cfeff1b9afd64b4febfaa5ed3f7ef4b8020bbecbf5dfb479e7034249c58651429b3e7e5fb5107be 5SHA512 (blackfriday-1.5.1.tar.gz) = 97589691599322db93619d0dfe3c02357f2eef1b00c94f38f99fe72429cc7a2e2f39fd37cf2d6a25474b21a649932e840fbae782fe2d3f9b7856782bad3d8f19
6Size (blackfriday-1.4.tar.gz) = 69438 bytes 6Size (blackfriday-1.5.1.tar.gz) = 75044 bytes