aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2021-03-26 00:40:44 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2021-03-26 00:40:44 +0000
commit4c42925142ca7becd991778607490efb0d4a6249 (patch)
tree01b4481676216c1686eda99c36505dd88c50f601 /editors
parentfb20bdc3d6034d362ea12d4d6f8c68a5e1c6d640 (diff)
downloadports-4c42925142ca7becd991778607490efb0d4a6249.tar.gz
ports-4c42925142ca7becd991778607490efb0d4a6249.zip
editors/emacs: Update to 27.2
This is a bug-fix release with no new features. https://www.gnu.org/software/emacs/news/NEWS.27.2 Reviewed by: ashish Differential Revision: https://reviews.freebsd.org/D27700
Notes
Notes: svn path=/head/; revision=569232
Diffstat (limited to 'editors')
-rw-r--r--editors/apel/Makefile1
-rw-r--r--editors/emacs/Makefile6
-rw-r--r--editors/emacs/distinfo8
-rw-r--r--editors/emacs/files/patch-lisp_net_tramp-sh.el19
-rw-r--r--editors/emacs/pkg-plist3
-rw-r--r--editors/flim/Makefile1
-rw-r--r--editors/paredit-mode.el/Makefile2
-rw-r--r--editors/psgml/Makefile2
-rw-r--r--editors/semi/Makefile1
-rw-r--r--editors/slime/Makefile1
-rw-r--r--editors/sly-asdf/Makefile1
-rw-r--r--editors/sly-named-readtables/Makefile1
-rw-r--r--editors/sly-quicklisp/Makefile1
-rw-r--r--editors/sly/Makefile1
-rw-r--r--editors/tamago/Makefile2
-rw-r--r--editors/web-mode/Makefile2
-rw-r--r--editors/with-editor/Makefile1
17 files changed, 20 insertions, 33 deletions
diff --git a/editors/apel/Makefile b/editors/apel/Makefile
index 60ead16a76e9..66bca3fea943 100644
--- a/editors/apel/Makefile
+++ b/editors/apel/Makefile
@@ -3,6 +3,7 @@
PORTNAME= apel
PORTVERSION= 10.8.${SNAPDATE}
+PORTREVISION= 1
CATEGORIES= editors elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index ccc758f30fa4..c9530a4f85c8 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -2,15 +2,11 @@
# $FreeBSD$
PORTNAME= emacs
-DISTVERSION= 27.1
-PORTREVISION= 4
+DISTVERSION= 27.2
PORTEPOCH= 3
CATEGORIES= editors
MASTER_SITES= GNU
-PATCH_SITES= https://github.com/emacs-mirror/emacs/commit/:upstream
-PATCHFILES= 43a1b79f56cb1ac6530e8b41f3c329890a00a8f6.patch:-p1:upstream
-
.if ${FLAVOR:U} == canna
PATCH_SITES+= https://www.gentei.org/~yuuji/software/emacs27canna/:canna
PATCHFILES+= emacs27.0.90-canna-20200308.diff.gz:-p1:canna
diff --git a/editors/emacs/distinfo b/editors/emacs/distinfo
index 8517176d8383..2772ff93d947 100644
--- a/editors/emacs/distinfo
+++ b/editors/emacs/distinfo
@@ -1,7 +1,5 @@
-TIMESTAMP = 1604331394
-SHA256 (emacs-27.1.tar.xz) = 4a4c128f915fc937d61edfc273c98106711b540c9be3cd5d2e2b9b5b2f172e41
-SIZE (emacs-27.1.tar.xz) = 43752012
+TIMESTAMP = 1616684962
+SHA256 (emacs-27.2.tar.xz) = b4a7cc4e78e63f378624e0919215b910af5bb2a0afc819fad298272e9f40c1b9
+SIZE (emacs-27.2.tar.xz) = 44624480
SHA256 (emacs27.0.90-canna-20200308.diff.gz) = af22f2f671fdc0a21844e015b141bc2d6798dd8ffb63bb6928385acb0cea4ab5
SIZE (emacs27.0.90-canna-20200308.diff.gz) = 30415
-SHA256 (43a1b79f56cb1ac6530e8b41f3c329890a00a8f6.patch) = e5d38c58e134d023ed8a75336205fae3b604cd8177fe9705b08a726cb6cf54c4
-SIZE (43a1b79f56cb1ac6530e8b41f3c329890a00a8f6.patch) = 3483
diff --git a/editors/emacs/files/patch-lisp_net_tramp-sh.el b/editors/emacs/files/patch-lisp_net_tramp-sh.el
deleted file mode 100644
index fb350b2685c4..000000000000
--- a/editors/emacs/files/patch-lisp_net_tramp-sh.el
+++ /dev/null
@@ -1,19 +0,0 @@
---- lisp/net/tramp-sh.el.orig 2019-07-25 19:41:28 UTC
-+++ lisp/net/tramp-sh.el
-@@ -4059,6 +4059,7 @@ process to set up. VEC specifies the connection."
-
- ;; Disable echo expansion.
- (tramp-message vec 5 "Setting up remote shell environment")
-+ (tramp-send-command vec "set +o vi +o emacs" t)
- (tramp-send-command
- vec "stty -inlcr -onlcr -echo kill '^U' erase '^H'" t)
- ;; Check whether the echo has really been disabled. Some
-@@ -4127,8 +4128,6 @@ process to set up. VEC specifies the connection."
- (set-process-coding-system proc cs-decode cs-encode)
- (tramp-message
- vec 5 "Setting coding system to `%s' and `%s'" cs-decode cs-encode)))
--
-- (tramp-send-command vec "set +o vi +o emacs" t)
-
- ;; Check whether the remote host suffers from buggy
- ;; `send-process-string'. This is known for FreeBSD (see comment
diff --git a/editors/emacs/pkg-plist b/editors/emacs/pkg-plist
index f06988eee683..c76363a5a28b 100644
--- a/editors/emacs/pkg-plist
+++ b/editors/emacs/pkg-plist
@@ -899,6 +899,7 @@ share/metainfo/emacs.appdata.xml
%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.th
%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.translators
%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.zh
+%%DATADIR%%/%%EMACS_VER%%/etc/w32-feature.el
%%DATADIR%%/%%EMACS_VER%%/etc/yow.lines
%%DATADIR%%/%%EMACS_VER%%/lisp/COPYING
%%DATADIR%%/%%EMACS_VER%%/lisp/README
@@ -3190,6 +3191,8 @@ share/metainfo/emacs.appdata.xml
%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-plot.elc
%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-protocol.el.gz
%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-protocol.elc
+%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-refile.elc
+%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-refile.el.gz
%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-src.el.gz
%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-src.elc
%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-table.el.gz
diff --git a/editors/flim/Makefile b/editors/flim/Makefile
index 8595e175105a..258c2de16b7a 100644
--- a/editors/flim/Makefile
+++ b/editors/flim/Makefile
@@ -3,6 +3,7 @@
PORTNAME= flim
PORTVERSION= 1.14.9.${SNAPDATE}
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= editors elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/editors/paredit-mode.el/Makefile b/editors/paredit-mode.el/Makefile
index 57c11762702d..15de19f6cb22 100644
--- a/editors/paredit-mode.el/Makefile
+++ b/editors/paredit-mode.el/Makefile
@@ -2,7 +2,7 @@
PORTNAME= paredit-mode.el
PORTVERSION= 24
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= editors elisp
MASTER_SITES= http://mumble.net/~campbell/emacs/
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/editors/psgml/Makefile b/editors/psgml/Makefile
index feab012cd9a7..21aa4af49043 100644
--- a/editors/psgml/Makefile
+++ b/editors/psgml/Makefile
@@ -3,7 +3,7 @@
PORTNAME= psgml
PORTVERSION= 1.4.0
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= editors elisp
MASTER_SITES= SF/${PORTNAME}/ALPHA%20${PORTNAME}/1.3.2
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/editors/semi/Makefile b/editors/semi/Makefile
index 82017b1f3548..d6059d57859a 100644
--- a/editors/semi/Makefile
+++ b/editors/semi/Makefile
@@ -3,6 +3,7 @@
PORTNAME= semi
PORTVERSION= ${SEMI_VER}.${SNAPDATE}
+PORTREVISION= 1
CATEGORIES= editors elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/editors/slime/Makefile b/editors/slime/Makefile
index d07b99247d89..bf8d61c44fa0 100644
--- a/editors/slime/Makefile
+++ b/editors/slime/Makefile
@@ -4,6 +4,7 @@
PORTNAME= slime
DISTVERSIONPREFIX= v
DISTVERSION= 2.26.1-9
+PORTREVISION= 1
DISTVERSIONSUFFIX= -gf368e22a
CATEGORIES= editors elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/editors/sly-asdf/Makefile b/editors/sly-asdf/Makefile
index 6ab425f83db8..dc835e711cd2 100644
--- a/editors/sly-asdf/Makefile
+++ b/editors/sly-asdf/Makefile
@@ -2,6 +2,7 @@
PORTNAME= sly-asdf
PORTVERSION= 20210308
+PORTREVISION= 1
CATEGORIES= editors elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/editors/sly-named-readtables/Makefile b/editors/sly-named-readtables/Makefile
index 988f05268d3e..284f6b22510b 100644
--- a/editors/sly-named-readtables/Makefile
+++ b/editors/sly-named-readtables/Makefile
@@ -2,6 +2,7 @@
PORTNAME= sly-named-readtables
PORTVERSION= 20191013
+PORTREVISION= 1
CATEGORIES= editors elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/editors/sly-quicklisp/Makefile b/editors/sly-quicklisp/Makefile
index 0e35f12b8892..1ba1fc52ec64 100644
--- a/editors/sly-quicklisp/Makefile
+++ b/editors/sly-quicklisp/Makefile
@@ -2,6 +2,7 @@
PORTNAME= sly-quicklisp
PORTVERSION= 20200707
+PORTREVISION= 1
CATEGORIES= editors elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/editors/sly/Makefile b/editors/sly/Makefile
index e79f20236eb8..ae34e060c566 100644
--- a/editors/sly/Makefile
+++ b/editors/sly/Makefile
@@ -2,6 +2,7 @@
PORTNAME= sly
DISTVERSION= 1.0.43
+PORTREVISION= 1
CATEGORIES= editors elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile
index 7b28276019cb..cdc60c04d53f 100644
--- a/editors/tamago/Makefile
+++ b/editors/tamago/Makefile
@@ -4,7 +4,7 @@
PORTNAME= tamago
PORTVERSION= 4.0.6.0.20041122.19.14
DISTVERSIONPREFIX= v
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= editors elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/editors/web-mode/Makefile b/editors/web-mode/Makefile
index 59470bd82d04..65da24ed71f9 100644
--- a/editors/web-mode/Makefile
+++ b/editors/web-mode/Makefile
@@ -3,7 +3,7 @@
PORTNAME= web-mode
PORTVERSION= 15.1
DISTVERSIONPREFIX= v
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= editors elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/editors/with-editor/Makefile b/editors/with-editor/Makefile
index 78dbc8d47c13..ce2c1a81369d 100644
--- a/editors/with-editor/Makefile
+++ b/editors/with-editor/Makefile
@@ -4,6 +4,7 @@
PORTNAME= with-editor
DISTVERSIONPREFIX= v
DISTVERSION= 3.0.2
+PORTREVISION= 1
CATEGORIES= editors elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}