diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2018-10-19 18:57:10 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2018-10-19 18:57:10 +0000 |
commit | 48f10cc966ce049ca522c12324968d46eb097d79 (patch) | |
tree | b9c38d63f4c6433198c8f5489e6a268db62822e2 | |
parent | Take maintainership (diff) |
editors/emacs-devel: Update to latest master-branch commit
This fixes an issue, specific to FreeBSD i386, that caused a core dump during
build. Refer to https://github.com/emacs-mirror/emacs/commit/d2a07b9 for
details.
Notes
Notes:
svn path=/head/; revision=482447
-rw-r--r-- | editors/emacs-devel/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs-devel/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index f89043340c96..3d0cfe610085 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -32,7 +32,7 @@ USE_XORG= ice sm x11 xcb xext xfixes xinerama xmu xrandr xt CPE_VENDOR= gnu USE_GITHUB= yes GH_ACCOUNT= emacs-mirror -GH_TAGNAME= 93fe420 +GH_TAGNAME= d2a07b9 CONFIGURE_ARGS= --disable-build-details \ --localstatedir=/var \ @@ -197,7 +197,7 @@ XWIDGETS_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ XWIDGETS_IMPLIES= GTK3 EMACS_VER= 27.0.50 -EMACS_REV= 20181011 +EMACS_REV= 20181019 .include <bsd.port.options.mk> diff --git a/editors/emacs-devel/distinfo b/editors/emacs-devel/distinfo index 545c12879c84..f9aa2163d3fb 100644 --- a/editors/emacs-devel/distinfo +++ b/editors/emacs-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1539224595 -SHA256 (emacs-mirror-emacs-27.0.50.20181011-93fe420_GH0.tar.gz) = eb0ebd7b850b568aa8af4e05b752740d0d7b3e3f18364e0f809b2fd7f4283294 -SIZE (emacs-mirror-emacs-27.0.50.20181011-93fe420_GH0.tar.gz) = 40332761 +TIMESTAMP = 1539970984 +SHA256 (emacs-mirror-emacs-27.0.50.20181019-d2a07b9_GH0.tar.gz) = 18c1dc4cb26311507c59e9143f219eaba3858b271a3742cc6cf486f5eaec1a3f +SIZE (emacs-mirror-emacs-27.0.50.20181019-d2a07b9_GH0.tar.gz) = 40355122 |