Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Oct 2020 20:30:18 +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: r551594 - head/editors/emacs-devel
Message-ID:  <202010062030.096KUIlC065261@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Tue Oct  6 20:30:18 2020
New Revision: 551594
URL: https://svnweb.freebsd.org/changeset/ports/551594

Log:
  editors/emacs-devel: Update to 20201006 master-branch commit 278c9d6
  
  Revision 053d706 has a bug in the update-file-autoloads function, which
  causes the build of japanese/lookup to fail.  This update fixes that
  problem.
  
  PR:		250162
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>

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	Tue Oct  6 20:27:37 2020	(r551593)
+++ head/editors/emacs-devel/Makefile	Tue Oct  6 20:30:18 2020	(r551594)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	emacs
-DISTVERSION=	28.0.50.20201002
+DISTVERSION=	28.0.50.20201006
 PORTEPOCH=	2
 CATEGORIES=	editors
 PKGNAMESUFFIX=	-devel
@@ -28,7 +28,7 @@ USES=		autoreconf:build cpe gmake localbase:ldflags nc
 CPE_VENDOR=	gnu
 USE_GITHUB=	yes
 GH_ACCOUNT=	emacs-mirror
-GH_TAGNAME=	053d706
+GH_TAGNAME=	278c9d6
 
 .if ${FLAVOR:U} != nox
 USES+=		desktop-file-utils gnome xorg

Modified: head/editors/emacs-devel/distinfo
==============================================================================
--- head/editors/emacs-devel/distinfo	Tue Oct  6 20:27:37 2020	(r551593)
+++ head/editors/emacs-devel/distinfo	Tue Oct  6 20:30:18 2020	(r551594)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1601636492
-SHA256 (emacs-mirror-emacs-28.0.50.20201002-053d706_GH0.tar.gz) = 012fcbebe257523ea73f3f9a9ce2f2014397e25ec803cb38c236332e5fe58972
-SIZE (emacs-mirror-emacs-28.0.50.20201002-053d706_GH0.tar.gz) = 42237781
+TIMESTAMP = 1602007485
+SHA256 (emacs-mirror-emacs-28.0.50.20201006-278c9d6_GH0.tar.gz) = 47ca11184c7d9645ce807c2c086207e9b67a77e7ccfa29b0af34cd0c8224db2b
+SIZE (emacs-mirror-emacs-28.0.50.20201006-278c9d6_GH0.tar.gz) = 42241100



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