pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hs-cgrep



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Jan 11 13:10:10 UTC 2020

Modified Files:
        pkgsrc/textproc/hs-cgrep: Makefile distinfo

Log Message:
Remove dependency on devel/hs-mtl and devel/hs-stm

They are now part of GHC.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/hs-cgrep/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/hs-cgrep/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-cgrep/Makefile
diff -u pkgsrc/textproc/hs-cgrep/Makefile:1.18 pkgsrc/textproc/hs-cgrep/Makefile:1.19
--- pkgsrc/textproc/hs-cgrep/Makefile:1.18      Thu Jan  9 11:45:15 2020
+++ pkgsrc/textproc/hs-cgrep/Makefile   Sat Jan 11 13:10:10 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2020/01/09 11:45:15 pho Exp $
+# $NetBSD: Makefile,v 1.19 2020/01/11 13:10:10 pho Exp $
 
 DISTNAME=      cgrep-6.6.30
 #PKGNAME=      ${DISTNAME} # This package should probably be renamed to textproc/cgrep
@@ -17,13 +17,11 @@ LICENSE=    gnu-gpl-v2
 .include "../../devel/hs-either/buildlink3.mk"
 .include "../../devel/hs-exceptions/buildlink3.mk"
 .include "../../misc/hs-extra/buildlink3.mk"
-.include "../../devel/hs-mtl/buildlink3.mk"
 .include "../../textproc/hs-regex-base/buildlink3.mk"
 .include "../../textproc/hs-regex-pcre/buildlink3.mk"
 .include "../../textproc/hs-regex-posix/buildlink3.mk"
 .include "../../devel/hs-safe/buildlink3.mk"
 .include "../../devel/hs-split/buildlink3.mk"
-.include "../../devel/hs-stm/buildlink3.mk"
 .include "../../textproc/hs-stringsearch/buildlink3.mk"
 .include "../../textproc/hs-unicode-show/buildlink3.mk"
 .include "../../devel/hs-unix-compat/buildlink3.mk"

Index: pkgsrc/textproc/hs-cgrep/distinfo
diff -u pkgsrc/textproc/hs-cgrep/distinfo:1.3 pkgsrc/textproc/hs-cgrep/distinfo:1.4
--- pkgsrc/textproc/hs-cgrep/distinfo:1.3       Fri Jan  3 08:22:08 2020
+++ pkgsrc/textproc/hs-cgrep/distinfo   Sat Jan 11 13:10:10 2020
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/01/03 08:22:08 pho Exp $
+$NetBSD: distinfo,v 1.4 2020/01/11 13:10:10 pho Exp $
 
 SHA1 (cgrep-6.6.30.tar.gz) = 2a7ca412d483539fd21eb30176b4ffd668ed3d08
 RMD160 (cgrep-6.6.30.tar.gz) = 97c76c30efb16b072c749517aa616fc45c2dfb1d
 SHA512 (cgrep-6.6.30.tar.gz) = 72480faf6bbbcf018992be5cb92cb5f23ac0f7b219092e419eedc0007fb142873b6b97a2df42bf43c0d75f00f2c1813d6f8eb5eaf5d070391443f8550111f660
 Size (cgrep-6.6.30.tar.gz) = 35481 bytes
-SHA1 (patch-src_Config.hs) = 76b679d89384209395480669a71bcf165e7d89be



Home | Main Index | Thread Index | Old Index