pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/hs-toml-parser



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Jan 30 13:26:08 UTC 2025

Modified Files:
        pkgsrc/textproc/hs-toml-parser: Makefile buildlink3.mk distinfo

Log Message:
textproc/hs-toml-parser: update to toml-parser-2.0.1.0

## 2.0.1.0

* Added `ToValue UTCTime` and `FromValue UTCTime`. These correspond
  to offset data-times with the timezone translated to UTC.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/hs-toml-parser/Makefile \
    pkgsrc/textproc/hs-toml-parser/buildlink3.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/hs-toml-parser/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/hs-toml-parser/Makefile
diff -u pkgsrc/textproc/hs-toml-parser/Makefile:1.4 pkgsrc/textproc/hs-toml-parser/Makefile:1.5
--- pkgsrc/textproc/hs-toml-parser/Makefile:1.4 Thu May  9 01:32:48 2024
+++ pkgsrc/textproc/hs-toml-parser/Makefile     Thu Jan 30 13:26:08 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2024/05/09 01:32:48 pho Exp $
+# $NetBSD: Makefile,v 1.5 2025/01/30 13:26:08 pho Exp $
 
-DISTNAME=      toml-parser-2.0.0.0
-PKGREVISION=   1
+DISTNAME=      toml-parser-2.0.1.0
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/textproc/hs-toml-parser/buildlink3.mk
diff -u pkgsrc/textproc/hs-toml-parser/buildlink3.mk:1.4 pkgsrc/textproc/hs-toml-parser/buildlink3.mk:1.5
--- pkgsrc/textproc/hs-toml-parser/buildlink3.mk:1.4    Thu May  9 01:32:48 2024
+++ pkgsrc/textproc/hs-toml-parser/buildlink3.mk        Thu Jan 30 13:26:08 2025
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.4 2024/05/09 01:32:48 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2025/01/30 13:26:08 pho Exp $
 
 BUILDLINK_TREE+=       hs-toml-parser
 
 .if !defined(HS_TOML_PARSER_BUILDLINK3_MK)
 HS_TOML_PARSER_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-toml-parser+= hs-toml-parser>=2.0.0
-BUILDLINK_ABI_DEPENDS.hs-toml-parser+= hs-toml-parser>=2.0.0.0nb1
+BUILDLINK_API_DEPENDS.hs-toml-parser+= hs-toml-parser>=2.0.1
+BUILDLINK_ABI_DEPENDS.hs-toml-parser+= hs-toml-parser>=2.0.1.0
 BUILDLINK_PKGSRCDIR.hs-toml-parser?=   ../../textproc/hs-toml-parser
 
 .include "../../textproc/hs-prettyprinter/buildlink3.mk"

Index: pkgsrc/textproc/hs-toml-parser/distinfo
diff -u pkgsrc/textproc/hs-toml-parser/distinfo:1.2 pkgsrc/textproc/hs-toml-parser/distinfo:1.3
--- pkgsrc/textproc/hs-toml-parser/distinfo:1.2 Mon Apr 29 04:15:50 2024
+++ pkgsrc/textproc/hs-toml-parser/distinfo     Thu Jan 30 13:26:08 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/04/29 04:15:50 pho Exp $
+$NetBSD: distinfo,v 1.3 2025/01/30 13:26:08 pho Exp $
 
-BLAKE2s (toml-parser-2.0.0.0.tar.gz) = 85cab25420f14e474e69556f1fcafa0c82d18e22379e40ccb7e9b039fe33589e
-SHA512 (toml-parser-2.0.0.0.tar.gz) = 9a7fb2cd9497aefb0fce5b36fe0497695968176c03de8bc1f2fdccbb79a8ac8872642ab11ceb598c87a2a98a532c5038421a107d627fd87731d21ad530da8c52
-Size (toml-parser-2.0.0.0.tar.gz) = 48033 bytes
+BLAKE2s (toml-parser-2.0.1.0.tar.gz) = 685c52f582524c849c0b05c084fd563a744e3d1afa1f256085cbcc51b8aa7491
+SHA512 (toml-parser-2.0.1.0.tar.gz) = 1cf27c982573fa3b1e5fa9ae122d1cf0864bc02c3edee6f8e95a1b18644cc1585aa095318759d4ccfcb7b043826a8130bbabb0875b34d5174f186d21b5d17ef5
+Size (toml-parser-2.0.1.0.tar.gz) = 48201 bytes



Home | Main Index | Thread Index | Old Index