diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2021-03-26 00:40:44 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2021-03-26 00:40:44 +0000 |
commit | 4c42925142ca7becd991778607490efb0d4a6249 (patch) | |
tree | 01b4481676216c1686eda99c36505dd88c50f601 /math/ess | |
parent | devel/juce: Add pkg-message; Fix typos; Fix LICENSE_PERMS (diff) |
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 '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 83fec75a31fb..b3b154fbfcba 100644 --- a/math/ess/Makefile +++ b/math/ess/Makefile @@ -3,7 +3,7 @@ PORTNAME= ess DISTVERSION= 18.10.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= http://ess.r-project.org/downloads/ess/ \ http://stat.ethz.ch/ESS/downloads/ess/ |