diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2024-06-23 12:51:19 -0300 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2024-06-23 19:10:50 -0300 |
commit | 3213a3f54a2975e0fe88154165e3aa3780ad2a1c (patch) | |
tree | 1f9aac6c852914ddb6603c7628a4e3200b448d6b /math/ess | |
parent | editors/emacs: Update to 24.4, an emergency bugfix release (diff) |
Chase editors/emacs update to 29.4
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish, yasu
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D45705
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 aed30f102626..adfc1b4b4c9c 100644 --- a/math/ess/Makefile +++ b/math/ess/Makefile @@ -1,6 +1,6 @@ PORTNAME= ess DISTVERSION= 24.01.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://ess.r-project.org/ \ http://stat.ethz.ch/ESS/downloads/ess/ |