Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2712785DD4 for ; Tue, 24 Oct 2023 08:20:14 +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 Ep2YeSp0mS67 for ; Tue, 24 Oct 2023 08:20:13 +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 AC28885DD7 for ; Tue, 24 Oct 2023 08:20:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A96F7FADC; Tue, 24 Oct 2023 08:20:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698135613208220" MIME-Version: 1.0 Date: Tue, 24 Oct 2023 08:20:13 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/sysutils To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20231024082013.A96F7FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698135613208220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Tue Oct 24 08:20:13 UTC 2023 Modified Files: pkgsrc/sysutils: Makefile Log Message: sysutils/Makefile: + hs-filepath-bytestring To generate a diff of this commit: cvs rdiff -u -r1.1078 -r1.1079 pkgsrc/sysutils/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698135613208220 Content-Disposition: inline Content-Length: 627 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/Makefile diff -u pkgsrc/sysutils/Makefile:1.1078 pkgsrc/sysutils/Makefile:1.1079 --- pkgsrc/sysutils/Makefile:1.1078 Thu Oct 19 13:54:26 2023 +++ pkgsrc/sysutils/Makefile Tue Oct 24 08:20:13 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1078 2023/10/19 13:54:26 bsiegert Exp $ +# $NetBSD: Makefile,v 1.1079 2023/10/24 08:20:13 pho Exp $ # COMMENT= System utilities @@ -354,6 +354,7 @@ SUBDIR+= hs-co-log-core SUBDIR+= hs-easy-file SUBDIR+= hs-fast-logger SUBDIR+= hs-filemanip +SUBDIR+= hs-filepath-bytestring SUBDIR+= hs-filepattern SUBDIR+= hs-hostname SUBDIR+= hs-hslogger --_----------=_1698135613208220--