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 58F397A212 for ; Thu, 27 Apr 2017 13:27:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9251284DAD; Thu, 27 Apr 2017 13:27:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2351184D8C for ; Thu, 27 Apr 2017 13:27:58 +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 lqWz5l0guJAy for ; Thu, 27 Apr 2017 13:27:57 +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 67CDB84CE2 for ; Thu, 27 Apr 2017 13:27:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5DBC6FBE4; Thu, 27 Apr 2017 13:27:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1493299677209310" MIME-Version: 1.0 Date: Thu, 27 Apr 2017 13:27:57 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/editors/emacs25 To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20170427132757.5DBC6FBE4@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. --_----------=_1493299677209310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Thu Apr 27 13:27:57 UTC 2017 Modified Files: pkgsrc/editors/emacs25: Makefile PLIST distinfo options.mk version.mk Log Message: Update to 25.2 * Add xml to default options to enable internel web browser, eww Changelog: * Changes in Emacs 25.2 This is mainly a bug-fix release, but there are some other changes. ** 'find-library', 'help-function-def' and 'help-variable-def' now run 'find-function-after-hook'. ** New basic face 'fixed-pitch-serif', for a fixed-width font with serifs. The 'Info-quoted' and 'tex-verbatim' faces inherit from it by default. ** New variable 'use-default-font-for-symbols', for backward compatibility. This variable allows you to get back pre-Emacs 25 behavior where the font for displaying symbol and punctuation characters was always selected according to your fontset setup. By default, Emacs 25 tries to use the default face's font for such characters, if it supports them, disregarding the fontsets. Set this variable to nil to disable this and get back the old behavior. ** 'electric-quote-mode' is no longer suppressed in a buffer whose coding system cannot represent curved quote characters. Instead, users can deal with the unrepresentable characters in the usual way when they save the buffer. ** New variable 'inhibit-compacting-font-caches'. Set this variable to a non-nil value to speed up display of characters using large fonts, at the price of a larger memory footprint. ** The version number of CC Mode has been changed from 5.33 to 5.32.99, although the software itself hasn't changed. This aims to reduce confusion with the standalone CC Mode 5.33 (available from http://cc-mode.sourceforge.net), which is a more mature version than the one included in Emacs 25.2. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/emacs25/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/emacs25/PLIST \ pkgsrc/editors/emacs25/distinfo pkgsrc/editors/emacs25/options.mk cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/emacs25/version.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1493299677209310 Content-Disposition: inline Content-Length: 4926 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/emacs25/Makefile diff -u pkgsrc/editors/emacs25/Makefile:1.7 pkgsrc/editors/emacs25/Makefile:1.8 --- pkgsrc/editors/emacs25/Makefile:1.7 Sat Apr 22 21:03:34 2017 +++ pkgsrc/editors/emacs25/Makefile Thu Apr 27 13:27:57 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2017/04/22 21:03:34 adam Exp $ +# $NetBSD: Makefile,v 1.8 2017/04/27 13:27:57 ryoon Exp $ CONFLICTS+= emacs25-nox11-[0-9]* -PKGREVISION= 6 .include "../../editors/emacs25/Makefile.common" .include "options.mk" Index: pkgsrc/editors/emacs25/PLIST diff -u pkgsrc/editors/emacs25/PLIST:1.2 pkgsrc/editors/emacs25/PLIST:1.3 --- pkgsrc/editors/emacs25/PLIST:1.2 Wed Sep 21 09:22:08 2016 +++ pkgsrc/editors/emacs25/PLIST Thu Apr 27 13:27:57 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2016/09/21 09:22:08 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2017/04/27 13:27:57 ryoon Exp $ bin/ctags bin/ebrowse bin/emacs @@ -943,7 +943,6 @@ share/emacs/${PKGVERSION}/etc/refcards/d share/emacs/${PKGVERSION}/etc/refcards/dired-ref.pdf share/emacs/${PKGVERSION}/etc/refcards/dired-ref.tex share/emacs/${PKGVERSION}/etc/refcards/emacsver.tex -share/emacs/${PKGVERSION}/etc/refcards/emacsver.tex.in share/emacs/${PKGVERSION}/etc/refcards/fr-dired-ref.pdf share/emacs/${PKGVERSION}/etc/refcards/fr-dired-ref.tex share/emacs/${PKGVERSION}/etc/refcards/fr-refcard.pdf @@ -958,13 +957,19 @@ share/emacs/${PKGVERSION}/etc/refcards/g share/emacs/${PKGVERSION}/etc/refcards/orgcard.pdf share/emacs/${PKGVERSION}/etc/refcards/orgcard.tex share/emacs/${PKGVERSION}/etc/refcards/pdflayout.sty +share/emacs/${PKGVERSION}/etc/refcards/pl-refcard.pdf share/emacs/${PKGVERSION}/etc/refcards/pl-refcard.tex +share/emacs/${PKGVERSION}/etc/refcards/pt-br-refcard.pdf share/emacs/${PKGVERSION}/etc/refcards/pt-br-refcard.tex share/emacs/${PKGVERSION}/etc/refcards/refcard.pdf share/emacs/${PKGVERSION}/etc/refcards/refcard.tex +share/emacs/${PKGVERSION}/etc/refcards/ru-refcard.pdf share/emacs/${PKGVERSION}/etc/refcards/ru-refcard.tex share/emacs/${PKGVERSION}/etc/refcards/sk-dired-ref.tex +share/emacs/${PKGVERSION}/etc/refcards/sk-dired-ref.pdf +share/emacs/${PKGVERSION}/etc/refcards/sk-refcard.pdf share/emacs/${PKGVERSION}/etc/refcards/sk-refcard.tex +share/emacs/${PKGVERSION}/etc/refcards/sk-survival.pdf share/emacs/${PKGVERSION}/etc/refcards/sk-survival.tex share/emacs/${PKGVERSION}/etc/refcards/survival.pdf share/emacs/${PKGVERSION}/etc/refcards/survival.tex Index: pkgsrc/editors/emacs25/distinfo diff -u pkgsrc/editors/emacs25/distinfo:1.2 pkgsrc/editors/emacs25/distinfo:1.3 --- pkgsrc/editors/emacs25/distinfo:1.2 Tue Dec 13 13:40:05 2016 +++ pkgsrc/editors/emacs25/distinfo Thu Apr 27 13:27:57 2017 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2016/12/13 13:40:05 wiedi Exp $ +$NetBSD: distinfo,v 1.3 2017/04/27 13:27:57 ryoon Exp $ -SHA1 (emacs-25.1.tar.gz) = 78fd1683bbb77bbab7453aedc2be457258bbae8c -RMD160 (emacs-25.1.tar.gz) = d29ddba846024c7df3e1dc02ac32690f3650e7b9 -SHA512 (emacs-25.1.tar.gz) = c933483071c42a277c7b09c77b93a057cfbb68456dc90c6f4eaf881d478c0f64383330c5b9c6a2a70a008f30f8b303862e5434d442b8a9cddaa5926e54d5a251 -Size (emacs-25.1.tar.gz) = 62345581 bytes +SHA1 (emacs-25.2.tar.gz) = 30c18fb0cd932736bb6a7232ab62f562cf89a785 +RMD160 (emacs-25.2.tar.gz) = 2b0cd1fa04abb2156fd4a33f73e9b929f97dca43 +SHA512 (emacs-25.2.tar.gz) = 3ddecdfb64fba400d82b6d44fd03799ac1a2032aa3bda6eb18a83d680465f1df3e8128b9544daaeed4b5ead0ac11955c1ad613de6a489236995def840c4d501c +Size (emacs-25.2.tar.gz) = 64289988 bytes SHA1 (patch-src_inotify.c) = 1fdc6566ed57e8418f1ddc85bb03518d7d9d6bb3 Index: pkgsrc/editors/emacs25/options.mk diff -u pkgsrc/editors/emacs25/options.mk:1.2 pkgsrc/editors/emacs25/options.mk:1.3 --- pkgsrc/editors/emacs25/options.mk:1.2 Tue Feb 14 09:07:37 2017 +++ pkgsrc/editors/emacs25/options.mk Thu Apr 27 13:27:57 2017 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2017/02/14 09:07:37 markd Exp $ +# $NetBSD: options.mk,v 1.3 2017/04/27 13:27:57 ryoon Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.emacs PKG_SUPPORTED_OPTIONS= dbus xft2 svg xml gnutls @@ -8,7 +8,7 @@ PKG_OPTIONS_OPTIONAL_GROUPS+= toolkit PKG_OPTIONS_GROUP.toolkit= gtk2 gtk3 motif xaw PKG_SUGGESTED_OPTIONS.Darwin= nextstep PKG_SUGGESTED_OPTIONS.*= x11 -PKG_SUGGESTED_OPTIONS+= dbus svg xft2 +PKG_SUGGESTED_OPTIONS+= dbus svg xft2 xml .include "../../mk/bsd.options.mk" Index: pkgsrc/editors/emacs25/version.mk diff -u pkgsrc/editors/emacs25/version.mk:1.1 pkgsrc/editors/emacs25/version.mk:1.2 --- pkgsrc/editors/emacs25/version.mk:1.1 Sun Sep 18 13:36:18 2016 +++ pkgsrc/editors/emacs25/version.mk Thu Apr 27 13:27:57 2017 @@ -1,7 +1,7 @@ -# $NetBSD: version.mk,v 1.1 2016/09/18 13:36:18 ryoon Exp $ +# $NetBSD: version.mk,v 1.2 2017/04/27 13:27:57 ryoon Exp $ _EMACS_FLAVOR= emacs _EMACS_REQD= emacs25>=25.1<26 _EMACS_VERSION_MAJOR= 25 -_EMACS_VERSION_MINOR= 1 +_EMACS_VERSION_MINOR= 2 --_----------=_1493299677209310--