pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/hs-prettyprinter Update to prettyprinter-1.7.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/1430ea69ff8f
branches: trunk
changeset: 373327:1430ea69ff8f
user: pho <pho%pkgsrc.org@localhost>
date: Fri Feb 11 09:19:43 2022 +0000
description:
Update to prettyprinter-1.7.1
* Deprecate the Data.Text.Prettyprint.* modules
* Users should migrate to the new Prettyprinter module hierarchy.
* The old modules will be removed no sooner than September 2022.
* Make text an optional dependency:
* When built with -f-text, any text-based APIs will operate on Strings
instead.
* Documentation improvements:
* #194
* 1f0bffe
diffstat:
textproc/hs-prettyprinter/Makefile | 5 ++---
textproc/hs-prettyprinter/buildlink3.mk | 6 +++---
textproc/hs-prettyprinter/distinfo | 8 ++++----
3 files changed, 9 insertions(+), 10 deletions(-)
diffs (45 lines):
diff -r 2ba71d6b41f6 -r 1430ea69ff8f textproc/hs-prettyprinter/Makefile
--- a/textproc/hs-prettyprinter/Makefile Fri Feb 11 09:17:45 2022 +0000
+++ b/textproc/hs-prettyprinter/Makefile Fri Feb 11 09:19:43 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2022/01/18 02:48:27 pho Exp $
+# $NetBSD: Makefile,v 1.4 2022/02/11 09:19:43 pho Exp $
-DISTNAME= prettyprinter-1.7.0
-PKGREVISION= 2
+DISTNAME= prettyprinter-1.7.1
CATEGORIES= textproc
MAINTAINER= pho%cielonegro.org@localhost
diff -r 2ba71d6b41f6 -r 1430ea69ff8f textproc/hs-prettyprinter/buildlink3.mk
--- a/textproc/hs-prettyprinter/buildlink3.mk Fri Feb 11 09:17:45 2022 +0000
+++ b/textproc/hs-prettyprinter/buildlink3.mk Fri Feb 11 09:19:43 2022 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.3 2022/01/18 02:48:27 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2022/02/11 09:19:43 pho Exp $
BUILDLINK_TREE+= hs-prettyprinter
.if !defined(HS_PRETTYPRINTER_BUILDLINK3_MK)
HS_PRETTYPRINTER_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.hs-prettyprinter+= hs-prettyprinter>=1.7.0
-BUILDLINK_ABI_DEPENDS.hs-prettyprinter+= hs-prettyprinter>=1.7.0nb2
+BUILDLINK_API_DEPENDS.hs-prettyprinter+= hs-prettyprinter>=1.7.1
+BUILDLINK_ABI_DEPENDS.hs-prettyprinter+= hs-prettyprinter>=1.7.1
BUILDLINK_PKGSRCDIR.hs-prettyprinter?= ../../textproc/hs-prettyprinter
.endif # HS_PRETTYPRINTER_BUILDLINK3_MK
diff -r 2ba71d6b41f6 -r 1430ea69ff8f textproc/hs-prettyprinter/distinfo
--- a/textproc/hs-prettyprinter/distinfo Fri Feb 11 09:17:45 2022 +0000
+++ b/textproc/hs-prettyprinter/distinfo Fri Feb 11 09:19:43 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:22:02 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/02/11 09:19:43 pho Exp $
-BLAKE2s (prettyprinter-1.7.0.tar.gz) = 24aa9c5819225f112beade3cd45fda6e55259adfef73f093223e35049812634f
-SHA512 (prettyprinter-1.7.0.tar.gz) = 4f1b756b3284a0319bb73229e8445f6d92c3d3d12a879f651df5624389bd6c449b2d9bc440dbf70d8752a6ba574d0539f91950d4bafbe7f9d3fd79d0d30ec95d
-Size (prettyprinter-1.7.0.tar.gz) = 55569 bytes
+BLAKE2s (prettyprinter-1.7.1.tar.gz) = 40c9c3287e4989940ecb6e409c0ea5dbcb7a7dddc53e0dce22c47cb61b4eb1ab
+SHA512 (prettyprinter-1.7.1.tar.gz) = 26289e579cc1a2826dc11daedbdfd5ce31acf4a2382f827c20194d910f05201e3f332a6544aa0c3f941188d9eaee8d6dee3cf3d319dc3c5a7bfe4f35d77b4dd9
+Size (prettyprinter-1.7.1.tar.gz) = 56907 bytes
Home |
Main Index |
Thread Index |
Old Index