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:           Sat Oct 28 18:40:30 UTC 2023

Modified Files:
        pkgsrc/devel/hs-uuid-types: Makefile PLIST buildlink3.mk distinfo

Log Message:
devel/hs-uuid-types: Update to 1.0.5.1

No change log is provided by the upstream.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/hs-uuid-types/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/hs-uuid-types/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/hs-uuid-types/buildlink3.mk
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/hs-uuid-types/distinfo

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.12 pkgsrc/devel/hs-uuid-types/Makefile:1.13
--- pkgsrc/devel/hs-uuid-types/Makefile:1.12    Mon Oct  9 04:54:34 2023
+++ pkgsrc/devel/hs-uuid-types/Makefile Sat Oct 28 18:40:30 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2023/10/09 04:54:34 pho Exp $
+# $NetBSD: Makefile,v 1.13 2023/10/28 18:40:30 pho Exp $
 
-DISTNAME=      uuid-types-1.0.5
-PKGREVISION=   4
+DISTNAME=      uuid-types-1.0.5.1
 CATEGORIES=    devel
 
 MAINTAINER=    pho%cielonegro.org@localhost
@@ -13,7 +12,7 @@ HASKELL_UNRESTRICT_DEPENDENCIES+=     \
        template-haskell        \
        text
 
-.include "../../mk/haskell.mk"
 .include "../../devel/hs-hashable/buildlink3.mk"
 .include "../../devel/hs-random/buildlink3.mk"
+.include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/hs-uuid-types/PLIST
diff -u pkgsrc/devel/hs-uuid-types/PLIST:1.3 pkgsrc/devel/hs-uuid-types/PLIST:1.4
--- pkgsrc/devel/hs-uuid-types/PLIST:1.3        Wed Jan 25 16:39:11 2023
+++ pkgsrc/devel/hs-uuid-types/PLIST    Sat Oct 28 18:40:30 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2023/01/25 16:39:11 pho Exp $
+@comment $NetBSD: PLIST,v 1.4 2023/10/28 18:40:30 pho Exp $
 lib/uuid-types-${PKGVERSION}/${HS_VERSION}/package-description
 lib/uuid-types-${PKGVERSION}/${HS_VERSION}/package-id
 ${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
@@ -13,13 +13,15 @@ lib/${HS_PLATFORM}/${HS_PKGID}/Data/UUID
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Data/UUID/Types/Internal/Builder.p_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
-${PLIST.doc}share/doc/${HS_PLATFORM}/uuid-types-${PKGVERSION}/LICENSE
+share/doc/${HS_PLATFORM}/uuid-types-${PKGVERSION}/LICENSE
 ${PLIST.doc}share/doc/${HS_PLATFORM}/uuid-types-${PKGVERSION}/html/Data-UUID-Types.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/uuid-types-${PKGVERSION}/html/doc-index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/uuid-types-${PKGVERSION}/html/doc-index.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/uuid-types-${PKGVERSION}/html/haddock-bundle.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/uuid-types-${PKGVERSION}/html/index.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/uuid-types-${PKGVERSION}/html/linuwial.css
 ${PLIST.doc}share/doc/${HS_PLATFORM}/uuid-types-${PKGVERSION}/html/meta.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/uuid-types-${PKGVERSION}/html/quick-jump.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/uuid-types-${PKGVERSION}/html/quick-jump.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/uuid-types-${PKGVERSION}/html/synopsis.png
 ${PLIST.doc}share/doc/${HS_PLATFORM}/uuid-types-${PKGVERSION}/html/uuid-types.haddock

Index: pkgsrc/devel/hs-uuid-types/buildlink3.mk
diff -u pkgsrc/devel/hs-uuid-types/buildlink3.mk:1.11 pkgsrc/devel/hs-uuid-types/buildlink3.mk:1.12
--- pkgsrc/devel/hs-uuid-types/buildlink3.mk:1.11       Mon Oct  9 04:54:34 2023
+++ pkgsrc/devel/hs-uuid-types/buildlink3.mk    Sat Oct 28 18:40:30 2023
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.11 2023/10/09 04:54:34 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.12 2023/10/28 18:40: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.5
-BUILDLINK_ABI_DEPENDS.hs-uuid-types+=  hs-uuid-types>=1.0.5nb4
+BUILDLINK_API_DEPENDS.hs-uuid-types+=  hs-uuid-types>=1.0.5.1
+BUILDLINK_ABI_DEPENDS.hs-uuid-types+=  hs-uuid-types>=1.0.5.1
 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.6 pkgsrc/devel/hs-uuid-types/distinfo:1.7
--- pkgsrc/devel/hs-uuid-types/distinfo:1.6     Wed Jan 25 16:39:11 2023
+++ pkgsrc/devel/hs-uuid-types/distinfo Sat Oct 28 18:40:30 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/01/25 16:39:11 pho Exp $
+$NetBSD: distinfo,v 1.7 2023/10/28 18:40:30 pho Exp $
 
-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
+BLAKE2s (uuid-types-1.0.5.1.tar.gz) = 482215a811bb01fb4e8d446e73fa1b315ed973c30519dc12accbba5c62b3ea61
+SHA512 (uuid-types-1.0.5.1.tar.gz) = 36f6c1a1723680ef426d15f492f59f8f5350ec967496b373caee1e32305b44078807b5dad1e935dc59ad7bf285c29f1e42f844833c3013c3302d94636c2dc60f
+Size (uuid-types-1.0.5.1.tar.gz) = 11965 bytes



Home | Main Index | Thread Index | Old Index