Skip to content

Commit

Permalink
textproc/hs-citeproc: update to citeproc-0.8.1.3
Browse files Browse the repository at this point in the history
## 0.8.1.3

 * Don't add SubstitutedVal to variables that were empty (#148).
   This fixes a bug which caused `variable=` tests to succeed
   in some cases where they should have failed.
  • Loading branch information
0-wiz-0 committed Feb 23, 2025
1 parent a928c14 commit 603445e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions textproc/hs-citeproc/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.18 2025/02/02 13:05:51 pho Exp $
# $NetBSD: Makefile,v 1.19 2025/02/23 21:57:24 wiz Exp $

DISTNAME= citeproc-0.8.1.2
PKGREVISION= 1
DISTNAME= citeproc-0.8.1.3
CATEGORIES= textproc

MAINTAINER= [email protected]
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.17 2025/02/02 13:05:51 pho Exp $
# $NetBSD: buildlink3.mk,v 1.18 2025/02/23 21:57:24 wiz 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.1.2nb1
BUILDLINK_ABI_DEPENDS.hs-citeproc+= hs-citeproc>=0.8.1.3
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.6 2025/01/30 11:57:54 pho Exp $
$NetBSD: distinfo,v 1.7 2025/02/23 21:57:24 wiz Exp $

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
BLAKE2s (citeproc-0.8.1.3.tar.gz) = 9ef1b1d3a61e9cdadc3ad857d46cbd37aa93daff46e221ce9cc00fce1f756f74
SHA512 (citeproc-0.8.1.3.tar.gz) = ac95d33acdab0507e1f5b41d62e1b867816643d59eeb4d56434d5a1ab2de42f5695525f29487af3aa5564a21a9f2d0da7573783faac4e5d1c1af28f321d07bd1
Size (citeproc-0.8.1.3.tar.gz) = 551442 bytes

0 comments on commit 603445e

Please sign in to comment.