Received: by mail.netbsd.org (Postfix, from userid 605) id 0C7D984D54; Mon, 14 Sep 2020 22:30:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8839384D47 for ; Mon, 14 Sep 2020 22:30:25 +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 vm3B36cYwnYf for ; Mon, 14 Sep 2020 22:30:25 +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 E043884CFC for ; Mon, 14 Sep 2020 22:30:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D97E6FB28; Mon, 14 Sep 2020 22:30:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1600122624184500" MIME-Version: 1.0 Date: Mon, 14 Sep 2020 22:30:24 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/hs-bytestring-builder To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200914223024.D97E6FB28@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. --_----------=_1600122624184500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon Sep 14 22:30:24 UTC 2020 Modified Files: pkgsrc/devel/hs-bytestring-builder: PLIST Log Message: (devel/hs-bytestring-builder) Trying to fix PLIST, but not correct yet, sorry To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/hs-bytestring-builder/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1600122624184500 Content-Disposition: inline Content-Length: 656 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/hs-bytestring-builder/PLIST diff -u pkgsrc/devel/hs-bytestring-builder/PLIST:1.2 pkgsrc/devel/hs-bytestring-builder/PLIST:1.3 --- pkgsrc/devel/hs-bytestring-builder/PLIST:1.2 Sun Jun 21 22:21:02 2020 +++ pkgsrc/devel/hs-bytestring-builder/PLIST Mon Sep 14 22:30:24 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2020/06/21 22:21:02 rillig Exp $ +@comment $NetBSD: PLIST,v 1.3 2020/09/14 22:30:24 mef Exp $ ${HS_INTF}/package-description ${HS_INTF}/package-id -share/doc/x86_64-netbsd-ghc-8.8.1/bytestring-builder-${PKGVERSION}/LICENSE +share/doc/x86_64-netbsd-${HS_VER}/bytestring-builder-${PKGVERSION}/LICENSE --_----------=_1600122624184500--