diff options
author | Yasuhiro Kimura <yasu@FreeBSD.org> | 2022-09-17 07:20:20 +0900 |
---|---|---|
committer | Yasuhiro Kimura <yasu@FreeBSD.org> | 2022-09-21 16:48:19 +0900 |
commit | 164249e86734bd23f17182913f13a3a3f346a3ca (patch) | |
tree | 96448fc6026754af4520f4e03c6cbf1ade5e748e /math | |
parent | sysutils/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 'math')
-rw-r--r-- | math/coq/Makefile | 2 | ||||
-rw-r--r-- | math/ess/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/coq/Makefile b/math/coq/Makefile index bcc9b8ca0469..0618418cad6c 100644 --- a/math/coq/Makefile +++ b/math/coq/Makefile @@ -1,6 +1,6 @@ PORTNAME= coq PORTVERSION= 8.6 -PORTREVISION= 11 +PORTREVISION= 12 PORTEPOCH= 3 CATEGORIES= math MASTER_SITES= http://coq.inria.fr/distrib/V${PORTVERSION}/files/ \ diff --git a/math/ess/Makefile b/math/ess/Makefile index 914b4f1abd9a..fe8a7fa393ad 100644 --- a/math/ess/Makefile +++ b/math/ess/Makefile @@ -1,6 +1,6 @@ PORTNAME= ess DISTVERSION= 18.10.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MASTER_SITES= http://ess.r-project.org/downloads/ess/ \ http://stat.ethz.ch/ESS/downloads/ess/ |