svn commit: r508810 - head/editors/emacs-devel
Joseph Mingrone
jrm at FreeBSD.org
Tue Aug 13 02:18:19 UTC 2019
Author: jrm
Date: Tue Aug 13 02:18:18 2019
New Revision: 508810
URL: https://svnweb.freebsd.org/changeset/ports/508810
Log:
editors/emacs-devel: Update to 2019-08-12 commit, 2b329ed
This fixes Emacs bug #37006, which could prevent the garbage collector from
running.
Modified:
head/editors/emacs-devel/Makefile (contents, props changed)
head/editors/emacs-devel/distinfo (contents, props changed)
head/editors/emacs-devel/pkg-plist (contents, props changed)
Modified: head/editors/emacs-devel/Makefile
==============================================================================
--- head/editors/emacs-devel/Makefile Tue Aug 13 02:18:11 2019 (r508809)
+++ head/editors/emacs-devel/Makefile Tue Aug 13 02:18:18 2019 (r508810)
@@ -3,7 +3,6 @@
PORTNAME= emacs
DISTVERSION= ${EMACS_VER}.${EMACS_REV}
-PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= editors ipv6
PKGNAMESUFFIX= -devel
@@ -33,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= b22b59c
+GH_TAGNAME= 2b329ed
CONFIGURE_ARGS= --disable-build-details \
--localstatedir=/var
@@ -199,7 +198,7 @@ XWIDGETS_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2
XWIDGETS_IMPLIES= GTK3
EMACS_VER= 27.0.50
-EMACS_REV= 20190801
+EMACS_REV= 20190812
.include <bsd.port.options.mk>
Modified: head/editors/emacs-devel/distinfo
==============================================================================
--- head/editors/emacs-devel/distinfo Tue Aug 13 02:18:11 2019 (r508809)
+++ head/editors/emacs-devel/distinfo Tue Aug 13 02:18:18 2019 (r508810)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1564651102
-SHA256 (emacs-mirror-emacs-27.0.50.20190801-b22b59c_GH0.tar.gz) = 44017d2dae56460b62b771e21e6c20a7318d043c8c1baf22fd18fa6003c2fc16
-SIZE (emacs-mirror-emacs-27.0.50.20190801-b22b59c_GH0.tar.gz) = 40782238
+TIMESTAMP = 1565649031
+SHA256 (emacs-mirror-emacs-27.0.50.20190812-2b329ed_GH0.tar.gz) = 1dd6089a43663edefeda77b4c69dee48f7c215ddd939ec2d5f7111a6adc5a7d0
+SIZE (emacs-mirror-emacs-27.0.50.20190812-2b329ed_GH0.tar.gz) = 40800340
Modified: head/editors/emacs-devel/pkg-plist
==============================================================================
--- head/editors/emacs-devel/pkg-plist Tue Aug 13 02:18:11 2019 (r508809)
+++ head/editors/emacs-devel/pkg-plist Tue Aug 13 02:18:18 2019 (r508810)
@@ -1525,8 +1525,6 @@ share/metainfo/emacs.appdata.xml
%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-print.elc
%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-seq.el.gz
%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-seq.elc
-%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl.el.gz
-%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl.elc
%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/copyright.el.gz
%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/copyright.elc
%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/crm.el.gz
@@ -2862,6 +2860,8 @@ share/metainfo/emacs.appdata.xml
%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/bruce.elc
%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cc-compat.el.gz
%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cc-compat.elc
+%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cl.el.gz
+%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cl.elc
%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cl-compat.el.gz
%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cl-compat.elc
%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/complete.el.gz
More information about the svn-ports-head
mailing list