pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-conduit



Module Name:    pkgsrc
Committed By:   pho
Date:           Mon Oct 30 08:16:32 UTC 2023

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

Log Message:
devel/hs-conduit: Update to 1.3.5

1.3.5
    Add groupOn


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/hs-conduit/Makefile \
    pkgsrc/devel/hs-conduit/buildlink3.mk
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/hs-conduit/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/hs-conduit/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-conduit/Makefile
diff -u pkgsrc/devel/hs-conduit/Makefile:1.14 pkgsrc/devel/hs-conduit/Makefile:1.15
--- pkgsrc/devel/hs-conduit/Makefile:1.14       Mon Oct  9 04:54:10 2023
+++ pkgsrc/devel/hs-conduit/Makefile    Mon Oct 30 08:16:31 2023
@@ -1,20 +1,16 @@
-# $NetBSD: Makefile,v 1.14 2023/10/09 04:54:10 pho Exp $
+# $NetBSD: Makefile,v 1.15 2023/10/30 08:16:31 pho Exp $
 
-DISTNAME=      conduit-1.3.4.3
-PKGREVISION=   2
+DISTNAME=      conduit-1.3.5
 CATEGORIES=    devel
 
 MAINTAINER=    szptvlfn%NetBSD.org@localhost
 COMMENT=       Streaming data processing library
 LICENSE=       mit
 
-HASKELL_UNRESTRICT_DEPENDENCIES+=      \
-       resourcet
-
-.include "../../mk/haskell.mk"
 .include "../../devel/hs-mono-traversable/buildlink3.mk"
 .include "../../devel/hs-primitive/buildlink3.mk"
 .include "../../devel/hs-resourcet/buildlink3.mk"
 .include "../../devel/hs-unliftio-core/buildlink3.mk"
 .include "../../devel/hs-vector/buildlink3.mk"
+.include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-conduit/buildlink3.mk
diff -u pkgsrc/devel/hs-conduit/buildlink3.mk:1.14 pkgsrc/devel/hs-conduit/buildlink3.mk:1.15
--- pkgsrc/devel/hs-conduit/buildlink3.mk:1.14  Mon Oct  9 04:54:10 2023
+++ pkgsrc/devel/hs-conduit/buildlink3.mk       Mon Oct 30 08:16:31 2023
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.14 2023/10/09 04:54:10 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.15 2023/10/30 08:16:31 pho Exp $
 
 BUILDLINK_TREE+=       hs-conduit
 
 .if !defined(HS_CONDUIT_BUILDLINK3_MK)
 HS_CONDUIT_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-conduit+=     hs-conduit>=1.3.4
-BUILDLINK_ABI_DEPENDS.hs-conduit+=     hs-conduit>=1.3.4.3nb2
+BUILDLINK_API_DEPENDS.hs-conduit+=     hs-conduit>=1.3.5
+BUILDLINK_ABI_DEPENDS.hs-conduit+=     hs-conduit>=1.3.5
 BUILDLINK_PKGSRCDIR.hs-conduit?=       ../../devel/hs-conduit
 
 .include "../../devel/hs-mono-traversable/buildlink3.mk"

Index: pkgsrc/devel/hs-conduit/PLIST
diff -u pkgsrc/devel/hs-conduit/PLIST:1.3 pkgsrc/devel/hs-conduit/PLIST:1.4
--- pkgsrc/devel/hs-conduit/PLIST:1.3   Thu Jan 26 11:23:15 2023
+++ pkgsrc/devel/hs-conduit/PLIST       Mon Oct 30 08:16:31 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2023/01/26 11:23:15 pho Exp $
+@comment $NetBSD: PLIST,v 1.4 2023/10/30 08:16:31 pho Exp $
 lib/conduit-${PKGVERSION}/${HS_VERSION}/package-description
 lib/conduit-${PKGVERSION}/${HS_VERSION}/package-id
 ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Conduit.dyn_hi
@@ -46,7 +46,7 @@ ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKG
 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
-${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-${PKGVERSION}/LICENSE
+share/doc/${HS_PLATFORM}/conduit-${PKGVERSION}/LICENSE
 ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-${PKGVERSION}/html/Conduit.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-${PKGVERSION}/html/Data-Conduit-Combinators-Stream.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-${PKGVERSION}/html/Data-Conduit-Combinators.html
@@ -86,9 +86,11 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/con
 ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-${PKGVERSION}/html/doc-index-Y.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-${PKGVERSION}/html/doc-index-Z.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-${PKGVERSION}/html/doc-index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-${PKGVERSION}/html/doc-index.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-${PKGVERSION}/html/haddock-bundle.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-${PKGVERSION}/html/index.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-${PKGVERSION}/html/linuwial.css
 ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-${PKGVERSION}/html/meta.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-${PKGVERSION}/html/quick-jump.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-${PKGVERSION}/html/quick-jump.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/conduit-${PKGVERSION}/html/synopsis.png

Index: pkgsrc/devel/hs-conduit/distinfo
diff -u pkgsrc/devel/hs-conduit/distinfo:1.7 pkgsrc/devel/hs-conduit/distinfo:1.8
--- pkgsrc/devel/hs-conduit/distinfo:1.7        Thu Jan 26 11:23:15 2023
+++ pkgsrc/devel/hs-conduit/distinfo    Mon Oct 30 08:16:32 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/01/26 11:23:15 pho Exp $
+$NetBSD: distinfo,v 1.8 2023/10/30 08:16:32 pho Exp $
 
-BLAKE2s (conduit-1.3.4.3.tar.gz) = d3b08f7e4740f04498e52397f58573e5d921ac5e2bdfb5cb5058c36153f006ec
-SHA512 (conduit-1.3.4.3.tar.gz) = 14d4557c1018514da4ae7ae41ec8a381ae57aabd86d84e2c961dce0b784ca4fb8aec5a2757c6fe6d815ce552f25bcc462c208226ca33094e0210b06651846e59
-Size (conduit-1.3.4.3.tar.gz) = 88820 bytes
+BLAKE2s (conduit-1.3.5.tar.gz) = 565d23106222ae3929d5276e3e80246b43f2538fc286454388b575f0a4367ba4
+SHA512 (conduit-1.3.5.tar.gz) = a123d093e7896a2999bb6006a8d8b1a4ef18c5b1682d5588d85fc81496a9fd9f979d2087531e55d8f2aa22221301264ba700cbbe1f0731437f162fea0ff612e5
+Size (conduit-1.3.5.tar.gz) = 88893 bytes



Home | Main Index | Thread Index | Old Index