Fri Dec 12 22:02:19 2014 UTC ()
Update to 1.2.0.2

changelog:
1.2.0.2

* Bumped lower bound on deepseq to 1.4 for compatibility with the
  upcoming GHC 7.10

1.2.0.1

* Fixed a buffer overflow in rendering of large Integers
  (https://github.com/bos/text/issues/99)


(szptvlfn)
diff -r1.3 -r1.4 pkgsrc/devel/hs-text/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/hs-text/distinfo
diff -r1.4 -r1.5 pkgsrc/devel/hs-text/buildlink3.mk

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

--- pkgsrc/devel/hs-text/Attic/Makefile 2014/09/13 22:03:04 1.3
+++ pkgsrc/devel/hs-text/Attic/Makefile 2014/12/12 22:02:19 1.4
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1# $NetBSD: Makefile,v 1.3 2014/09/13 22:03:04 szptvlfn Exp $ 1# $NetBSD: Makefile,v 1.4 2014/12/12 22:02:19 szptvlfn Exp $
2 2
3DISTNAME= text-1.2.0.0 3DISTNAME= text-1.2.0.2
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pho@cielonegro.org 6MAINTAINER= pho@cielonegro.org
7COMMENT= Efficient packed Unicode text type 7COMMENT= Efficient packed Unicode text type
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
10.include "../../mk/haskell.mk" 10.include "../../mk/haskell.mk"
11.include "../../mk/bsd.pkg.mk" 11.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/devel/hs-text/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/hs-text/Attic/distinfo 2014/09/13 22:03:04 1.3
+++ pkgsrc/devel/hs-text/Attic/distinfo 2014/12/12 22:02:19 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2014/09/13 22:03:04 szptvlfn Exp $ 1$NetBSD: distinfo,v 1.4 2014/12/12 22:02:19 szptvlfn Exp $
2 2
3SHA1 (text-1.2.0.0.tar.gz) = 8b2f6121c3318c25834058e93d7c6fc6a08b1ecb 3SHA1 (text-1.2.0.2.tar.gz) = 890ed6abd935a146b47cca916eca00b78c418cb0
4RMD160 (text-1.2.0.0.tar.gz) = f415aac99c0af3ceaf687486b93cacc197e4ac9e 4RMD160 (text-1.2.0.2.tar.gz) = fec55ae8e71b3720b02092af5224d5b6100a88e5
5Size (text-1.2.0.0.tar.gz) = 144296 bytes 5Size (text-1.2.0.2.tar.gz) = 144669 bytes

cvs diff -r1.4 -r1.5 pkgsrc/devel/hs-text/Attic/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/devel/hs-text/Attic/buildlink3.mk 2014/09/13 22:03:04 1.4
+++ pkgsrc/devel/hs-text/Attic/buildlink3.mk 2014/12/12 22:02:19 1.5
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: buildlink3.mk,v 1.4 2014/09/13 22:03:04 szptvlfn Exp $ 1# $NetBSD: buildlink3.mk,v 1.5 2014/12/12 22:02:19 szptvlfn Exp $
2 2
3BUILDLINK_TREE+= hs-text 3BUILDLINK_TREE+= hs-text
4 4
5.if !defined(HS_TEXT_BUILDLINK3_MK) 5.if !defined(HS_TEXT_BUILDLINK3_MK)
6HS_TEXT_BUILDLINK3_MK:= 6HS_TEXT_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.hs-text+= hs-text>=1.2.0 8BUILDLINK_API_DEPENDS.hs-text+= hs-text>=1.2.0
9BUILDLINK_ABI_DEPENDS.hs-text+= hs-text>=1.2.0.0 9BUILDLINK_ABI_DEPENDS.hs-text+= hs-text>=1.2.0.2
10BUILDLINK_PKGSRCDIR.hs-text?= ../../devel/hs-text 10BUILDLINK_PKGSRCDIR.hs-text?= ../../devel/hs-text
11.endif # HS_TEXT_BUILDLINK3_MK 11.endif # HS_TEXT_BUILDLINK3_MK
12 12
13BUILDLINK_TREE+= -hs-text 13BUILDLINK_TREE+= -hs-text