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/ess | |
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/ess')
-rw-r--r-- | math/ess/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |