Received: by mail.netbsd.org (Postfix, from userid 605) id A01C984DF1; Sat, 11 Jan 2020 09:10:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 269EB84DAC for ; Sat, 11 Jan 2020 09:10:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id H4RpuCydc1H7 for ; Sat, 11 Jan 2020 09:10:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9B23684CE3 for ; Sat, 11 Jan 2020 09:10:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8F6DCFBF4; Sat, 11 Jan 2020 09:10:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1578733832183350" MIME-Version: 1.0 Date: Sat, 11 Jan 2020 09:10:32 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/textproc/hs-regex-base To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20200111091032.8F6DCFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1578733832183350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sat Jan 11 09:10:32 UTC 2020 Modified Files: pkgsrc/textproc/hs-regex-base: Makefile buildlink3.mk Log Message: Remove dependency on devel/hs-mtl and devel/hs-text They are now part of GHC. Also hs-fail is no longer required as of GHC 8. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/hs-regex-base/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/hs-regex-base/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1578733832183350 Content-Disposition: inline Content-Length: 1697 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/hs-regex-base/Makefile diff -u pkgsrc/textproc/hs-regex-base/Makefile:1.3 pkgsrc/textproc/hs-regex-base/Makefile:1.4 --- pkgsrc/textproc/hs-regex-base/Makefile:1.3 Thu Jan 2 14:56:10 2020 +++ pkgsrc/textproc/hs-regex-base/Makefile Sat Jan 11 09:10:32 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/01/02 14:56:10 pho Exp $ +# $NetBSD: Makefile,v 1.4 2020/01/11 09:10:32 pho Exp $ DISTNAME= regex-base-0.94.0.0 CATEGORIES= textproc @@ -8,7 +8,4 @@ COMMENT= Replaces/Enhances Haskell Text. LICENSE= modified-bsd .include "../../mk/haskell.mk" -.include "../../devel/hs-mtl/buildlink3.mk" -.include "../../devel/hs-text/buildlink3.mk" -.include "../../devel/hs-fail/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/hs-regex-base/buildlink3.mk diff -u pkgsrc/textproc/hs-regex-base/buildlink3.mk:1.4 pkgsrc/textproc/hs-regex-base/buildlink3.mk:1.5 --- pkgsrc/textproc/hs-regex-base/buildlink3.mk:1.4 Thu Jan 2 14:56:10 2020 +++ pkgsrc/textproc/hs-regex-base/buildlink3.mk Sat Jan 11 09:10:32 2020 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2020/01/02 14:56:10 pho Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2020/01/11 09:10:32 pho Exp $ BUILDLINK_TREE+= hs-regex-base @@ -8,10 +8,6 @@ HS_REGEX_BASE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.hs-regex-base+= hs-regex-base>=0.94.0 BUILDLINK_ABI_DEPENDS.hs-regex-base+= hs-regex-base>=0.94.0.0 BUILDLINK_PKGSRCDIR.hs-regex-base?= ../../textproc/hs-regex-base - -.include "../../devel/hs-mtl/buildlink3.mk" -.include "../../devel/hs-text/buildlink3.mk" -.include "../../devel/hs-fail/buildlink3.mk" .endif # HS_REGEX_BASE_BUILDLINK3_MK BUILDLINK_TREE+= -hs-regex-base --_----------=_1578733832183350--