editors/emacs-devel: Pull in latest commit to master branch.
A fix was committed for an eshell bug that resulted in piped data being
silently dropped. Pull in that fix.
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=15414
2bfe83fcd3
Approved by: ashish (maintainer) swills (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D9513
This commit is contained in:
parent
a767404661
commit
20ae938bc4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433791
3 changed files with 7 additions and 5 deletions
|
@ -17,10 +17,10 @@ CONFLICTS= emacs25-[0-9]* emacs-nox11-[0-9]*
|
|||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= emacs-mirror
|
||||
GH_TAGNAME= e280b94
|
||||
GH_TAGNAME= 35b9b7e
|
||||
|
||||
EMACS_VER= 26.0.50
|
||||
EMACS_REV= 20170202
|
||||
EMACS_REV= 20170209
|
||||
GNU_CONFIGURE= yes
|
||||
USES= autoreconf:build cpe gmake makeinfo ncurses pkgconfig
|
||||
INFO_PATH= ${DATADIR_REL}/info
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1486035864
|
||||
SHA256 (emacs-mirror-emacs-26.0.50.20170202-e280b94_GH0.tar.gz) = 91b9035651bd84eb0cbf56f044030ebd2ad6f6a9809f67ea4b73c35a4e957ff6
|
||||
SIZE (emacs-mirror-emacs-26.0.50.20170202-e280b94_GH0.tar.gz) = 38530478
|
||||
TIMESTAMP = 1486649070
|
||||
SHA256 (emacs-mirror-emacs-26.0.50.20170209-35b9b7e_GH0.tar.gz) = 19faae8c1173c84dfc1d967f09c52f8d4599802e00753e53a71d84a5cf5062ed
|
||||
SIZE (emacs-mirror-emacs-26.0.50.20170209-35b9b7e_GH0.tar.gz) = 38553962
|
||||
|
|
|
@ -3828,6 +3828,8 @@ share/applications/emacs.desktop
|
|||
%%DATADIR%%/%%EMACS_VER%%/lisp/woman.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/x-dnd.el.gz
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/x-dnd.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/xdg.el.gz
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/xdg.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/xml.el.gz
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/xml.elc
|
||||
%%DATADIR%%/%%EMACS_VER%%/lisp/xt-mouse.el.gz
|
||||
|
|
Loading…
Reference in a new issue