Received: by mail.netbsd.org (Postfix, from userid 605) id A2D0B85795; Sat, 1 May 2021 14:16:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DE09C85237 for ; Sat, 1 May 2021 14:16:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id RqFGPasBrEoQ for ; Sat, 1 May 2021 14:16:29 +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 4021884D53 for ; Sat, 1 May 2021 14:16:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3D732FA95; Sat, 1 May 2021 14:16:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619878589201930" MIME-Version: 1.0 Date: Sat, 1 May 2021 14:16:29 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/textproc/hs-jira-wiki-markup To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20210501141629.3D732FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619878589201930 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:16:29 UTC 2021 Modified Files: pkgsrc/textproc/hs-jira-wiki-markup: Makefile Removed Files: pkgsrc/textproc/hs-jira-wiki-markup/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.3 -r1.4 pkgsrc/textproc/hs-jira-wiki-markup/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/textproc/hs-jira-wiki-markup/files/Setup.hs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619878589201930 Content-Disposition: inline Content-Length: 741 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/hs-jira-wiki-markup/Makefile diff -u pkgsrc/textproc/hs-jira-wiki-markup/Makefile:1.3 pkgsrc/textproc/hs-jira-wiki-markup/Makefile:1.4 --- pkgsrc/textproc/hs-jira-wiki-markup/Makefile:1.3 Sat Apr 24 15:40:07 2021 +++ pkgsrc/textproc/hs-jira-wiki-markup/Makefile Sat May 1 14:16:28 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2021/04/24 15:40:07 pho Exp $ +# $NetBSD: Makefile,v 1.4 2021/05/01 14:16:28 pho Exp $ DISTNAME= jira-wiki-markup-1.3.4 CATEGORIES= textproc @@ -7,8 +7,5 @@ MAINTAINER= pho@cielonegro.org COMMENT= Handle Jira wiki markup LICENSE= mit -post-patch: - ${RUN}${CP} -f ${FILESDIR}/Setup.hs ${WRKSRC}/ - .include "../../mk/haskell.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1619878589201930--