From owner-svn-ports-head@freebsd.org Fri Oct 19 18:57:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7ECA6FD8C1F; Fri, 19 Oct 2018 18:57:11 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2321A894E1; Fri, 19 Oct 2018 18:57:11 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 181CB13018; Fri, 19 Oct 2018 18:57:11 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9JIvALr097705; Fri, 19 Oct 2018 18:57:10 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9JIvAXS097703; Fri, 19 Oct 2018 18:57:10 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201810191857.w9JIvAXS097703@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Fri, 19 Oct 2018 18:57:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482447 - head/editors/emacs-devel X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/editors/emacs-devel X-SVN-Commit-Revision: 482447 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2018 18:57:11 -0000 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 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