Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8C5007A210 for ; Sun, 18 Sep 2016 13:59:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3A00B85ECB; Sun, 18 Sep 2016 13:59:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BEB3485E8A for ; Sun, 18 Sep 2016 13:59:01 +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 Yhw3WCm4zO_J for ; Sun, 18 Sep 2016 13:59:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 315D384CEC for ; Sun, 18 Sep 2016 13:59:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2C516FBD1; Sun, 18 Sep 2016 13:59:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147420714139090" MIME-Version: 1.0 Date: Sun, 18 Sep 2016 13:59:01 +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: <20160918135901.2C516FBD1@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_147420714139090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun Sep 18 13:59:01 UTC 2016 Modified Files: pkgsrc/mail/mew: Makefile Log Message: Add emacs 25 support To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 pkgsrc/mail/mew/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147420714139090 Content-Disposition: inline Content-Length: 829 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.93 pkgsrc/mail/mew/Makefile:1.94 --- pkgsrc/mail/mew/Makefile:1.93 Wed Aug 5 12:32:56 2015 +++ pkgsrc/mail/mew/Makefile Sun Sep 18 13:59:01 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.93 2015/08/05 12:32:56 ryoon Exp $ +# $NetBSD: Makefile,v 1.94 2016/09/18 13:59:01 ryoon Exp $ DISTNAME= mew-6.7 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -20,7 +20,9 @@ INFO_FILES= yes GNU_CONFIGURE= yes -EMACS_VERSIONS_ACCEPTED= emacs24 emacs24nox emacs23 emacs23nox emacs22 emacs22nox emacs21 emacs21nox +EMACS_VERSIONS_ACCEPTED= emacs25 emacs25nox emacs24 emacs24nox +EMACS_VERSIONS_ACCEPTED+= emacs23 emacs23nox emacs22 emacs22nox +EMACS_VERSIONS_ACCEPTED+= emacs21 emacs21nox EMACS_MODULES+= base MAKE_FLAGS+= DESTDIR=${DESTDIR:Q} --_----------=_147420714139090--