svn commit: r482447 - head/editors/emacs-devel
Joseph Mingrone
jrm at FreeBSD.org
Fri Oct 19 18:57:11 UTC 2018
Author: jrm
Date: Fri Oct 19 18:57:10 2018
New Revision: 482447
URL: https://svnweb.freebsd.org/changeset/ports/482447
Log:
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.
Modified:
head/editors/emacs-devel/Makefile (contents, props changed)
head/editors/emacs-devel/distinfo (contents, props changed)
Modified: head/editors/emacs-devel/Makefile
==============================================================================
--- head/editors/emacs-devel/Makefile Fri Oct 19 18:46:43 2018 (r482446)
+++ head/editors/emacs-devel/Makefile Fri Oct 19 18:57:10 2018 (r482447)
@@ -32,7 +32,7 @@ USE_XORG= ice sm x11 xcb xext xfixes xinerama xmu xran
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
XWIDGETS_IMPLIES= GTK3
EMACS_VER= 27.0.50
-EMACS_REV= 20181011
+EMACS_REV= 20181019
.include <bsd.port.options.mk>
Modified: head/editors/emacs-devel/distinfo
==============================================================================
--- head/editors/emacs-devel/distinfo Fri Oct 19 18:46:43 2018 (r482446)
+++ head/editors/emacs-devel/distinfo Fri Oct 19 18:57:10 2018 (r482447)
@@ -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
More information about the svn-ports-all
mailing list