Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=J4+FB71f; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=LFiyxg3d Received: by mail.netbsd.org (Postfix, from userid 605) id 2F78B84EFF; Wed, 17 Apr 2024 14:21:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713363677; bh=sy3w3J5vBY/e8FCppZv9vTRi0rj+wUNRhuM8DsIhK4c=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=J4+FB71fDp0hekP++ZNJK+Mp01z9hom6RRIL3+gNp4W2Rwl3sneHz3XEb41Mjq9cw Kzkk6yo7sGVv9zyUTM0mpZAGOZbPASbfCCtoGk4rlNm2z3aaGVbwO6DJK/D7kUvhnC eSvtfrrHaTMr+TVOtcH4JaK0jBkxhe+k2VpYpl3E= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C9B3D84EDC for ; Wed, 17 Apr 2024 14:20:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 GUqTvCj9wFL0 for ; Wed, 17 Apr 2024 14:20:44 +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 5C30884C86 for ; Wed, 17 Apr 2024 14:20:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713363644; bh=sy3w3J5vBY/e8FCppZv9vTRi0rj+wUNRhuM8DsIhK4c=; h=Date:From:Subject:To:Reply-To; b=LFiyxg3dwqEft/ZvML6frzqxOitOhoLXJLBmTeZ1kqBq6Fdf4k9JF0Oz06gvKhL1C l0OzclL7lnzTSCSxFcYeOyABZz1K74Undchb8efHhY2WSBB4qgW4eOX/wbJWVQK/k/ 3e+pV3qKbhDMcesek5E4oOnW2aqgbOmTnPQNMgCM= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 50C87FA2C; Wed, 17 Apr 2024 14:20:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171336364481730" MIME-Version: 1.0 Date: Wed, 17 Apr 2024 14:20:44 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/editors To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240417142044.50C87FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171336364481730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Apr 17 14:20:44 UTC 2024 Modified Files: pkgsrc/editors: Makefile Log Message: editors/Makefile: + libinfinity To generate a diff of this commit: cvs rdiff -u -r1.250 -r1.251 pkgsrc/editors/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171336364481730 Content-Disposition: inline Content-Length: 554 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/Makefile diff -u pkgsrc/editors/Makefile:1.250 pkgsrc/editors/Makefile:1.251 --- pkgsrc/editors/Makefile:1.250 Sun Apr 7 17:56:06 2024 +++ pkgsrc/editors/Makefile Wed Apr 17 14:20:44 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.250 2024/04/07 17:56:06 ryoon Exp $ +# $NetBSD: Makefile,v 1.251 2024/04/17 14:20:44 wiz Exp $ # COMMENT= Text and binary editors @@ -80,6 +80,7 @@ SUBDIR+= le SUBDIR+= leafpad SUBDIR+= leim20 SUBDIR+= leim21 +SUBDIR+= libinfinity SUBDIR+= lpe SUBDIR+= lyx SUBDIR+= manedit --_----------=_171336364481730--