Received: by mail.netbsd.org (Postfix, from userid 605) id 51CF585101; Wed, 20 Jun 2018 12:03:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4046284FB8 for ; Wed, 20 Jun 2018 12:03:05 +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 VXIHJI5lKx4W for ; Wed, 20 Jun 2018 12:03:04 +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 9D7B584D4D for ; Wed, 20 Jun 2018 12:03:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8DB99FBEC; Wed, 20 Jun 2018 12:03:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1529496184107170" MIME-Version: 1.0 Date: Wed, 20 Jun 2018 12:03:04 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/mail/mew To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20180620120304.8DB99FBEC@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. --_----------=_1529496184107170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Wed Jun 20 12:03:04 UTC 2018 Modified Files: pkgsrc/mail/mew: Makefile Log Message: Support emacs26 To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 pkgsrc/mail/mew/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1529496184107170 Content-Disposition: inline Content-Length: 699 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.96 pkgsrc/mail/mew/Makefile:1.97 --- pkgsrc/mail/mew/Makefile:1.96 Thu Jun 7 18:55:30 2018 +++ pkgsrc/mail/mew/Makefile Wed Jun 20 12:03:04 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.96 2018/06/07 18:55:30 ryoon Exp $ +# $NetBSD: Makefile,v 1.97 2018/06/20 12:03:04 ryoon Exp $ DISTNAME= mew-6.8 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -20,7 +20,8 @@ INFO_FILES= yes GNU_CONFIGURE= yes -EMACS_VERSIONS_ACCEPTED= emacs25 emacs25nox +EMACS_VERSIONS_ACCEPTED= emacs26 emacs26nox +EMACS_VERSIONS_ACCEPTED+= emacs25 emacs25nox EMACS_VERSIONS_ACCEPTED+= emacs21 emacs21nox EMACS_MODULES+= base --_----------=_1529496184107170--