Received: by mail.netbsd.org (Postfix, from userid 605) id 963AF84EA4; Sun, 9 Apr 2023 06:25:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C4AFF84EA0 for ; Sun, 9 Apr 2023 06:25:18 +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 roE2GAxGKQit for ; Sun, 9 Apr 2023 06:25:18 +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 1D97F84D0C for ; Sun, 9 Apr 2023 06:25:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 11F59FA84; Sun, 9 Apr 2023 06:25:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1681021518210870" MIME-Version: 1.0 Date: Sun, 9 Apr 2023 06:25:18 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20230409062518.11F59FA84@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1681021518210870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Apr 9 06:25:18 UTC 2023 Modified Files: pkgsrc/print: Makefile Removed Files: pkgsrc/print/tex-soulutf8: DESCR Makefile PLIST distinfo pkgsrc/print/tex-soulutf8-doc: DESCR Makefile PLIST distinfo Log Message: tex-soulutf8{,-doc}: remove, now merged with tex-soul To generate a diff of this commit: cvs rdiff -u -r1.896 -r1.897 pkgsrc/print/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/print/tex-soulutf8/DESCR \ pkgsrc/print/tex-soulutf8/Makefile pkgsrc/print/tex-soulutf8/PLIST cvs rdiff -u -r1.3 -r0 pkgsrc/print/tex-soulutf8/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/print/tex-soulutf8-doc/DESCR \ pkgsrc/print/tex-soulutf8-doc/Makefile \ pkgsrc/print/tex-soulutf8-doc/PLIST cvs rdiff -u -r1.3 -r0 pkgsrc/print/tex-soulutf8-doc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1681021518210870 Content-Disposition: inline Content-Length: 621 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/Makefile diff -u pkgsrc/print/Makefile:1.896 pkgsrc/print/Makefile:1.897 --- pkgsrc/print/Makefile:1.896 Mon Apr 3 11:43:33 2023 +++ pkgsrc/print/Makefile Sun Apr 9 06:25:17 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.896 2023/04/03 11:43:33 markd Exp $ +# $NetBSD: Makefile,v 1.897 2023/04/09 06:25:17 markd Exp $ # COMMENT= Desktop publishing @@ -1510,8 +1510,6 @@ SUBDIR+= tex-soul SUBDIR+= tex-soul-doc SUBDIR+= tex-soulpos SUBDIR+= tex-soulpos-doc -SUBDIR+= tex-soulutf8 -SUBDIR+= tex-soulutf8-doc SUBDIR+= tex-sphack SUBDIR+= tex-sphack-doc SUBDIR+= tex-splitbib --_----------=_1681021518210870--