Received: by mail.netbsd.org (Postfix, from userid 605) id 815AB84EB3; Tue, 6 Sep 2022 19:18:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BB39184EB2 for ; Tue, 6 Sep 2022 19:18:14 +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 vmXOsro2O2Vg for ; Tue, 6 Sep 2022 19:18:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4E8B684CFC for ; Tue, 6 Sep 2022 19:18:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4837EFA90; Tue, 6 Sep 2022 19:18:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1662491894123780" MIME-Version: 1.0 Date: Tue, 6 Sep 2022 19:18:14 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/www/hs-bower-json To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20220906191814.4837EFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1662491894123780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Tue Sep 6 19:18:14 UTC 2022 Modified Files: pkgsrc/www/hs-bower-json: Makefile Log Message: Fix a wrong COMMENT To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/hs-bower-json/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1662491894123780 Content-Disposition: inline Content-Length: 639 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/hs-bower-json/Makefile diff -u pkgsrc/www/hs-bower-json/Makefile:1.4 pkgsrc/www/hs-bower-json/Makefile:1.5 --- pkgsrc/www/hs-bower-json/Makefile:1.4 Tue Sep 6 19:03:33 2022 +++ pkgsrc/www/hs-bower-json/Makefile Tue Sep 6 19:18:14 2022 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2022/09/06 19:03:33 pho Exp $ +# $NetBSD: Makefile,v 1.5 2022/09/06 19:18:14 pho Exp $ DISTNAME= bower-json-1.1.0.0 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org -COMMENT= Components of paths +COMMENT= Read bower.json from Haskell LICENSE= modified-bsd .include "../../converters/hs-aeson/buildlink3.mk" --_----------=_1662491894123780--