Received: by mail.netbsd.org (Postfix, from userid 605) id B4A4684DB3; Tue, 6 Apr 2021 20:40:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EECFC84D83 for ; Tue, 6 Apr 2021 20:40:41 +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 79a5JFrtX_4R for ; Tue, 6 Apr 2021 20:40:41 +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 894CC84CE7 for ; Tue, 6 Apr 2021 20:40:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7FE9AFA95; Tue, 6 Apr 2021 20:40:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1617741641247710" MIME-Version: 1.0 Date: Tue, 6 Apr 2021 20:40:41 +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: <20210406204041.7FE9AFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1617741641247710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Apr 6 20:40:41 UTC 2021 Modified Files: pkgsrc/print: Makefile Log Message: print/Makefile: + texlab. To generate a diff of this commit: cvs rdiff -u -r1.801 -r1.802 pkgsrc/print/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1617741641247710 Content-Disposition: inline Content-Length: 570 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/Makefile diff -u pkgsrc/print/Makefile:1.801 pkgsrc/print/Makefile:1.802 --- pkgsrc/print/Makefile:1.801 Thu Feb 25 16:35:45 2021 +++ pkgsrc/print/Makefile Tue Apr 6 20:40:41 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.801 2021/02/25 16:35:45 khorben Exp $ +# $NetBSD: Makefile,v 1.802 2021/04/06 20:40:41 wiz Exp $ # COMMENT= Desktop publishing @@ -1651,6 +1651,7 @@ SUBDIR+= tex-zxjafont-doc SUBDIR+= tex-zxjatype SUBDIR+= tex-zxjatype-doc SUBDIR+= tex4ht +SUBDIR+= texlab SUBDIR+= vlna SUBDIR+= web2c SUBDIR+= xdvik --_----------=_1617741641247710--