summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2022-09-17 07:20:20 +0900
committerYasuhiro Kimura <yasu@FreeBSD.org>2022-09-21 16:48:19 +0900
commit164249e86734bd23f17182913f13a3a3f346a3ca (patch)
tree96448fc6026754af4520f4e03c6cbf1ade5e748e /textproc
parentsysutils/UEFITool: fix build on aarch64 (diff)
editors/emacs: Update to 28.2
* Remove FCITXPATCH option as extra-patch-src_xfns.c can't be applied since 28.1. * Tidy up Makefile with portfmt. * Bump PORTREVISION of consumers. ChangeLog: https://www.gnu.org/software/emacs/news/NEWS.28.2 PR: 266454 Exp-run by: antoine Reviewed by: ashish, jrm Differential Revision: https://reviews.freebsd.org/D36613
Diffstat (limited to 'textproc')
-rw-r--r--textproc/dictem/Makefile2
-rw-r--r--textproc/dictionary/Makefile2
-rw-r--r--textproc/doc-mode.el/Makefile2
-rw-r--r--textproc/markdown-mode.el/Makefile2
-rw-r--r--textproc/muse/Makefile2
-rw-r--r--textproc/uim-el/Makefile1
-rw-r--r--textproc/xml-lite.el/Makefile2
-rw-r--r--textproc/yaml-mode.el/Makefile2
-rw-r--r--textproc/yaml.el/Makefile1
9 files changed, 9 insertions, 7 deletions
diff --git a/textproc/dictem/Makefile b/textproc/dictem/Makefile
index fc5e906fc536..d894fcf36edd 100644
--- a/textproc/dictem/Makefile
+++ b/textproc/dictem/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dictem
PORTVERSION= 1.0.4
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= textproc net elisp
MASTER_SITES= SF/dictem/dictem/dictem-${PORTVERSION}
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/textproc/dictionary/Makefile b/textproc/dictionary/Makefile
index afbab9231eef..3f9a0c207e82 100644
--- a/textproc/dictionary/Makefile
+++ b/textproc/dictionary/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dictionary
PORTVERSION= 1.8.7
-PORTREVISION= 29
+PORTREVISION= 30
CATEGORIES= textproc net elisp
MASTER_SITES= http://me.in-berlin.de/~myrkr/dictionary/ \
http://bsdchat.com/dist/dryice/
diff --git a/textproc/doc-mode.el/Makefile b/textproc/doc-mode.el/Makefile
index c47e652f8256..6c4631ce7545 100644
--- a/textproc/doc-mode.el/Makefile
+++ b/textproc/doc-mode.el/Makefile
@@ -1,6 +1,6 @@
PORTNAME= doc-mode.el
PORTVERSION= 1.1
-PORTREVISION= 22
+PORTREVISION= 23
CATEGORIES= textproc elisp
MASTER_SITES= SF/xpt/doc-mode/doc-mode-${PORTVERSION}
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/textproc/markdown-mode.el/Makefile b/textproc/markdown-mode.el/Makefile
index 5f1dc563ef98..d5ac54df22af 100644
--- a/textproc/markdown-mode.el/Makefile
+++ b/textproc/markdown-mode.el/Makefile
@@ -1,7 +1,7 @@
PORTNAME= markdown-mode.el
DISTVERSIONPREFIX= v
DISTVERSION= 2.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/textproc/muse/Makefile b/textproc/muse/Makefile
index 38d295beba10..7e18b79a3b31 100644
--- a/textproc/muse/Makefile
+++ b/textproc/muse/Makefile
@@ -1,6 +1,6 @@
PORTNAME= muse
PORTVERSION= 3.20
-PORTREVISION= 20
+PORTREVISION= 21
CATEGORIES= textproc elisp
MASTER_SITES= http://download.gna.org/muse-el/ \
LOCAL/dryice \
diff --git a/textproc/uim-el/Makefile b/textproc/uim-el/Makefile
index 0775c184a63e..42ff52a649a8 100644
--- a/textproc/uim-el/Makefile
+++ b/textproc/uim-el/Makefile
@@ -1,5 +1,6 @@
PORTNAME= uim-el
PORTVERSION= 1.8.9.b.${SNAPDATE}
+PORTREVISION= 1
CATEGORIES= textproc
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/textproc/xml-lite.el/Makefile b/textproc/xml-lite.el/Makefile
index 3921d45d1808..9110b7a7cc9a 100644
--- a/textproc/xml-lite.el/Makefile
+++ b/textproc/xml-lite.el/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xml-lite.el
PORTVERSION= 1.1
-PORTREVISION= 17
+PORTREVISION= 18
PORTEPOCH= 1
CATEGORIES= textproc elisp
MASTER_SITES= http://dogbiscuit.org/mdub/software/
diff --git a/textproc/yaml-mode.el/Makefile b/textproc/yaml-mode.el/Makefile
index a1ec5a4bc8a5..03e864aece5f 100644
--- a/textproc/yaml-mode.el/Makefile
+++ b/textproc/yaml-mode.el/Makefile
@@ -1,6 +1,6 @@
PORTNAME= yaml-mode.el
PORTVERSION= 0.0.15
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= textproc elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/textproc/yaml.el/Makefile b/textproc/yaml.el/Makefile
index cee2c27f71e0..1dd674c24766 100644
--- a/textproc/yaml.el/Makefile
+++ b/textproc/yaml.el/Makefile
@@ -1,6 +1,7 @@
PORTNAME= yaml.el
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.1
+PORTREVISION= 1
CATEGORIES= textproc elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}