Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0047684F8C for ; Sun, 17 Sep 2023 02:07:21 +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 1f9H_9Z4JmLE for ; Sun, 17 Sep 2023 02:07:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5702C84D54 for ; Sun, 17 Sep 2023 02:07:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 50222FBDB; Sun, 17 Sep 2023 02:07:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169491644019260" MIME-Version: 1.0 Date: Sun, 17 Sep 2023 02:07:20 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/mail/mailcrypt To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230917020720.50222FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169491644019260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Sep 17 02:07:20 UTC 2023 Modified Files: pkgsrc/mail/mailcrypt: Makefile Log Message: (mail/mailcrypt) Add Emacs28, packaged and info checked To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/mail/mailcrypt/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169491644019260 Content-Disposition: inline Content-Length: 750 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/mailcrypt/Makefile diff -u pkgsrc/mail/mailcrypt/Makefile:1.30 pkgsrc/mail/mailcrypt/Makefile:1.31 --- pkgsrc/mail/mailcrypt/Makefile:1.30 Wed Aug 30 20:25:30 2023 +++ pkgsrc/mail/mailcrypt/Makefile Sun Sep 17 02:07:20 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2023/08/30 20:25:30 gdt Exp $ +# $NetBSD: Makefile,v 1.31 2023/09/17 02:07:20 mef Exp $ DISTNAME= mailcrypt-3.5.9 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -14,6 +14,7 @@ COMMENT= Emacs frontend for PGP and GPG EMACS_VERSIONS_ACCEPTED= emacs20 EMACS_VERSIONS_ACCEPTED+= emacs21 emacs21nox EMACS_VERSIONS_ACCEPTED+= emacs26 emacs26nox +EMACS_VERSIONS_ACCEPTED+= emacs28 emacs28nox GNU_CONFIGURE= yes USE_TOOLS+= autoconf makeinfo --_----------=_169491644019260--