pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/hs-prettyprinter
Module Name: pkgsrc
Committed By: pho
Date: Fri Feb 11 09:19:43 UTC 2022
Modified Files:
pkgsrc/textproc/hs-prettyprinter: Makefile buildlink3.mk distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/hs-prettyprinter/Makefile \
pkgsrc/textproc/hs-prettyprinter/buildlink3.mk \
pkgsrc/textproc/hs-prettyprinter/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/hs-prettyprinter/Makefile
diff -u pkgsrc/textproc/hs-prettyprinter/Makefile:1.3 pkgsrc/textproc/hs-prettyprinter/Makefile:1.4
--- pkgsrc/textproc/hs-prettyprinter/Makefile:1.3 Tue Jan 18 02:48:27 2022
+++ pkgsrc/textproc/hs-prettyprinter/Makefile Fri Feb 11 09:19:43 2022
@@ -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
Index: pkgsrc/textproc/hs-prettyprinter/buildlink3.mk
diff -u pkgsrc/textproc/hs-prettyprinter/buildlink3.mk:1.3 pkgsrc/textproc/hs-prettyprinter/buildlink3.mk:1.4
--- pkgsrc/textproc/hs-prettyprinter/buildlink3.mk:1.3 Tue Jan 18 02:48:27 2022
+++ pkgsrc/textproc/hs-prettyprinter/buildlink3.mk Fri Feb 11 09:19:43 2022
@@ -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
Index: pkgsrc/textproc/hs-prettyprinter/distinfo
diff -u pkgsrc/textproc/hs-prettyprinter/distinfo:1.3 pkgsrc/textproc/hs-prettyprinter/distinfo:1.4
--- pkgsrc/textproc/hs-prettyprinter/distinfo:1.3 Tue Oct 26 11:22:02 2021
+++ pkgsrc/textproc/hs-prettyprinter/distinfo Fri Feb 11 09:19:43 2022
@@ -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