pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hs-text-short



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Feb 11 13:08:44 UTC 2022

Modified Files:
        pkgsrc/textproc/hs-text-short: Makefile buildlink3.mk distinfo
Removed Files:
        pkgsrc/textproc/hs-text-short/patches: patch-text-short.cabal

Log Message:
Update to text-short-0.1.5

0.1.5
* text-2.0 support

0.1.4
* Fix fromString for single character
  strings. https://github.com/haskell-hvr/text-short/issues/20
* Add Template Haskell Lift ShortText instance.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/hs-text-short/Makefile \
    pkgsrc/textproc/hs-text-short/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/hs-text-short/buildlink3.mk
cvs rdiff -u -r1.3 -r0 \
    pkgsrc/textproc/hs-text-short/patches/patch-text-short.cabal

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-text-short/Makefile
diff -u pkgsrc/textproc/hs-text-short/Makefile:1.5 pkgsrc/textproc/hs-text-short/Makefile:1.6
--- pkgsrc/textproc/hs-text-short/Makefile:1.5  Tue Jan 18 02:48:29 2022
+++ pkgsrc/textproc/hs-text-short/Makefile      Fri Feb 11 13:08:44 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2022/01/18 02:48:29 pho Exp $
+# $NetBSD: Makefile,v 1.6 2022/02/11 13:08:44 pho Exp $
 
-DISTNAME=      text-short-0.1.3
-PKGREVISION=   2
+DISTNAME=      text-short-0.1.5
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/textproc/hs-text-short/distinfo
diff -u pkgsrc/textproc/hs-text-short/distinfo:1.5 pkgsrc/textproc/hs-text-short/distinfo:1.6
--- pkgsrc/textproc/hs-text-short/distinfo:1.5  Tue Oct 26 11:22:03 2021
+++ pkgsrc/textproc/hs-text-short/distinfo      Fri Feb 11 13:08:44 2022
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:22:03 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/02/11 13:08:44 pho Exp $
 
-BLAKE2s (text-short-0.1.3.tar.gz) = 614d095bb7e1499aa50e07cafd85ef93882f1b00716a9afd924f293c159c3279
-SHA512 (text-short-0.1.3.tar.gz) = 6d7a5379dbaf28a201dd44229959a293acb5ff57c4659a6a34af37e46b2e6fc5eb61a00ba26d36dd08795456246429ec20236af8e342fd0d03bfcf6d06d69428
-Size (text-short-0.1.3.tar.gz) = 24435 bytes
-SHA1 (patch-text-short.cabal) = 43632121b9d9689f3a095dce365e93dc3ed1cb83
+BLAKE2s (text-short-0.1.5.tar.gz) = 3e9ade03595f9a425dd70e24e63ed7f7b7dc2ebec4075816519aceb17cfe10aa
+SHA512 (text-short-0.1.5.tar.gz) = 32f09a1abc37ddb3f85921d80629355f68b2e68531f14318907e792a8eeb7d4a258bfcf7d45710dcb67f85fadfbad2bb9ffdac27a912aefc4296dc1818585125
+Size (text-short-0.1.5.tar.gz) = 25113 bytes

Index: pkgsrc/textproc/hs-text-short/buildlink3.mk
diff -u pkgsrc/textproc/hs-text-short/buildlink3.mk:1.4 pkgsrc/textproc/hs-text-short/buildlink3.mk:1.5
--- pkgsrc/textproc/hs-text-short/buildlink3.mk:1.4     Tue Jan 18 02:48:29 2022
+++ pkgsrc/textproc/hs-text-short/buildlink3.mk Fri Feb 11 13:08:44 2022
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.4 2022/01/18 02:48:29 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2022/02/11 13:08:44 pho Exp $
 
 BUILDLINK_TREE+=       hs-text-short
 
 .if !defined(HS_TEXT_SHORT_BUILDLINK3_MK)
 HS_TEXT_SHORT_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-text-short+=  hs-text-short>=0.1.3
-BUILDLINK_ABI_DEPENDS.hs-text-short+=  hs-text-short>=0.1.3nb2
+BUILDLINK_API_DEPENDS.hs-text-short+=  hs-text-short>=0.1.5
+BUILDLINK_ABI_DEPENDS.hs-text-short+=  hs-text-short>=0.1.5
 BUILDLINK_PKGSRCDIR.hs-text-short?=    ../../textproc/hs-text-short
 
 .include "../../devel/hs-hashable/buildlink3.mk"



Home | Main Index | Thread Index | Old Index