pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-uuid-types
Module Name: pkgsrc
Committed By: pho
Date: Fri Feb 11 13:42:30 UTC 2022
Modified Files:
pkgsrc/devel/hs-uuid-types: Makefile buildlink3.mk distinfo
Added Files:
pkgsrc/devel/hs-uuid-types/patches: patch-uuid-types.cabal
Log Message:
Update to uuid-types-1.0.5
1.0.5 (2021-05-03)
Add (Template Haskell) Lift UUID instance
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/hs-uuid-types/Makefile \
pkgsrc/devel/hs-uuid-types/buildlink3.mk
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/hs-uuid-types/distinfo
cvs rdiff -u -r0 -r1.3 \
pkgsrc/devel/hs-uuid-types/patches/patch-uuid-types.cabal
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/hs-uuid-types/Makefile
diff -u pkgsrc/devel/hs-uuid-types/Makefile:1.6 pkgsrc/devel/hs-uuid-types/Makefile:1.7
--- pkgsrc/devel/hs-uuid-types/Makefile:1.6 Tue Jan 18 02:48:15 2022
+++ pkgsrc/devel/hs-uuid-types/Makefile Fri Feb 11 13:42:30 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2022/01/18 02:48:15 pho Exp $
+# $NetBSD: Makefile,v 1.7 2022/02/11 13:42:30 pho Exp $
-DISTNAME= uuid-types-1.0.4
-PKGREVISION= 2
+DISTNAME= uuid-types-1.0.5
CATEGORIES= devel
MAINTAINER= pho%cielonegro.org@localhost
Index: pkgsrc/devel/hs-uuid-types/buildlink3.mk
diff -u pkgsrc/devel/hs-uuid-types/buildlink3.mk:1.6 pkgsrc/devel/hs-uuid-types/buildlink3.mk:1.7
--- pkgsrc/devel/hs-uuid-types/buildlink3.mk:1.6 Tue Jan 18 02:48:15 2022
+++ pkgsrc/devel/hs-uuid-types/buildlink3.mk Fri Feb 11 13:42:30 2022
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.6 2022/01/18 02:48:15 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2022/02/11 13:42:30 pho Exp $
BUILDLINK_TREE+= hs-uuid-types
.if !defined(HS_UUID_TYPES_BUILDLINK3_MK)
HS_UUID_TYPES_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.hs-uuid-types+= hs-uuid-types>=1.0.4
-BUILDLINK_ABI_DEPENDS.hs-uuid-types+= hs-uuid-types>=1.0.4nb2
+BUILDLINK_API_DEPENDS.hs-uuid-types+= hs-uuid-types>=1.0.5
+BUILDLINK_ABI_DEPENDS.hs-uuid-types+= hs-uuid-types>=1.0.5
BUILDLINK_PKGSRCDIR.hs-uuid-types?= ../../devel/hs-uuid-types
.include "../../devel/hs-hashable/buildlink3.mk"
Index: pkgsrc/devel/hs-uuid-types/distinfo
diff -u pkgsrc/devel/hs-uuid-types/distinfo:1.4 pkgsrc/devel/hs-uuid-types/distinfo:1.5
--- pkgsrc/devel/hs-uuid-types/distinfo:1.4 Tue Oct 26 10:15:04 2021
+++ pkgsrc/devel/hs-uuid-types/distinfo Fri Feb 11 13:42:30 2022
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:15:04 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/02/11 13:42:30 pho Exp $
-BLAKE2s (uuid-types-1.0.4.tar.gz) = 612ebfc8ae377cf8cc71f733cc7f512d7fa0fb016ce909288095c569fed2c250
-SHA512 (uuid-types-1.0.4.tar.gz) = 7b3e0382c60f67d65edbe62da67e690266cdfceb5128583cb49efdd04845c57a5bbd708663ee7b583dc120c75e468c234f21ab4e6006a5acaa11bc83a8b01e04
-Size (uuid-types-1.0.4.tar.gz) = 11537 bytes
+BLAKE2s (uuid-types-1.0.5.tar.gz) = 3c7b4f78c51e7e33d25d2688d7017a3f6843ae816482cb94d353c7f52150f421
+SHA512 (uuid-types-1.0.5.tar.gz) = 0e0821a426120ab63d991a6cd39ded65a89472751ada4d5fb5e4f12177d8e797ede3b6b74d6817ce260d6334adeb42de31b0073389f58a27a06ec8ea4a574ef6
+Size (uuid-types-1.0.5.tar.gz) = 11922 bytes
+SHA1 (patch-uuid-types.cabal) = d54fba053ee7c68725beeacd902347e84cfb8592
Added files:
Index: pkgsrc/devel/hs-uuid-types/patches/patch-uuid-types.cabal
diff -u /dev/null pkgsrc/devel/hs-uuid-types/patches/patch-uuid-types.cabal:1.3
--- /dev/null Fri Feb 11 13:42:30 2022
+++ pkgsrc/devel/hs-uuid-types/patches/patch-uuid-types.cabal Fri Feb 11 13:42:30 2022
@@ -0,0 +1,18 @@
+$NetBSD: patch-uuid-types.cabal,v 1.3 2022/02/11 13:42:30 pho Exp $
+
+Fix build with GHC 9.2
+
+--- uuid-types.cabal.orig 2001-09-09 01:46:40.000000000 +0000
++++ uuid-types.cabal
+@@ -49,9 +49,9 @@ library
+ , binary >=0.5.1.0 && <0.9
+ , bytestring >=0.9.2.1 && <0.12
+ , deepseq >=1.3.0.0 && <1.5
+- , hashable >=1.2.7.0 && <1.4
++ , hashable >=1.2.7.0 && <1.5
+ , random >=1.1 && <1.3
+- , template-haskell >=2.7.0.0 && <2.18
++ , template-haskell >=2.7.0.0 && <2.19
+ , text >=1.2.3.0 && <1.3
+
+ exposed-modules: Data.UUID.Types
Home |
Main Index |
Thread Index |
Old Index