Received: by mail.netbsd.org (Postfix, from userid 605) id F257F857B8; Sat, 1 May 2021 14:27:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3742885174 for ; Sat, 1 May 2021 14:27:44 +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 GBFYfUgnJfju for ; Sat, 1 May 2021 14:27:43 +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 82BCC850EA for ; Sat, 1 May 2021 14:27:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6E914FA95; Sat, 1 May 2021 14:27:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619879263223020" MIME-Version: 1.0 Date: Sat, 1 May 2021 14:27:43 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/textproc/hs-commonmark-extensions To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20210501142743.6E914FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619879263223020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sat May 1 14:27:42 UTC 2021 Modified Files: pkgsrc/textproc/hs-commonmark-extensions: Makefile Removed Files: pkgsrc/textproc/hs-commonmark-extensions/files: Setup.hs Log Message: Remove files/Setup.hs: mk/haskll.mk can now automatically handle that To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/hs-commonmark-extensions/Makefile cvs rdiff -u -r1.1 -r0 \ pkgsrc/textproc/hs-commonmark-extensions/files/Setup.hs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619879263223020 Content-Disposition: inline Content-Length: 922 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/hs-commonmark-extensions/Makefile diff -u pkgsrc/textproc/hs-commonmark-extensions/Makefile:1.1 pkgsrc/textproc/hs-commonmark-extensions/Makefile:1.2 --- pkgsrc/textproc/hs-commonmark-extensions/Makefile:1.1 Sun Apr 25 04:01:55 2021 +++ pkgsrc/textproc/hs-commonmark-extensions/Makefile Sat May 1 14:27:42 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2021/04/25 04:01:55 pho Exp $ +# $NetBSD: Makefile,v 1.2 2021/05/01 14:27:42 pho Exp $ DISTNAME= commonmark-extensions-0.2.0.4 CATEGORIES= textproc @@ -7,10 +7,6 @@ MAINTAINER= pho@cielonegro.org COMMENT= Pure Haskell commonmark parser - extensions LICENSE= modified-bsd -# Setup.hs is missing from the package. -post-patch: - ${CP} -f ${FILESDIR}/Setup.hs ${WRKSRC}/Setup.hs - .include "../../textproc/hs-commonmark/buildlink3.mk" .include "../../converters/hs-emojis/buildlink3.mk" .include "../../mk/haskell.mk" --_----------=_1619879263223020--