Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=rgYq+u2y; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=PQUW5kTU Received: by mail.netbsd.org (Postfix, from userid 605) id 3B5DC84DB2; Thu, 21 Mar 2024 05:44:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710999861; bh=cxY7PO5hOQlYL8M5bUCFw0UTnUXxKbrMIB+2VWbIAqw=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=rgYq+u2y6KOCxEBzZQeUpbn1JK+LeeEpFIPAGO+iLuRBFRTyy7Uy5S12A/Sm4fmaK tNmXSepK7ZBeBW27zFABoUXvLtc3YP88I9eHkcmKO4QRJUSmodvEd13RtSSvJTmRCS vP5HUZvJffvhQgnTnsPhbnCljYliXPNXh3jle6kQ= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2B78A84D24 for ; Thu, 21 Mar 2024 05:44:20 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id yc5QUsPD8pGt for ; Thu, 21 Mar 2024 05:44:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9E19E84CD5 for ; Thu, 21 Mar 2024 05:44:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710999859; bh=cxY7PO5hOQlYL8M5bUCFw0UTnUXxKbrMIB+2VWbIAqw=; h=Date:From:Subject:To:Reply-To; b=PQUW5kTU4GkliX05WqqOr5504DZDHxhQg0ztrEsglmManrStgKY2oiJaJqO4YNqsO IvmaxdJOyH8F4VILnR3otDXa7CwwLGh4RJa5TUCKHYaoQBAqfq1u7s37GE7iPpQaEF CELWNci9vvxS69+7FSgiXcJil0xzH27W5+N9k9VE= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9862DFA2C; Thu, 21 Mar 2024 05:44:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1710999859145170" MIME-Version: 1.0 Date: Thu, 21 Mar 2024 05:44:19 +0000 From: "Charlotte Koch" Subject: CVS commit: pkgsrc/graphics To: pkgsrc-changes@NetBSD.org Reply-To: charlotte@netbsd.org X-Mailer: log_accum Message-Id: <20240321054419.9862DFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1710999859145170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: charlotte Date: Thu Mar 21 05:44:19 UTC 2024 Modified Files: pkgsrc/graphics: Makefile Log Message: graphics/Makefile: + didder To generate a diff of this commit: cvs rdiff -u -r1.1039 -r1.1040 pkgsrc/graphics/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1710999859145170 Content-Disposition: inline Content-Length: 601 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/Makefile diff -u pkgsrc/graphics/Makefile:1.1039 pkgsrc/graphics/Makefile:1.1040 --- pkgsrc/graphics/Makefile:1.1039 Thu Mar 14 12:25:05 2024 +++ pkgsrc/graphics/Makefile Thu Mar 21 05:44:19 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1039 2024/03/14 12:25:05 wiz Exp $ +# $NetBSD: Makefile,v 1.1040 2024/03/21 05:44:19 charlotte Exp $ # COMMENT= Graphics tools and libraries @@ -106,6 +106,7 @@ SUBDIR+= deforaos-icon-theme SUBDIR+= denemo SUBDIR+= dia SUBDIR+= dia-python +SUBDIR+= didder SUBDIR+= digikam SUBDIR+= djview4 SUBDIR+= djvulibre-lib --_----------=_1710999859145170--