pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/hs-base16-bytestring



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Feb 11 12:53:20 UTC 2022

Modified Files:
        pkgsrc/converters/hs-base16-bytestring: Makefile buildlink3.mk distinfo

Log Message:
Update to base16-bytestring-1.0.2.0

1.0.2.0
    Support sized primitive types in GHC 9.2 (#16 - thanks Bodigrim!)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/converters/hs-base16-bytestring/Makefile \
    pkgsrc/converters/hs-base16-bytestring/buildlink3.mk \
    pkgsrc/converters/hs-base16-bytestring/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-base16-bytestring/Makefile
diff -u pkgsrc/converters/hs-base16-bytestring/Makefile:1.4 pkgsrc/converters/hs-base16-bytestring/Makefile:1.5
--- pkgsrc/converters/hs-base16-bytestring/Makefile:1.4 Tue Jan 18 02:48:01 2022
+++ pkgsrc/converters/hs-base16-bytestring/Makefile     Fri Feb 11 12:53:20 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2022/01/18 02:48:01 pho Exp $
+# $NetBSD: Makefile,v 1.5 2022/02/11 12:53:20 pho Exp $
 
-DISTNAME=      base16-bytestring-1.0.1.0
-PKGREVISION=   2
+DISTNAME=      base16-bytestring-1.0.2.0
 CATEGORIES=    converters
 
 MAINTAINER=    pho%cielonegro.org@localhost
Index: pkgsrc/converters/hs-base16-bytestring/buildlink3.mk
diff -u pkgsrc/converters/hs-base16-bytestring/buildlink3.mk:1.4 pkgsrc/converters/hs-base16-bytestring/buildlink3.mk:1.5
--- pkgsrc/converters/hs-base16-bytestring/buildlink3.mk:1.4    Tue Jan 18 02:48:01 2022
+++ pkgsrc/converters/hs-base16-bytestring/buildlink3.mk        Fri Feb 11 12:53:20 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2022/01/18 02:48:01 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2022/02/11 12:53:20 pho Exp $
 
 BUILDLINK_TREE+=       hs-base16-bytestring
 
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=        hs-base16-bytestring
 HS_BASE16_BYTESTRING_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.hs-base16-bytestring+=   hs-base16-bytestring>=1.0.1
-BUILDLINK_ABI_DEPENDS.hs-base16-bytestring+=   hs-base16-bytestring>=1.0.1.0nb2
+BUILDLINK_ABI_DEPENDS.hs-base16-bytestring+=   hs-base16-bytestring>=1.0.2.0
 BUILDLINK_PKGSRCDIR.hs-base16-bytestring?=     ../../converters/hs-base16-bytestring
 .endif # HS_BASE16_BYTESTRING_BUILDLINK3_MK
 
Index: pkgsrc/converters/hs-base16-bytestring/distinfo
diff -u pkgsrc/converters/hs-base16-bytestring/distinfo:1.4 pkgsrc/converters/hs-base16-bytestring/distinfo:1.5
--- pkgsrc/converters/hs-base16-bytestring/distinfo:1.4 Tue Oct 26 10:06:40 2021
+++ pkgsrc/converters/hs-base16-bytestring/distinfo     Fri Feb 11 12:53:20 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:06:40 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/02/11 12:53:20 pho Exp $
 
-BLAKE2s (base16-bytestring-1.0.1.0.tar.gz) = 4fd6f2d21cfa74112bf8d01ab74d78338729bcb2e151bced0aa5b8b46d8e63bd
-SHA512 (base16-bytestring-1.0.1.0.tar.gz) = e95f4422c7442c8a8f05b98e0cc8c7ffe67b59f0e1b89e7016bea1cbad351a3766a0193d3499c721614aa4607cacc9aba9ed275b92188980ae67108abd28d6e6
-Size (base16-bytestring-1.0.1.0.tar.gz) = 7256 bytes
+BLAKE2s (base16-bytestring-1.0.2.0.tar.gz) = 7080a4370d31d05e0f8d2039ebb32cb11a06a2b93890edf552d94c71f2c7c77c
+SHA512 (base16-bytestring-1.0.2.0.tar.gz) = 61e483c08f3cd81c0ffa891bd6f4aa5ff222d8184880deb5aeeae8184bd6efdbb373ca6bece2cd597490492107c91a2f4fd6ca9c71c712e298bce7418b9f7135
+Size (base16-bytestring-1.0.2.0.tar.gz) = 7219 bytes



Home | Main Index | Thread Index | Old Index