Skip to content

Commit 7553e25

Browse files
committed
textproc/hs-citeproc: update to citeproc-0.8.1.2
## 0.8.1.2 * Allow containers 0.7 (#143) * Update tests to use Diff >= 1.0 (#146). * Fix `dropTextWhile` and `dropTextWhileEnd` in Citeproc.Pandoc. Ensure that they treat SoftBreak like Space (jgm/pandoc#10451). ## 0.8.1.1 * Include `10/` prefix in short DOI links (#136). * Properly implement `demote-non-dropping-particle="sort-only"` (#141). We had previously gotten sorting behavior right for this, but not display behavior.
1 parent 584c49e commit 7553e25

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

textproc/hs-citeproc/Makefile

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
# $NetBSD: Makefile,v 1.16 2024/05/09 01:32:40 pho Exp $
1+
# $NetBSD: Makefile,v 1.17 2025/01/30 11:57:54 pho Exp $
22

3-
DISTNAME= citeproc-0.8.1
4-
PKGREVISION= 4
3+
DISTNAME= citeproc-0.8.1.2
54
CATEGORIES= textproc
65

76
MAINTAINER= [email protected]
87
COMMENT= Generates citations and bibliography from CSL styles
98
LICENSE= 2-clause-bsd
109

11-
CONFIGURE_ARGS+= -fexecutable
10+
CONFIGURE_ARGS+= -f +executable
1211

1312
# lib:citeproc
1413
.include "../../converters/hs-aeson/buildlink3.mk"

textproc/hs-citeproc/buildlink3.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# $NetBSD: buildlink3.mk,v 1.15 2024/05/09 01:32:40 pho Exp $
1+
# $NetBSD: buildlink3.mk,v 1.16 2025/01/30 11:57:54 pho Exp $
22

33
BUILDLINK_TREE+= hs-citeproc
44

55
.if !defined(HS_CITEPROC_BUILDLINK3_MK)
66
HS_CITEPROC_BUILDLINK3_MK:=
77

88
BUILDLINK_API_DEPENDS.hs-citeproc+= hs-citeproc>=0.8.1
9-
BUILDLINK_ABI_DEPENDS.hs-citeproc+= hs-citeproc>=0.8.1nb4
9+
BUILDLINK_ABI_DEPENDS.hs-citeproc+= hs-citeproc>=0.8.1.2
1010
BUILDLINK_PKGSRCDIR.hs-citeproc?= ../../textproc/hs-citeproc
1111

1212
.include "../../converters/hs-aeson/buildlink3.mk"

textproc/hs-citeproc/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.5 2023/01/28 08:45:46 pho Exp $
1+
$NetBSD: distinfo,v 1.6 2025/01/30 11:57:54 pho Exp $
22

3-
BLAKE2s (citeproc-0.8.1.tar.gz) = 243df96c208fce1cbaa5ca98eaa73d16a9fe1f32a643a533fdd7f9f3ebf13e50
4-
SHA512 (citeproc-0.8.1.tar.gz) = 7bce91a19e8db475b7c0c7f1f324e356dfb895fddc575b59d3fcdb8955b1ee17a82d3943edc383669a7bb5cc9fb14b3ff1cea766a2d322157017a97acddeee32
5-
Size (citeproc-0.8.1.tar.gz) = 549947 bytes
3+
BLAKE2s (citeproc-0.8.1.2.tar.gz) = 31ec6fd9a0ce539b15eb6db1fdb17347a4cac65a9fc99f9b805bd0dbdb26074e
4+
SHA512 (citeproc-0.8.1.2.tar.gz) = 03d1c15c00df8f2326c6166a8d85b86eae4c0a002ac7ed6a5fc3bc481608e0d68cb2325ce3c7b140a749fb1ad81a1dc5b0a90e262f6f9f4eb8360a2a7f56cb87
5+
Size (citeproc-0.8.1.2.tar.gz) = 551125 bytes

0 commit comments

Comments
 (0)