Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BB3FF84EDA for ; Sun, 3 Sep 2023 23:53:42 +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 4NE_gaMiZbip for ; Sun, 3 Sep 2023 23:53:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1962B84ED5 for ; Sun, 3 Sep 2023 23:53:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0DC3CFBDB; Sun, 3 Sep 2023 23:53:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693785222152180" MIME-Version: 1.0 Date: Sun, 3 Sep 2023 23:53:42 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/mail/mew To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230903235342.0DC3CFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693785222152180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Sep 3 23:53:41 UTC 2023 Modified Files: pkgsrc/mail/mew: Makefile Log Message: mail/mew: allow emacs27, emacs28 and emacs29 To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 pkgsrc/mail/mew/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693785222152180 Content-Disposition: inline Content-Length: 743 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/mew/Makefile diff -u pkgsrc/mail/mew/Makefile:1.104 pkgsrc/mail/mew/Makefile:1.105 --- pkgsrc/mail/mew/Makefile:1.104 Wed Aug 30 20:25:30 2023 +++ pkgsrc/mail/mew/Makefile Sun Sep 3 23:53:41 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.104 2023/08/30 20:25:30 gdt Exp $ +# $NetBSD: Makefile,v 1.105 2023/09/03 23:53:41 taca Exp $ DISTNAME= mew-6.9 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -20,6 +20,9 @@ INFO_FILES= yes GNU_CONFIGURE= yes +EMACS_VERSIONS_ACCEPTED= emacs29 emacs29nox +EMACS_VERSIONS_ACCEPTED= emacs28 emacs28nox +EMACS_VERSIONS_ACCEPTED= emacs27 emacs27nox EMACS_VERSIONS_ACCEPTED= emacs26 emacs26nox EMACS_VERSIONS_ACCEPTED+= emacs21 emacs21nox EMACS_MODULES+= base --_----------=_1693785222152180--