diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2017-02-10 20:54:12 +0800 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2017-02-10 20:54:12 +0800 |
commit | 20ae938bc46185ecf7156b8174d40136a6202d22 (patch) | |
tree | b62b7a2a5fba4046db9e2790562a7c3bceed59e1 /editors | |
parent | a7674046613ccf46d40c95583795e51ecd16cca5 (diff) | |
download | freebsd-ports-gnome-20ae938bc46185ecf7156b8174d40136a6202d22.tar.gz freebsd-ports-gnome-20ae938bc46185ecf7156b8174d40136a6202d22.tar.zst freebsd-ports-gnome-20ae938bc46185ecf7156b8174d40136a6202d22.zip |
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
https://github.com/emacs-mirror/emacs/commit/2bfe83fcd3575d03f371a7d0e6b8c5d661bc5ac7
Approved by: ashish (maintainer) swills (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D9513
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-devel/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs-devel/distinfo | 6 | ||||
-rw-r--r-- | editors/emacs-devel/pkg-plist | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index d271ed8d4157..63d9ea8a5724 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -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 diff --git a/editors/emacs-devel/distinfo b/editors/emacs-devel/distinfo index 7c2fc6855221..2a3cb4308db4 100644 --- a/editors/emacs-devel/distinfo +++ b/editors/emacs-devel/distinfo @@ -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 diff --git a/editors/emacs-devel/pkg-plist b/editors/emacs-devel/pkg-plist index d71a7d7f54ac..547ef05271c4 100644 --- a/editors/emacs-devel/pkg-plist +++ b/editors/emacs-devel/pkg-plist @@ -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 |