Received: by mail.netbsd.org (Postfix, from userid 605) id 5145884DC3; Sat, 11 Jan 2020 07:54:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CD9BA84DAC for ; Sat, 11 Jan 2020 07:54:04 +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 KKgqf2j27MY7 for ; Sat, 11 Jan 2020 07:54:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5D06384CE3 for ; Sat, 11 Jan 2020 07:54:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4A190FBF4; Sat, 11 Jan 2020 07:54:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1578729244266760" MIME-Version: 1.0 Date: Sat, 11 Jan 2020 07:54:04 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel/happy To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20200111075404.4A190FBF4@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. --_----------=_1578729244266760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sat Jan 11 07:54:04 UTC 2020 Modified Files: pkgsrc/devel/happy: Makefile Log Message: Remove dependency on devel/hs-mtl mtl is now a part of GHC. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/happy/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1578729244266760 Content-Disposition: inline Content-Length: 642 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/happy/Makefile diff -u pkgsrc/devel/happy/Makefile:1.2 pkgsrc/devel/happy/Makefile:1.3 --- pkgsrc/devel/happy/Makefile:1.2 Wed Jan 1 05:37:22 2020 +++ pkgsrc/devel/happy/Makefile Sat Jan 11 07:54:04 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2020/01/01 05:37:22 pho Exp $ +# $NetBSD: Makefile,v 1.3 2020/01/11 07:54:04 pho Exp $ DISTNAME= happy-1.19.12 PKGNAME= ${DISTNAME} @@ -19,5 +19,4 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/doc/happy.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 .include "../../mk/haskell.mk" -.include "../../devel/hs-mtl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1578729244266760--