diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2021-10-01 15:37:38 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2021-10-01 22:55:27 +0000 |
commit | 126e3bb1f15157e4624a26aed1d01393603b03e0 (patch) | |
tree | 08a16c058abfba7197814fec3f95311aa6fd39a3 /math/coq | |
parent | e7edd97198e43509efbc86e76682b7bcb3979edf (diff) |
*: Chase new major version (29) of editors/emacs-devel
Differential Revision: https://reviews.freebsd.org/D32258
Diffstat (limited to 'math/coq')
-rw-r--r-- | math/coq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/coq/Makefile b/math/coq/Makefile index c9b3fe501422..70d559f4004f 100644 --- a/math/coq/Makefile +++ b/math/coq/Makefile @@ -1,6 +1,6 @@ PORTNAME= coq PORTVERSION= 8.6 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 3 CATEGORIES= math MASTER_SITES= http://coq.inria.fr/distrib/V${PORTVERSION}/files/ \ |