Skip to content

Commit

Permalink
textproc/hs-citeproc: update to citeproc-0.8.1.2
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
depressed-pho committed Jan 30, 2025
1 parent 584c49e commit 7553e25
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
7 changes: 3 additions & 4 deletions textproc/hs-citeproc/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# $NetBSD: Makefile,v 1.16 2024/05/09 01:32:40 pho Exp $
# $NetBSD: Makefile,v 1.17 2025/01/30 11:57:54 pho Exp $

DISTNAME= citeproc-0.8.1
PKGREVISION= 4
DISTNAME= citeproc-0.8.1.2
CATEGORIES= textproc

MAINTAINER= pho@cielonegro.org
COMMENT= Generates citations and bibliography from CSL styles
LICENSE= 2-clause-bsd

CONFIGURE_ARGS+= -fexecutable
CONFIGURE_ARGS+= -f +executable

# lib:citeproc
.include "../../converters/hs-aeson/buildlink3.mk"
Expand Down
4 changes: 2 additions & 2 deletions textproc/hs-citeproc/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.15 2024/05/09 01:32:40 pho Exp $
# $NetBSD: buildlink3.mk,v 1.16 2025/01/30 11:57:54 pho Exp $

BUILDLINK_TREE+= hs-citeproc

.if !defined(HS_CITEPROC_BUILDLINK3_MK)
HS_CITEPROC_BUILDLINK3_MK:=

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

.include "../../converters/hs-aeson/buildlink3.mk"
Expand Down
8 changes: 4 additions & 4 deletions textproc/hs-citeproc/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2023/01/28 08:45:46 pho Exp $
$NetBSD: distinfo,v 1.6 2025/01/30 11:57:54 pho Exp $

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

0 comments on commit 7553e25

Please sign in to comment.