Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Oct 2018 23:47:04 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482796 - head/editors/emacs-devel
Message-ID:  <201810222347.w9MNl47Z001119@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Mon Oct 22 23:47:03 2018
New Revision: 482796
URL: https://svnweb.freebsd.org/changeset/ports/482796

Log:
  editors/emacs-devel: Update to latest master-branch commit
  
  This fixes an issue with lisp/epg.el that caused messages about obsolete
  timestamps.  See https://github.com/emacs-mirror/emacs/commit/8602bd8 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	Mon Oct 22 21:47:03 2018	(r482795)
+++ head/editors/emacs-devel/Makefile	Mon Oct 22 23:47:03 2018	(r482796)
@@ -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=	d2a07b9
+GH_TAGNAME=	8602bd8
 
 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=	20181019
+EMACS_REV=	20181022
 
 .include <bsd.port.options.mk>
 

Modified: head/editors/emacs-devel/distinfo
==============================================================================
--- head/editors/emacs-devel/distinfo	Mon Oct 22 21:47:03 2018	(r482795)
+++ head/editors/emacs-devel/distinfo	Mon Oct 22 23:47:03 2018	(r482796)
@@ -1,3 +1,3 @@
-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
+TIMESTAMP = 1540237438
+SHA256 (emacs-mirror-emacs-27.0.50.20181022-8602bd8_GH0.tar.gz) = 57e1ce01c4b97ed647ff6ed852da735aac134f23e80c8956033bc385b4f7bb29
+SIZE (emacs-mirror-emacs-27.0.50.20181022-8602bd8_GH0.tar.gz) = 40357913



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810222347.w9MNl47Z001119>