diff options
author | jrm <jrm@FreeBSD.org> | 2018-10-23 07:47:03 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2018-10-23 07:47:03 +0800 |
commit | 8ca817ceabd80ee37a4f177ea180ba3233f2e5ba (patch) | |
tree | 4dfe78ec06f44812b49090ae6a64bcb5789141b9 /editors | |
parent | f33c474468e14464e0bd372f04e989cff152ff37 (diff) | |
download | freebsd-ports-gnome-8ca817ceabd80ee37a4f177ea180ba3233f2e5ba.tar.gz freebsd-ports-gnome-8ca817ceabd80ee37a4f177ea180ba3233f2e5ba.tar.zst freebsd-ports-gnome-8ca817ceabd80ee37a4f177ea180ba3233f2e5ba.zip |
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.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-devel/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs-devel/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index 3d0cfe610085..6d4b1803d8b5 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -32,7 +32,7 @@ USE_XORG= ice sm x11 xcb xext xfixes xinerama xmu xrandr xt 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-gtk3 \ XWIDGETS_IMPLIES= GTK3 EMACS_VER= 27.0.50 -EMACS_REV= 20181019 +EMACS_REV= 20181022 .include <bsd.port.options.mk> diff --git a/editors/emacs-devel/distinfo b/editors/emacs-devel/distinfo index f9aa2163d3fb..a42088ec4dd9 100644 --- a/editors/emacs-devel/distinfo +++ b/editors/emacs-devel/distinfo @@ -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 |