pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/hs-bsb-http-chunked



Module Name:    pkgsrc
Committed By:   pho
Date:           Tue Jan 24 11:39:04 UTC 2023

Modified Files:
        pkgsrc/www/hs-bsb-http-chunked: Makefile distinfo
Removed Files:
        pkgsrc/www/hs-bsb-http-chunked/patches: patch-bsb-http-chunked.cabal

Log Message:
www/hs-bsb-http-chunked: Make use of HASKELL_UNRESTRICT_DEPENDENCIES


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/hs-bsb-http-chunked/Makefile \
    pkgsrc/www/hs-bsb-http-chunked/distinfo
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/www/hs-bsb-http-chunked/patches/patch-bsb-http-chunked.cabal

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

Modified files:

Index: pkgsrc/www/hs-bsb-http-chunked/Makefile
diff -u pkgsrc/www/hs-bsb-http-chunked/Makefile:1.4 pkgsrc/www/hs-bsb-http-chunked/Makefile:1.5
--- pkgsrc/www/hs-bsb-http-chunked/Makefile:1.4 Sat Feb 26 03:58:34 2022
+++ pkgsrc/www/hs-bsb-http-chunked/Makefile     Tue Jan 24 11:39:04 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/02/26 03:58:34 pho Exp $
+# $NetBSD: Makefile,v 1.5 2023/01/24 11:39:04 pho Exp $
 
 DISTNAME=      bsb-http-chunked-0.0.0.4
 PKGREVISION=   3
@@ -8,5 +8,9 @@ MAINTAINER=     pho%cielonegro.org@localhost
 COMMENT=       Chunked HTTP transfer encoding for bytestring builders
 LICENSE=       modified-bsd
 
+HASKELL_UNRESTRICT_DEPENDENCIES+= \
+       base \
+       bytestring
+
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/hs-bsb-http-chunked/distinfo
diff -u pkgsrc/www/hs-bsb-http-chunked/distinfo:1.4 pkgsrc/www/hs-bsb-http-chunked/distinfo:1.5
--- pkgsrc/www/hs-bsb-http-chunked/distinfo:1.4 Fri Feb 11 01:13:44 2022
+++ pkgsrc/www/hs-bsb-http-chunked/distinfo     Tue Jan 24 11:39:04 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.4 2022/02/11 01:13:44 pho Exp $
+$NetBSD: distinfo,v 1.5 2023/01/24 11:39:04 pho Exp $
 
 BLAKE2s (bsb-http-chunked-0.0.0.4.tar.gz) = 133740e61a608abffdeabf5be56eb1959db9a99f4005d9f8db2d02ae438139c6
 SHA512 (bsb-http-chunked-0.0.0.4.tar.gz) = 74c04c2fd372067c42d3631cdfc2ad7093c0c3af1145833ab307c538dbb936d2042492d4e81c520c3adde8634df29ff8558822f06f226c52d16abb4a35ab1a13
 Size (bsb-http-chunked-0.0.0.4.tar.gz) = 6630 bytes
-SHA1 (patch-bsb-http-chunked.cabal) = 18ceaeb802ce45a0beefd5e27fa01239601f35f8



Home | Main Index | Thread Index | Old Index