Skip to content

Commit

Permalink
Update to commonmark-pandoc-0.2.1.2
Browse files Browse the repository at this point in the history
0.2.1.2
* Fix addition of sourcepos attributes to blocks (jgm/pandoc#7769). We were
  always adding an enclosing Div, even when the block admits
  attributes. Now the attributes are added to the block itself, unless it
  can't accept attributes (as with inlines).

0.2.1.1
* Don't collapse Para to Plain in task lists (#77).

0.2.1
* commonmark-pandoc.cabal: remove unneeded build-depend on containers.
* Support wikilinks extension.
  • Loading branch information
depressed-pho committed Feb 12, 2022
1 parent 18e87ce commit e21b286
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
5 changes: 2 additions & 3 deletions textproc/hs-commonmark-pandoc/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.3 2022/01/18 02:48:25 pho Exp $
# $NetBSD: Makefile,v 1.4 2022/02/12 07:37:36 pho Exp $

DISTNAME= commonmark-pandoc-0.2.0.1
PKGREVISION= 2
DISTNAME= commonmark-pandoc-0.2.1.2
CATEGORIES= textproc

MAINTAINER= [email protected]
Expand Down
6 changes: 3 additions & 3 deletions textproc/hs-commonmark-pandoc/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.3 2022/01/18 02:48:25 pho Exp $
# $NetBSD: buildlink3.mk,v 1.4 2022/02/12 07:37:36 pho Exp $

BUILDLINK_TREE+= hs-commonmark-pandoc

.if !defined(HS_COMMONMARK_PANDOC_BUILDLINK3_MK)
HS_COMMONMARK_PANDOC_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.hs-commonmark-pandoc+= hs-commonmark-pandoc>=0.2.0
BUILDLINK_ABI_DEPENDS.hs-commonmark-pandoc+= hs-commonmark-pandoc>=0.2.0.1nb2
BUILDLINK_API_DEPENDS.hs-commonmark-pandoc+= hs-commonmark-pandoc>=0.2.1
BUILDLINK_ABI_DEPENDS.hs-commonmark-pandoc+= hs-commonmark-pandoc>=0.2.1.2
BUILDLINK_PKGSRCDIR.hs-commonmark-pandoc?= ../../textproc/hs-commonmark-pandoc

.include "../../textproc/hs-commonmark/buildlink3.mk"
Expand Down
8 changes: 4 additions & 4 deletions textproc/hs-commonmark-pandoc/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2021/10/26 11:21:59 nia Exp $
$NetBSD: distinfo,v 1.4 2022/02/12 07:37:36 pho Exp $

BLAKE2s (commonmark-pandoc-0.2.0.1.tar.gz) = 4ea2725b1943a67b12570e5c5b2f4ad14edb91871b9a0ccb69cb8dd8d8870ac3
SHA512 (commonmark-pandoc-0.2.0.1.tar.gz) = 5162a987085d5204af27d4b073fedf4d678f5e0325a12f96c611899f3c484e576d7b667271c480837b9d4593e9950828e9398a33c63b5e829016019ecfc7bb6d
Size (commonmark-pandoc-0.2.0.1.tar.gz) = 4754 bytes
BLAKE2s (commonmark-pandoc-0.2.1.2.tar.gz) = 28d3aaff48ea5acc6868256f2f06efab36a9e01cc3c3995e9cebf6d9fe6918ce
SHA512 (commonmark-pandoc-0.2.1.2.tar.gz) = 85c7505b29c99e38bbadf93764e51ec40da3bff0799e99eecd011962f1103b81970cb5ffb7399b48927e0024c07554ee0e7d420a88bd2f37149a4777d8bca032
Size (commonmark-pandoc-0.2.1.2.tar.gz) = 4937 bytes

0 comments on commit e21b286

Please sign in to comment.