diff options
author | Yasuhiro Kimura <yasu@FreeBSD.org> | 2025-08-15 12:15:13 +0900 |
---|---|---|
committer | Yasuhiro Kimura <yasu@FreeBSD.org> | 2025-08-16 09:42:54 +0900 |
commit | 41e3c046e7bca7ea4bb6b98e280b68e922bf4b9d (patch) | |
tree | 84a8941285fe22db3ebb08404ff76cf21f31aa13 /math | |
parent | games/veloren-weekly: drop perma-broken i386 support (diff) |
editors/emacs: Update to 30.2
* Replace '30.1' in Mk/Uses/emacs.mk with '30.2'.
* Bump PORTREVISION of dependent ports.
ChangLog: https://cgit.git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-30.2
Reviewed by: jrm
Differential Revision: https://reviews.freebsd.org/D51906
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 4bbe10c00a46..2e9d5c12c76e 100644 --- a/math/coq/Makefile +++ b/math/coq/Makefile @@ -1,6 +1,6 @@ PORTNAME= coq PORTVERSION= 8.20.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= math DISTVERSIONPREFIX= V diff --git a/math/ess/Makefile b/math/ess/Makefile index c1fc6fe26a3d..951295cd94b3 100644 --- a/math/ess/Makefile +++ b/math/ess/Makefile @@ -1,6 +1,6 @@ PORTNAME= ess DISTVERSION= 25.01.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://ess.r-project.org/ \ http://stat.ethz.ch/ESS/downloads/ess/ \ |