pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/hs-hslua-aeson



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu May  2 11:08:50 UTC 2024

Modified Files:
        pkgsrc/converters/hs-hslua-aeson: Makefile PLIST buildlink3.mk distinfo

Log Message:
converters/hs-hslua-aeson: Update to 2.3.1

hslua-aeson-2.3.1 - Released 2024-01-18.

    * Relaxed upper bound for aeson. This required changes to the
      testsuite: The arbitrary JSON values produced by current aeson
      versions include numbers that cannot be converted to Lua numbers
      without loss of precision. Those are first converted to representable
      numbers before round-tripping is tested.

    * Relaxed upper bound for text, containers, and bytestring, allowing
      text-2.1, containers-0.7, and bytestring-0.12.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/converters/hs-hslua-aeson/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/converters/hs-hslua-aeson/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/converters/hs-hslua-aeson/buildlink3.mk
cvs rdiff -u -r1.3 -r1.4 pkgsrc/converters/hs-hslua-aeson/distinfo

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

Modified files:

Index: pkgsrc/converters/hs-hslua-aeson/Makefile
diff -u pkgsrc/converters/hs-hslua-aeson/Makefile:1.9 pkgsrc/converters/hs-hslua-aeson/Makefile:1.10
--- pkgsrc/converters/hs-hslua-aeson/Makefile:1.9       Thu Nov  2 06:36:12 2023
+++ pkgsrc/converters/hs-hslua-aeson/Makefile   Thu May  2 11:08:49 2024
@@ -1,16 +1,12 @@
-# $NetBSD: Makefile,v 1.9 2023/11/02 06:36:12 pho Exp $
+# $NetBSD: Makefile,v 1.10 2024/05/02 11:08:49 pho Exp $
 
-DISTNAME=      hslua-aeson-2.3.0.1
-PKGREVISION=   1
+DISTNAME=      hslua-aeson-2.3.1
 CATEGORIES=    converters
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Allow aeson data types to be used with Lua
 LICENSE=       mit
 
-HASKELL_UNRESTRICT_DEPENDENCIES+=      \
-       aeson
-
 .include "../../converters/hs-aeson/buildlink3.mk"
 .include "../../devel/hs-hashable/buildlink3.mk"
 .include "../../lang/hs-hslua-core/buildlink3.mk"

Index: pkgsrc/converters/hs-hslua-aeson/PLIST
diff -u pkgsrc/converters/hs-hslua-aeson/PLIST:1.2 pkgsrc/converters/hs-hslua-aeson/PLIST:1.3
--- pkgsrc/converters/hs-hslua-aeson/PLIST:1.2  Mon Oct 30 13:24:57 2023
+++ pkgsrc/converters/hs-hslua-aeson/PLIST      Thu May  2 11:08:49 2024
@@ -1,21 +1,19 @@
-@comment $NetBSD: PLIST,v 1.2 2023/10/30 13:24:57 pho Exp $
-lib/hslua-aeson-${PKGVERSION}/${HS_VERSION}/package-description
-lib/hslua-aeson-${PKGVERSION}/${HS_VERSION}/package-id
+@comment $NetBSD: PLIST,v 1.3 2024/05/02 11:08:49 pho Exp $
 ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/HsLua/Aeson.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/HsLua/Aeson.hi
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/HsLua/Aeson.p_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
 ${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
+lib/hslua-aeson-${PKGVERSION}/${HS_VERSION}/package-description
+lib/hslua-aeson-${PKGVERSION}/${HS_VERSION}/package-id
 share/doc/${HS_PLATFORM}/hslua-aeson-${PKGVERSION}/LICENSE
 ${PLIST.doc}share/doc/${HS_PLATFORM}/hslua-aeson-${PKGVERSION}/html/HsLua-Aeson.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/hslua-aeson-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/hslua-aeson-${PKGVERSION}/html/doc-index.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/hslua-aeson-${PKGVERSION}/html/haddock-bundle.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/hslua-aeson-${PKGVERSION}/html/hslua-aeson.haddock
 ${PLIST.doc}share/doc/${HS_PLATFORM}/hslua-aeson-${PKGVERSION}/html/index.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/hslua-aeson-${PKGVERSION}/html/linuwial.css
 ${PLIST.doc}share/doc/${HS_PLATFORM}/hslua-aeson-${PKGVERSION}/html/meta.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/hslua-aeson-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/hslua-aeson-${PKGVERSION}/html/quick-jump.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/hslua-aeson-${PKGVERSION}/html/synopsis.png

Index: pkgsrc/converters/hs-hslua-aeson/buildlink3.mk
diff -u pkgsrc/converters/hs-hslua-aeson/buildlink3.mk:1.8 pkgsrc/converters/hs-hslua-aeson/buildlink3.mk:1.9
--- pkgsrc/converters/hs-hslua-aeson/buildlink3.mk:1.8  Thu Nov  2 06:36:12 2023
+++ pkgsrc/converters/hs-hslua-aeson/buildlink3.mk      Thu May  2 11:08:49 2024
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.8 2023/11/02 06:36:12 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2024/05/02 11:08:49 pho Exp $
 
 BUILDLINK_TREE+=       hs-hslua-aeson
 
 .if !defined(HS_HSLUA_AESON_BUILDLINK3_MK)
 HS_HSLUA_AESON_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-hslua-aeson+= hs-hslua-aeson>=2.3.0
-BUILDLINK_ABI_DEPENDS.hs-hslua-aeson+= hs-hslua-aeson>=2.3.0.1nb1
+BUILDLINK_API_DEPENDS.hs-hslua-aeson+= hs-hslua-aeson>=2.3.1
+BUILDLINK_ABI_DEPENDS.hs-hslua-aeson+= hs-hslua-aeson>=2.3.1
 BUILDLINK_PKGSRCDIR.hs-hslua-aeson?=   ../../converters/hs-hslua-aeson
 
 .include "../../converters/hs-aeson/buildlink3.mk"

Index: pkgsrc/converters/hs-hslua-aeson/distinfo
diff -u pkgsrc/converters/hs-hslua-aeson/distinfo:1.3 pkgsrc/converters/hs-hslua-aeson/distinfo:1.4
--- pkgsrc/converters/hs-hslua-aeson/distinfo:1.3       Mon Oct 30 13:24:57 2023
+++ pkgsrc/converters/hs-hslua-aeson/distinfo   Thu May  2 11:08:49 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2023/10/30 13:24:57 pho Exp $
+$NetBSD: distinfo,v 1.4 2024/05/02 11:08:49 pho Exp $
 
-BLAKE2s (hslua-aeson-2.3.0.1.tar.gz) = 47108d8f89e015797ba270b29cc47d92c9701521d803d127c972b9b192f639b9
-SHA512 (hslua-aeson-2.3.0.1.tar.gz) = 0934ba51a554f8f889340d6f28739028c07ac26e935bd68cea85d6221b0092531f41a0c28bb99d47c0725b4947dcf4742c25f42fe3cc4ef7553158f92a7e06a5
-Size (hslua-aeson-2.3.0.1.tar.gz) = 7182 bytes
+BLAKE2s (hslua-aeson-2.3.1.tar.gz) = 88f02e5dfcc75d567e4d7133c838e4d39ac936c1153e7e6b18be10bbde398f56
+SHA512 (hslua-aeson-2.3.1.tar.gz) = 5257e6fb69d05f19941dca762081358a3c017c024450e672144e3e8d8d2e3cd4ef90027c7f8a32ab7e8104d5168ba6b5fa7a6de732ba9023a15dd9898e054fed
+Size (hslua-aeson-2.3.1.tar.gz) = 7462 bytes



Home | Main Index | Thread Index | Old Index