diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2022-04-04 16:11:51 -0300 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2022-04-07 19:12:44 -0300 |
commit | d9dcd9c6879d10fa6b229f2af549a99a51a934f8 (patch) | |
tree | a8baad6182cb972e8aea1f66047bd3c0f038ca6e /math | |
parent | editors/emacs: Add updated canna patches (diff) |
Emacs ports: Bump PORTREVISION after Emacs 28.1
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D34781
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 26a24ed12b24..8e85c3b8dcf2 100644 --- a/math/coq/Makefile +++ b/math/coq/Makefile @@ -1,6 +1,6 @@ PORTNAME= coq PORTVERSION= 8.6 -PORTREVISION= 9 +PORTREVISION= 10 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 9853367c4716..d8c12821c21a 100644 --- a/math/ess/Makefile +++ b/math/ess/Makefile @@ -2,7 +2,7 @@ PORTNAME= ess DISTVERSION= 18.10.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MASTER_SITES= http://ess.r-project.org/downloads/ess/ \ http://stat.ethz.ch/ESS/downloads/ess/ |