Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Qf4qu9Zu; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ZgEV6knW Received: by mail.netbsd.org (Postfix, from userid 605) id 30E6984E84; Tue, 30 Apr 2024 08:15:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714464906; bh=gs+IdvCKN6f63PrxmJGJSlWTusslOJzMGPz7FRl3Ft0=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Qf4qu9ZumECMLYGEmd0AtL6BzK2zILbH0mewR6ih2i5zoVlV/nXUSqgcQawSwQW5Y 5Xb1KJfG8ufI1+AHzG5LQRi2KCdzpxc5N4sh36JmO7A6+7mFzHkjx5XOEz5s3Vn16n iuI+WCRNeRH1TSzZDQrM1rTLgr4hpryTmQvpjv2w= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2283D84E66 for ; Tue, 30 Apr 2024 08:15:05 +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 INmb5DwdkRpO for ; Tue, 30 Apr 2024 08:15:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AA3B384CE8 for ; Tue, 30 Apr 2024 08:15:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714464904; bh=gs+IdvCKN6f63PrxmJGJSlWTusslOJzMGPz7FRl3Ft0=; h=Date:From:Subject:To:Reply-To; b=ZgEV6knWkXylqoJDjfY4Rx+/uE/3eWP0jcaSn0EPZ2CjtqXZpe4fT3gupzBJIx9XC S/TtoNfGzS6jHqHc3dDMNOReWn5VzdTJ3jYhuRQSZmDv40BubXav6bj+K1CAPERrYb jr8f0N8hH7hL7Cy6aYaTCdjGc7tWHoy8bVSM+Xo0= Received: by cvs.NetBSD.org (Postfix, from userid 500) id A5063FA2C; Tue, 30 Apr 2024 08:15:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171446490496530" MIME-Version: 1.0 Date: Tue, 30 Apr 2024 08:15:04 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/print To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240430081504.A5063FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171446490496530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Apr 30 08:15:04 UTC 2024 Modified Files: pkgsrc/print: Makefile Log Message: print/Makefile: + py-pikepdf To generate a diff of this commit: cvs rdiff -u -r1.932 -r1.933 pkgsrc/print/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171446490496530 Content-Disposition: inline Content-Length: 615 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/Makefile diff -u pkgsrc/print/Makefile:1.932 pkgsrc/print/Makefile:1.933 --- pkgsrc/print/Makefile:1.932 Tue Apr 30 07:38:15 2024 +++ pkgsrc/print/Makefile Tue Apr 30 08:15:04 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.932 2024/04/30 07:38:15 wiz Exp $ +# $NetBSD: Makefile,v 1.933 2024/04/30 08:15:04 wiz Exp $ # COMMENT= Desktop publishing @@ -142,6 +142,7 @@ SUBDIR+= py-octoprint SUBDIR+= py-octoprint-filecheck SUBDIR+= py-octoprint-firmwarecheck SUBDIR+= py-octoprint-pisupport +SUBDIR+= py-pikepdf SUBDIR+= py-pslib SUBDIR+= py-pspdfutils SUBDIR+= py-pydyf --_----------=_171446490496530--