Received: by mail.netbsd.org (Postfix, from userid 605) id 4C47884D62; Thu, 24 Sep 2020 17:02:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C67E084D35 for ; Thu, 24 Sep 2020 17:02:02 +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 EFiq5QcXs8Pe for ; Thu, 24 Sep 2020 17:02:02 +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 42F1F84C86 for ; Thu, 24 Sep 2020 17:02:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 35798FB28; Thu, 24 Sep 2020 17:02:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160096692222350" MIME-Version: 1.0 Date: Thu, 24 Sep 2020 17:02:02 +0000 From: "Hauke Fath" Subject: CVS commit: pkgsrc/editors To: pkgsrc-changes@NetBSD.org Reply-To: hauke@netbsd.org X-Mailer: log_accum Message-Id: <20200924170202.35798FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160096692222350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: hauke Date: Thu Sep 24 17:02:02 UTC 2020 Modified Files: pkgsrc/editors/xemacs: Makefile pkgsrc/editors/xemacs-current: Makefile pkgsrc/editors/xemacs/files: xemacs.desktop Log Message: Refine desktop categories, after re-reading the documentation. "For the lucky number" - not. I resisted adding "Spirituality" for the Church Of Emacs. ;) To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132 pkgsrc/editors/xemacs/Makefile cvs rdiff -u -r1.105 -r1.106 pkgsrc/editors/xemacs-current/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/xemacs/files/xemacs.desktop Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160096692222350 Content-Disposition: inline Content-Length: 2134 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/xemacs/Makefile diff -u pkgsrc/editors/xemacs/Makefile:1.131 pkgsrc/editors/xemacs/Makefile:1.132 --- pkgsrc/editors/xemacs/Makefile:1.131 Thu Sep 24 11:51:47 2020 +++ pkgsrc/editors/xemacs/Makefile Thu Sep 24 17:02:01 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.131 2020/09/24 11:51:47 hauke Exp $ +# $NetBSD: Makefile,v 1.132 2020/09/24 17:02:01 hauke Exp $ PKGNAME= ${DISTNAME} -PKGREVISION= 13 +PKGREVISION= 14 COMMENT= XEmacs text editor version 21.4 # extra options for x11 support, not for sharing with xemacs-current-nox11 Index: pkgsrc/editors/xemacs-current/Makefile diff -u pkgsrc/editors/xemacs-current/Makefile:1.105 pkgsrc/editors/xemacs-current/Makefile:1.106 --- pkgsrc/editors/xemacs-current/Makefile:1.105 Thu Sep 24 11:51:48 2020 +++ pkgsrc/editors/xemacs-current/Makefile Thu Sep 24 17:02:02 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.105 2020/09/24 11:51:48 hauke Exp $ +# $NetBSD: Makefile,v 1.106 2020/09/24 17:02:02 hauke Exp $ PKGNAME= ${DISTNAME} -PKGREVISION= 13 +PKGREVISION= 14 COMMENT= *BETA* XEmacs text editor version ${PKGVERSION_NOREV} # extra options for x11 support, not for sharing with xemacs-current-nox11 Index: pkgsrc/editors/xemacs/files/xemacs.desktop diff -u pkgsrc/editors/xemacs/files/xemacs.desktop:1.1 pkgsrc/editors/xemacs/files/xemacs.desktop:1.2 --- pkgsrc/editors/xemacs/files/xemacs.desktop:1.1 Thu Sep 24 11:51:47 2020 +++ pkgsrc/editors/xemacs/files/xemacs.desktop Thu Sep 24 17:02:01 2020 @@ -1,4 +1,4 @@ -# $NetBSD: xemacs.desktop,v 1.1 2020/09/24 11:51:47 hauke Exp $ +# $NetBSD: xemacs.desktop,v 1.2 2020/09/24 17:02:01 hauke Exp $ [Desktop Entry] Type=Application @@ -8,5 +8,5 @@ Comment=Highly customizable open source MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; Exec=@PREFIX@/bin/xemacs %F Icon=@LIBDIR@/etc/xemacs-icon.xpm -Categories=Development;Office;System;Utility +Categories=Development;IDE;Utility;TextEditor StartupWMClass=XEmacs --_----------=_160096692222350--