Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D20E184F26 for ; Tue, 14 Nov 2023 01:08:49 +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 1o-FEt4OI1EK for ; Tue, 14 Nov 2023 01:08:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4D3E484EF3 for ; Tue, 14 Nov 2023 01:08:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4AAFEFA3D; Tue, 14 Nov 2023 01:08:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699924129145900" MIME-Version: 1.0 Date: Tue, 14 Nov 2023 01:08:49 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231114010849.4AAFEFA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699924129145900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Nov 14 01:08:49 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 pkgsrc/editors: Makefile Removed Files: pkgsrc/editors/xournal: DESCR Makefile PLIST distinfo pkgsrc/editors/xournal/patches: patch-src_xo-paint.c patch-src_xo-shapes.c Log Message: xournal: remove Development stopped in 2017, xournalpp is the successor. To generate a diff of this commit: cvs rdiff -u -r1.6946 -r1.6947 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.240 -r1.241 pkgsrc/editors/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/editors/xournal/DESCR cvs rdiff -u -r1.106 -r0 pkgsrc/editors/xournal/Makefile cvs rdiff -u -r1.3 -r0 pkgsrc/editors/xournal/PLIST cvs rdiff -u -r1.10 -r0 pkgsrc/editors/xournal/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/editors/xournal/patches/patch-src_xo-paint.c \ pkgsrc/editors/xournal/patches/patch-src_xo-shapes.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699924129145900 Content-Disposition: inline Content-Length: 1316 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.6946 pkgsrc/doc/CHANGES-2023:1.6947 --- pkgsrc/doc/CHANGES-2023:1.6946 Tue Nov 14 01:06:03 2023 +++ pkgsrc/doc/CHANGES-2023 Tue Nov 14 01:08:49 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.6946 2023/11/14 01:06:03 gutteridge Exp $ +$NetBSD: CHANGES-2023,v 1.6947 2023/11/14 01:08:49 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -10000,3 +10000,4 @@ Changes to the packages collection and i Updated graphics/lximage-qt to 1.4.0 [gutteridge 2023-11-14] Removed graphics/libgnomecanvasmm [wiz 2023-11-14] Updated x11/lxqt-qtplugin to 1.4.0 [gutteridge 2023-11-14] + Removed editors/xournal successor editors/xournalpp [wiz 2023-11-14] Index: pkgsrc/editors/Makefile diff -u pkgsrc/editors/Makefile:1.240 pkgsrc/editors/Makefile:1.241 --- pkgsrc/editors/Makefile:1.240 Sat Nov 4 08:33:00 2023 +++ pkgsrc/editors/Makefile Tue Nov 14 01:08:48 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.240 2023/11/04 08:33:00 wiz Exp $ +# $NetBSD: Makefile,v 1.241 2023/11/14 01:08:48 wiz Exp $ # COMMENT= Text and binary editors @@ -186,7 +186,6 @@ SUBDIR+= xemacs-packages SUBDIR+= xfce4-mousepad SUBDIR+= xjed SUBDIR+= xnedit -SUBDIR+= xournal SUBDIR+= xournalpp SUBDIR+= xvile SUBDIR+= xwpe --_----------=_1699924129145900--