Sat Feb 13 08:01:01 2021 UTC ()
(*/hs-*) fix build, not adapted to ghc90 version


(mef)
diff -r1.1 -r1.2 pkgsrc/archivers/hs-tar/Makefile
diff -r1.2 -r1.3 pkgsrc/archivers/hs-zlib/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/hs-basement/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/hs-deepseq-generics/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/hs-exceptions/Makefile
diff -r1.11 -r1.12 pkgsrc/devel/hs-hashable/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/hs-lukko/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/hs-primitive/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/hs-setlocale/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/hs-split/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/hs-splitmix/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/hs-syb/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/hs-tagged/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/hs-th-abstraction/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/hs-unliftio-core/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/hs-wizards/Makefile
diff -r1.1 -r1.2 pkgsrc/finance/hs-Decimal/Makefile
diff -r1.1 -r1.2 pkgsrc/math/hs-integer-logarithms/Makefile
diff -r1.1 -r1.2 pkgsrc/net/hs-resolv/Makefile
diff -r1.1 -r1.2 pkgsrc/security/hs-cryptohash-sha256/Makefile
diff -r1.1 -r1.2 pkgsrc/security/hs-ed25519/Makefile
diff -r1.1 -r1.2 pkgsrc/textproc/hs-HsYAML/Makefile
diff -r1.10 -r1.11 pkgsrc/textproc/hs-blaze-markup/Makefile
diff -r1.1 -r1.2 pkgsrc/textproc/hs-haddock-library/Makefile
diff -r1.2 -r1.3 pkgsrc/textproc/hs-hscolour/Makefile
diff -r1.1 -r1.2 pkgsrc/textproc/hs-hxt-regex-xmlschema/Makefile
diff -r1.10 -r1.11 pkgsrc/textproc/hs-polyparse/Makefile
diff -r1.4 -r1.5 pkgsrc/textproc/hs-regex-base/Makefile
diff -r1.13 -r1.14 pkgsrc/www/hs-HTTP/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/archivers/hs-tar/Makefile (expand / switch to unified diff)

--- pkgsrc/archivers/hs-tar/Makefile 2020/01/19 00:58:38 1.1
+++ pkgsrc/archivers/hs-tar/Makefile 2021/02/13 08:00:57 1.2
@@ -1,11 +1,12 @@ @@ -1,11 +1,12 @@
1# $NetBSD: Makefile,v 1.1 2020/01/19 00:58:38 pho Exp $ 1# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:57 mef Exp $
2 2
3DISTNAME= tar-0.5.1.1 3DISTNAME= tar-0.5.1.1
4CATEGORIES= archivers 4CATEGORIES= archivers
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Reading, writing, and manipulating ".tar" archive files 7COMMENT= Reading, writing, and manipulating ".tar" archive files
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
 10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
10.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
11.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/archivers/hs-zlib/Makefile (expand / switch to unified diff)

--- pkgsrc/archivers/hs-zlib/Makefile 2019/12/29 23:20:52 1.2
+++ pkgsrc/archivers/hs-zlib/Makefile 2021/02/13 08:00:57 1.3
@@ -1,12 +1,13 @@ @@ -1,12 +1,13 @@
1# $NetBSD: Makefile,v 1.2 2019/12/29 23:20:52 pho Exp $ 1# $NetBSD: Makefile,v 1.3 2021/02/13 08:00:57 mef Exp $
2 2
3DISTNAME= zlib-0.6.2.1 3DISTNAME= zlib-0.6.2.1
4CATEGORIES= archivers 4CATEGORIES= archivers
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Compression and decompression in the gzip and zlib formats 7COMMENT= Compression and decompression in the gzip and zlib formats
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
 10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
10.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
11.include "../../devel/zlib/buildlink3.mk" 12.include "../../devel/zlib/buildlink3.mk"
12.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/devel/hs-basement/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hs-basement/Makefile 2020/01/16 00:38:57 1.1
+++ pkgsrc/devel/hs-basement/Makefile 2021/02/13 08:00:57 1.2
@@ -1,11 +1,12 @@ @@ -1,11 +1,12 @@
1# $NetBSD: Makefile,v 1.1 2020/01/16 00:38:57 pho Exp $ 1# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:57 mef Exp $
2 2
3DISTNAME= basement-0.0.11 3DISTNAME= basement-0.0.11
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Foundation scrap box of array and string 7COMMENT= Foundation scrap box of array and string
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
 10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
10.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
11.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/hs-deepseq-generics/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hs-deepseq-generics/Makefile 2019/12/31 07:52:47 1.2
+++ pkgsrc/devel/hs-deepseq-generics/Makefile 2021/02/13 08:00:57 1.3
@@ -1,11 +1,12 @@ @@ -1,11 +1,12 @@
1# $NetBSD: Makefile,v 1.2 2019/12/31 07:52:47 pho Exp $ 1# $NetBSD: Makefile,v 1.3 2021/02/13 08:00:57 mef Exp $
2 2
3DISTNAME= deepseq-generics-0.2.0.0 3DISTNAME= deepseq-generics-0.2.0.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= szptvlfn@NetBSD.org 6MAINTAINER= szptvlfn@NetBSD.org
7COMMENT= GHC.Generics-based Control.DeepSeq.rnf implementation 7COMMENT= GHC.Generics-based Control.DeepSeq.rnf implementation
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
 10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
10.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
11.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/devel/hs-exceptions/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hs-exceptions/Attic/Makefile 2020/01/11 09:00:30 1.6
+++ pkgsrc/devel/hs-exceptions/Attic/Makefile 2021/02/13 08:00:57 1.7
@@ -1,11 +1,12 @@ @@ -1,11 +1,12 @@
1# $NetBSD: Makefile,v 1.6 2020/01/11 09:00:30 pho Exp $ 1# $NetBSD: Makefile,v 1.7 2021/02/13 08:00:57 mef Exp $
2 2
3DISTNAME= exceptions-0.10.4 3DISTNAME= exceptions-0.10.4
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= szptvlfn@NetBSD.org 6MAINTAINER= szptvlfn@NetBSD.org
7COMMENT= Extensible optionally-pure exceptions 7COMMENT= Extensible optionally-pure exceptions
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
 10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
10.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
11.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.11 -r1.12 pkgsrc/devel/hs-hashable/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hs-hashable/Makefile 2020/01/11 09:31:04 1.11
+++ pkgsrc/devel/hs-hashable/Makefile 2021/02/13 08:00:58 1.12
@@ -1,11 +1,12 @@ @@ -1,11 +1,12 @@
1# $NetBSD: Makefile,v 1.11 2020/01/11 09:31:04 pho Exp $ 1# $NetBSD: Makefile,v 1.12 2021/02/13 08:00:58 mef Exp $
2 2
3DISTNAME= hashable-1.3.0.0 3DISTNAME= hashable-1.3.0.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Class for types that can be converted to a hash value 7COMMENT= Class for types that can be converted to a hash value
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
 10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
10.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
11.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/devel/hs-lukko/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hs-lukko/Makefile 2020/01/19 01:11:35 1.1
+++ pkgsrc/devel/hs-lukko/Makefile 2021/02/13 08:00:58 1.2
@@ -1,11 +1,12 @@ @@ -1,11 +1,12 @@
1# $NetBSD: Makefile,v 1.1 2020/01/19 01:11:35 pho Exp $ 1# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:58 mef Exp $
2 2
3DISTNAME= lukko-0.1.1.1 3DISTNAME= lukko-0.1.1.1
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= File locking 7COMMENT= File locking
8LICENSE= gnu-gpl-v2 AND modified-bsd 8LICENSE= gnu-gpl-v2 AND modified-bsd
9 9
 10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
10.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
11.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/devel/hs-primitive/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hs-primitive/Makefile 2020/01/11 08:00:14 1.6
+++ pkgsrc/devel/hs-primitive/Makefile 2021/02/13 08:00:58 1.7
@@ -1,11 +1,12 @@ @@ -1,11 +1,12 @@
1# $NetBSD: Makefile,v 1.6 2020/01/11 08:00:14 pho Exp $ 1# $NetBSD: Makefile,v 1.7 2021/02/13 08:00:58 mef Exp $
2 2
3DISTNAME= primitive-0.7.0.0 3DISTNAME= primitive-0.7.0.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Primitive memory-related operations 7COMMENT= Primitive memory-related operations
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
 10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
10.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
11.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/hs-setlocale/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hs-setlocale/Makefile 2020/01/02 09:07:04 1.2
+++ pkgsrc/devel/hs-setlocale/Makefile 2021/02/13 08:00:58 1.3
@@ -1,11 +1,12 @@ @@ -1,11 +1,12 @@
1# $NetBSD: Makefile,v 1.2 2020/01/02 09:07:04 pho Exp $ 1# $NetBSD: Makefile,v 1.3 2021/02/13 08:00:58 mef Exp $
2 2
3DISTNAME= setlocale-1.0.0.9 3DISTNAME= setlocale-1.0.0.9
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= szptvlfn@NetBSD.org 6MAINTAINER= szptvlfn@NetBSD.org
7COMMENT= Haskell bindings to setlocale 7COMMENT= Haskell bindings to setlocale
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
 10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
10.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
11.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/hs-split/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hs-split/Makefile 2020/01/02 09:11:33 1.2
+++ pkgsrc/devel/hs-split/Makefile 2021/02/13 08:00:58 1.3
@@ -1,11 +1,12 @@ @@ -1,11 +1,12 @@
1# $NetBSD: Makefile,v 1.2 2020/01/02 09:11:33 pho Exp $ 1# $NetBSD: Makefile,v 1.3 2021/02/13 08:00:58 mef Exp $
2 2
3DISTNAME= split-0.2.3.3 3DISTNAME= split-0.2.3.3
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Combinator library for splitting lists 7COMMENT= Combinator library for splitting lists
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
 10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
10.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
11.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/devel/hs-splitmix/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hs-splitmix/Makefile 2020/01/01 03:41:02 1.1
+++ pkgsrc/devel/hs-splitmix/Makefile 2021/02/13 08:00:58 1.2
@@ -1,12 +1,13 @@ @@ -1,12 +1,13 @@
1# $NetBSD: Makefile,v 1.1 2020/01/01 03:41:02 pho Exp $ 1# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:58 mef Exp $
2 2
3DISTNAME= splitmix-0.0.3 3DISTNAME= splitmix-0.0.3
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Fast Splittable PRNG 7COMMENT= Fast Splittable PRNG
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
 10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
10.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
11.include "../../devel/hs-random/buildlink3.mk" 12.include "../../devel/hs-random/buildlink3.mk"
12.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/devel/hs-syb/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hs-syb/Makefile 2020/01/01 03:13:39 1.3
+++ pkgsrc/devel/hs-syb/Makefile 2021/02/13 08:00:58 1.4
@@ -1,11 +1,12 @@ @@ -1,11 +1,12 @@
1# $NetBSD: Makefile,v 1.3 2020/01/01 03:13:39 pho Exp $ 1# $NetBSD: Makefile,v 1.4 2021/02/13 08:00:58 mef Exp $
2 2
3DISTNAME= syb-0.7.1 3DISTNAME= syb-0.7.1
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Haskell "Scrap Your Boilerplate" Library 7COMMENT= Haskell "Scrap Your Boilerplate" Library
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
 10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
10.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
11.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/devel/hs-tagged/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hs-tagged/Makefile 2019/12/31 18:52:58 1.3
+++ pkgsrc/devel/hs-tagged/Makefile 2021/02/13 08:00:58 1.4
@@ -1,12 +1,13 @@ @@ -1,12 +1,13 @@
1# $NetBSD: Makefile,v 1.3 2019/12/31 18:52:58 pho Exp $ 1# $NetBSD: Makefile,v 1.4 2021/02/13 08:00:58 mef Exp $
2 2
3DISTNAME= tagged-0.8.6 3DISTNAME= tagged-0.8.6
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= pho@cielonegro.org 7MAINTAINER= pho@cielonegro.org
8COMMENT= Haskell 98 phantom types to avoid unsafely passing dummy arguments 8COMMENT= Haskell 98 phantom types to avoid unsafely passing dummy arguments
9LICENSE= modified-bsd 9LICENSE= modified-bsd
10 10
 11BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
11.include "../../mk/haskell.mk" 12.include "../../mk/haskell.mk"
12.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/devel/hs-th-abstraction/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hs-th-abstraction/Makefile 2019/12/31 15:34:56 1.1
+++ pkgsrc/devel/hs-th-abstraction/Makefile 2021/02/13 08:00:59 1.2
@@ -1,11 +1,12 @@ @@ -1,11 +1,12 @@
1# $NetBSD: Makefile,v 1.1 2019/12/31 15:34:56 pho Exp $ 1# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
2 2
3DISTNAME= th-abstraction-0.3.1.0 3DISTNAME= th-abstraction-0.3.1.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Nicer interface for reified information about data types 7COMMENT= Nicer interface for reified information about data types
8LICENSE= isc 8LICENSE= isc
9 9
 10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
10.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
11.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/devel/hs-unliftio-core/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hs-unliftio-core/Makefile 2020/01/01 05:03:08 1.1
+++ pkgsrc/devel/hs-unliftio-core/Makefile 2021/02/13 08:00:59 1.2
@@ -1,11 +1,12 @@ @@ -1,11 +1,12 @@
1# $NetBSD: Makefile,v 1.1 2020/01/01 05:03:08 pho Exp $ 1# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
2 2
3DISTNAME= unliftio-core-0.1.2.0 3DISTNAME= unliftio-core-0.1.2.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= The MonadUnliftIO typeclass for unlifting monads to IO 7COMMENT= The MonadUnliftIO typeclass for unlifting monads to IO
8LICENSE= mit 8LICENSE= mit
9 9
 10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
10.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
11.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/devel/hs-wizards/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hs-wizards/Makefile 2020/03/30 16:43:35 1.1
+++ pkgsrc/devel/hs-wizards/Makefile 2021/02/13 08:00:59 1.2
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.1 2020/03/30 16:43:35 riastradh Exp $ 1# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
2 2
3DISTNAME= wizards-1.0.3 3DISTNAME= wizards-1.0.3
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= ${MASTER_SITE_HASKELL_HACKAGE:=wizards-${PKGVERSION_NOREV}/} 5MASTER_SITES= ${MASTER_SITE_HASKELL_HACKAGE:=wizards-${PKGVERSION_NOREV}/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://hackage.haskell.org/package/wizards 8HOMEPAGE= https://hackage.haskell.org/package/wizards
9COMMENT= High level, generic library for interrogative user interfaces 9COMMENT= High level, generic library for interrogative user interfaces
10LICENSE= modified-bsd 10LICENSE= modified-bsd
11 11
12USE_LANGUAGES= # none 12USE_LANGUAGES= # none
13 13
14.include "../../devel/hs-control-monad-free/buildlink3.mk" 14.include "../../devel/hs-control-monad-free/buildlink3.mk"
 15BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
15.include "../../mk/haskell.mk" 16.include "../../mk/haskell.mk"
16.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/finance/hs-Decimal/Makefile (expand / switch to unified diff)

--- pkgsrc/finance/hs-Decimal/Makefile 2020/03/30 16:44:12 1.1
+++ pkgsrc/finance/hs-Decimal/Makefile 2021/02/13 08:00:59 1.2
@@ -1,15 +1,16 @@ @@ -1,15 +1,16 @@
1# $NetBSD: Makefile,v 1.1 2020/03/30 16:44:12 riastradh Exp $ 1# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
2 2
3DISTNAME= Decimal-0.5.1 3DISTNAME= Decimal-0.5.1
4CATEGORIES= finance 4CATEGORIES= finance
5MASTER_SITES= ${MASTER_SITE_HASKELL_HACKAGE:=Decimal-${PKGVERSION_NOREV}/} 5MASTER_SITES= ${MASTER_SITE_HASKELL_HACKAGE:=Decimal-${PKGVERSION_NOREV}/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://github.com/PaulJohnson/Haskell-Decimal 8HOMEPAGE= https://github.com/PaulJohnson/Haskell-Decimal
9COMMENT= Decimal arithmetic for financial applications 9COMMENT= Decimal arithmetic for financial applications
10LICENSE= modified-bsd 10LICENSE= modified-bsd
11 11
12USE_LANGUAGES= # none 12USE_LANGUAGES= # none
13 13
 14BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
14.include "../../mk/haskell.mk" 15.include "../../mk/haskell.mk"
15.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/math/hs-integer-logarithms/Makefile (expand / switch to unified diff)

--- pkgsrc/math/hs-integer-logarithms/Makefile 2019/12/31 14:04:52 1.1
+++ pkgsrc/math/hs-integer-logarithms/Makefile 2021/02/13 08:00:59 1.2
@@ -1,11 +1,12 @@ @@ -1,11 +1,12 @@
1# $NetBSD: Makefile,v 1.1 2019/12/31 14:04:52 pho Exp $ 1# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
2 2
3DISTNAME= integer-logarithms-1.0.3 3DISTNAME= integer-logarithms-1.0.3
4CATEGORIES= math 4CATEGORIES= math
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Integer logarithms 7COMMENT= Integer logarithms
8LICENSE= mit 8LICENSE= mit
9 9
 10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
10.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
11.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/net/hs-resolv/Makefile (expand / switch to unified diff)

--- pkgsrc/net/hs-resolv/Makefile 2020/01/19 02:37:03 1.1
+++ pkgsrc/net/hs-resolv/Makefile 2021/02/13 08:00:59 1.2
@@ -1,12 +1,13 @@ @@ -1,12 +1,13 @@
1# $NetBSD: Makefile,v 1.1 2020/01/19 02:37:03 pho Exp $ 1# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
2 2
3DISTNAME= resolv-0.1.1.3 3DISTNAME= resolv-0.1.1.3
4CATEGORIES= net 4CATEGORIES= net
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Domain Name Service (DNS) lookup 7COMMENT= Domain Name Service (DNS) lookup
8LICENSE= gnu-gpl-v2 8LICENSE= gnu-gpl-v2
9 9
10.include "../../converters/hs-base16-bytestring/buildlink3.mk" 10.include "../../converters/hs-base16-bytestring/buildlink3.mk"
 11BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
11.include "../../mk/haskell.mk" 12.include "../../mk/haskell.mk"
12.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/security/hs-cryptohash-sha256/Makefile (expand / switch to unified diff)

--- pkgsrc/security/hs-cryptohash-sha256/Makefile 2020/01/18 15:25:43 1.1
+++ pkgsrc/security/hs-cryptohash-sha256/Makefile 2021/02/13 08:00:59 1.2
@@ -1,11 +1,12 @@ @@ -1,11 +1,12 @@
1# $NetBSD: Makefile,v 1.1 2020/01/18 15:25:43 pho Exp $ 1# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
2 2
3DISTNAME= cryptohash-sha256-0.11.101.0 3DISTNAME= cryptohash-sha256-0.11.101.0
4CATEGORIES= security 4CATEGORIES= security
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Fast, pure and practical SHA-256 implementation 7COMMENT= Fast, pure and practical SHA-256 implementation
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
 10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
10.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
11.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/security/hs-ed25519/Makefile (expand / switch to unified diff)

--- pkgsrc/security/hs-ed25519/Makefile 2020/01/18 23:30:04 1.1
+++ pkgsrc/security/hs-ed25519/Makefile 2021/02/13 08:00:59 1.2
@@ -1,11 +1,12 @@ @@ -1,11 +1,12 @@
1# $NetBSD: Makefile,v 1.1 2020/01/18 23:30:04 pho Exp $ 1# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
2 2
3DISTNAME= ed25519-0.0.5.0 3DISTNAME= ed25519-0.0.5.0
4CATEGORIES= security 4CATEGORIES= security
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Ed25519 cryptographic signatures 7COMMENT= Ed25519 cryptographic signatures
8LICENSE= mit 8LICENSE= mit
9 9
 10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
10.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
11.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/textproc/hs-HsYAML/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/hs-HsYAML/Makefile 2020/01/15 07:03:50 1.1
+++ pkgsrc/textproc/hs-HsYAML/Makefile 2021/02/13 08:01:00 1.2
@@ -1,11 +1,12 @@ @@ -1,11 +1,12 @@
1# $NetBSD: Makefile,v 1.1 2020/01/15 07:03:50 pho Exp $ 1# $NetBSD: Makefile,v 1.2 2021/02/13 08:01:00 mef Exp $
2 2
3DISTNAME= HsYAML-0.2.1.0 3DISTNAME= HsYAML-0.2.1.0
4CATEGORIES= textproc 4CATEGORIES= textproc
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Pure Haskell YAML 1.2 processor 7COMMENT= Pure Haskell YAML 1.2 processor
8LICENSE= gnu-gpl-v2 8LICENSE= gnu-gpl-v2
9 9
 10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
10.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
11.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.10 -r1.11 pkgsrc/textproc/hs-blaze-markup/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/hs-blaze-markup/Makefile 2020/01/11 11:15:53 1.10
+++ pkgsrc/textproc/hs-blaze-markup/Makefile 2021/02/13 08:01:00 1.11
@@ -1,13 +1,14 @@ @@ -1,13 +1,14 @@
1# $NetBSD: Makefile,v 1.10 2020/01/11 11:15:53 pho Exp $ 1# $NetBSD: Makefile,v 1.11 2021/02/13 08:01:00 mef Exp $
2 2
3DISTNAME= blaze-markup-0.8.2.3 3DISTNAME= blaze-markup-0.8.2.3
4CATEGORIES= textproc 4CATEGORIES= textproc
5 5
6MAINTAINER= szptvlfn@NetBSD.org 6MAINTAINER= szptvlfn@NetBSD.org
7COMMENT= Blazingly fast markup combinator library for Haskell 7COMMENT= Blazingly fast markup combinator library for Haskell
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
10 10
 11BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
11.include "../../mk/haskell.mk" 12.include "../../mk/haskell.mk"
12.include "../../devel/hs-blaze-builder/buildlink3.mk" 13.include "../../devel/hs-blaze-builder/buildlink3.mk"
13.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/textproc/hs-haddock-library/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/hs-haddock-library/Makefile 2020/01/15 12:25:43 1.1
+++ pkgsrc/textproc/hs-haddock-library/Makefile 2021/02/13 08:01:00 1.2
@@ -1,11 +1,12 @@ @@ -1,11 +1,12 @@
1# $NetBSD: Makefile,v 1.1 2020/01/15 12:25:43 pho Exp $ 1# $NetBSD: Makefile,v 1.2 2021/02/13 08:01:00 mef Exp $
2 2
3DISTNAME= haddock-library-1.8.0 3DISTNAME= haddock-library-1.8.0
4CATEGORIES= textproc 4CATEGORIES= textproc
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Library exposing some functionality of Haddock 7COMMENT= Library exposing some functionality of Haddock
8LICENSE= 2-clause-bsd 8LICENSE= 2-clause-bsd
9 9
 10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
10.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
11.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/textproc/hs-hscolour/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/hs-hscolour/Makefile 2020/01/02 14:25:33 1.2
+++ pkgsrc/textproc/hs-hscolour/Makefile 2021/02/13 08:01:00 1.3
@@ -1,11 +1,12 @@ @@ -1,11 +1,12 @@
1# $NetBSD: Makefile,v 1.2 2020/01/02 14:25:33 pho Exp $ 1# $NetBSD: Makefile,v 1.3 2021/02/13 08:01:00 mef Exp $
2 2
3DISTNAME= hscolour-1.24.4 3DISTNAME= hscolour-1.24.4
4CATEGORIES= textproc 4CATEGORIES= textproc
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Colourise Haskell code 7COMMENT= Colourise Haskell code
8LICENSE= gnu-gpl-v2 8LICENSE= gnu-gpl-v2
9 9
 10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
10.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
11.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/textproc/hs-hxt-regex-xmlschema/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/hs-hxt-regex-xmlschema/Makefile 2020/01/17 15:52:41 1.1
+++ pkgsrc/textproc/hs-hxt-regex-xmlschema/Makefile 2021/02/13 08:01:00 1.2
@@ -1,12 +1,13 @@ @@ -1,12 +1,13 @@
1# $NetBSD: Makefile,v 1.1 2020/01/17 15:52:41 pho Exp $ 1# $NetBSD: Makefile,v 1.2 2021/02/13 08:01:00 mef Exp $
2 2
3DISTNAME= hxt-regex-xmlschema-9.2.0.3 3DISTNAME= hxt-regex-xmlschema-9.2.0.3
4CATEGORIES= textproc 4CATEGORIES= textproc
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Regular expression library for W3C XML Schema regular expressions 7COMMENT= Regular expression library for W3C XML Schema regular expressions
8LICENSE= mit 8LICENSE= mit
9 9
 10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
10.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
11.include "../../textproc/hs-hxt-charproperties/buildlink3.mk" 12.include "../../textproc/hs-hxt-charproperties/buildlink3.mk"
12.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

cvs diff -r1.10 -r1.11 pkgsrc/textproc/hs-polyparse/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/hs-polyparse/Makefile 2020/01/11 11:21:14 1.10
+++ pkgsrc/textproc/hs-polyparse/Makefile 2021/02/13 08:01:01 1.11
@@ -1,11 +1,12 @@ @@ -1,11 +1,12 @@
1# $NetBSD: Makefile,v 1.10 2020/01/11 11:21:14 pho Exp $ 1# $NetBSD: Makefile,v 1.11 2021/02/13 08:01:01 mef Exp $
2 2
3DISTNAME= polyparse-1.13 3DISTNAME= polyparse-1.13
4CATEGORIES= textproc 4CATEGORIES= textproc
5 5
6MAINTAINER= szptvlfn@NetBSD.org 6MAINTAINER= szptvlfn@NetBSD.org
7COMMENT= Variety of alternative parser combinator libraries 7COMMENT= Variety of alternative parser combinator libraries
8LICENSE= gnu-lgpl-v2.1 8LICENSE= gnu-lgpl-v2.1
9 9
 10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
10.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
11.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/textproc/hs-regex-base/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/hs-regex-base/Makefile 2020/01/11 09:10:32 1.4
+++ pkgsrc/textproc/hs-regex-base/Makefile 2021/02/13 08:01:01 1.5
@@ -1,11 +1,12 @@ @@ -1,11 +1,12 @@
1# $NetBSD: Makefile,v 1.4 2020/01/11 09:10:32 pho Exp $ 1# $NetBSD: Makefile,v 1.5 2021/02/13 08:01:01 mef Exp $
2 2
3DISTNAME= regex-base-0.94.0.0 3DISTNAME= regex-base-0.94.0.0
4CATEGORIES= textproc 4CATEGORIES= textproc
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Replaces/Enhances Haskell Text.Regex 7COMMENT= Replaces/Enhances Haskell Text.Regex
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
 10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
10.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
11.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.13 -r1.14 pkgsrc/www/hs-HTTP/Makefile (expand / switch to unified diff)

--- pkgsrc/www/hs-HTTP/Makefile 2020/01/11 10:25:05 1.13
+++ pkgsrc/www/hs-HTTP/Makefile 2021/02/13 08:01:01 1.14
@@ -1,13 +1,14 @@ @@ -1,13 +1,14 @@
1# $NetBSD: Makefile,v 1.13 2020/01/11 10:25:05 pho Exp $ 1# $NetBSD: Makefile,v 1.14 2021/02/13 08:01:01 mef Exp $
2 2
3DISTNAME= HTTP-4000.3.14 3DISTNAME= HTTP-4000.3.14
4CATEGORIES= www 4CATEGORIES= www
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Haskell library for client-side HTTP 7COMMENT= Haskell library for client-side HTTP
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
 10BUILDLINK_API_DEPENDS.ghc+= ghc<9.0
10.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
11.include "../../net/hs-network/buildlink3.mk" 12.include "../../net/hs-network/buildlink3.mk"
12.include "../../net/hs-network-uri/buildlink3.mk" 13.include "../../net/hs-network-uri/buildlink3.mk"
13.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"