svn commit: r438739 - head/editors/emacs-devel

Joseph Mingrone jrm at FreeBSD.org
Mon Apr 17 18:17:55 UTC 2017


Author: jrm
Date: Mon Apr 17 18:17:53 2017
New Revision: 438739
URL: https://svnweb.freebsd.org/changeset/ports/438739

Log:
  editors/emacs-devel: Update to upstream commit 28718c4
  
  Also add MAKE_JOBS_UNSAFE=yes.
  
  Approved by:	ashish (maintainer), swills (mentor, implicit)
  Differential Revision:	https://reviews.freebsd.org/D10374

Modified:
  head/editors/emacs-devel/Makefile
  head/editors/emacs-devel/distinfo
  head/editors/emacs-devel/pkg-plist

Modified: head/editors/emacs-devel/Makefile
==============================================================================
--- head/editors/emacs-devel/Makefile	Mon Apr 17 18:00:17 2017	(r438738)
+++ head/editors/emacs-devel/Makefile	Mon Apr 17 18:17:53 2017	(r438739)
@@ -19,10 +19,10 @@ BROKEN_aarch64=		Fails to link: missing 
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	emacs-mirror
-GH_TAGNAME=	211d41a
+GH_TAGNAME=	28718c4
 
 EMACS_VER=	26.0.50
-EMACS_REV=	20170324
+EMACS_REV=	20170415
 GNU_CONFIGURE=	yes
 USES=		autoreconf:build cpe gmake makeinfo ncurses pkgconfig
 INFO_PATH=	${DATADIR_REL}/info
@@ -42,6 +42,8 @@ INFO=	ada-mode auth autotype bovine calc
 	rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar	\
 	srecode todo-mode tramp url vhdl-mode vip viper widget wisent woman
 
+MAKE_JOBS_UNSAFE=	yes
+
 OPTIONS_DEFINE=	ACL DBUS GNUTLS LLDB MODULES SOURCES THREADS X11 XML
 
 OPTIONS_RADIO=			FILENOTIFY SOUND X11TOOLKIT

Modified: head/editors/emacs-devel/distinfo
==============================================================================
--- head/editors/emacs-devel/distinfo	Mon Apr 17 18:00:17 2017	(r438738)
+++ head/editors/emacs-devel/distinfo	Mon Apr 17 18:17:53 2017	(r438739)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490398378
-SHA256 (emacs-mirror-emacs-26.0.50.20170324-211d41a_GH0.tar.gz) = af10cd46e8037d8a5d3fb398d8146ecd2479abf65ab6d78c5309f03c2e8d624b
-SIZE (emacs-mirror-emacs-26.0.50.20170324-211d41a_GH0.tar.gz) = 38952007
+TIMESTAMP = 1492264943
+SHA256 (emacs-mirror-emacs-26.0.50.20170415-28718c4_GH0.tar.gz) = 7bbfee77b62022062b38301c9528816e881194aa48cce85c5060167f5c889edb
+SIZE (emacs-mirror-emacs-26.0.50.20170415-28718c4_GH0.tar.gz) = 39016739

Modified: head/editors/emacs-devel/pkg-plist
==============================================================================
--- head/editors/emacs-devel/pkg-plist	Mon Apr 17 18:00:17 2017	(r438738)
+++ head/editors/emacs-devel/pkg-plist	Mon Apr 17 18:17:53 2017	(r438739)
@@ -2228,6 +2228,9 @@ share/applications/emacs.desktop
 %%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-name.el
 %%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-numeric.el
 %%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-old-name.el
+%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-special-lowercase.el
+%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-special-titlecase.el
+%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-special-uppercase.el
 %%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-titlecase.el
 %%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-uppercase.el
 %%DATADIR%%/%%EMACS_VER%%/lisp/international/utf-7.el.gz
@@ -3554,6 +3557,8 @@ share/applications/emacs.desktop
 %%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/ispell.elc
 %%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/makeinfo.el.gz
 %%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/makeinfo.elc
+%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/mhtml-mode.el.gz
+%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/mhtml-mode.elc
 %%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/nroff-mode.el.gz
 %%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/nroff-mode.elc
 %%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/page-ext.el.gz


More information about the svn-ports-head mailing list