diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2018-05-31 01:18:05 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2018-05-31 01:18:05 +0000 |
commit | 107b408c3141f4a2d694fb7bb6f3809d48f62a04 (patch) | |
tree | 69a40aa3b0a3194344d14d8974e6df5255764104 /math/coq | |
parent | 3ae34aead84a9ea4fff9fa6ad55504563c3ba964 (diff) |
USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade
Or, mark ports that fail to build as BROKEN.
https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html
Notes
Notes:
svn path=/head/; revision=471191
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 f95b47f9a83a..1b0a1c640fb4 100644 --- a/math/coq/Makefile +++ b/math/coq/Makefile @@ -2,7 +2,7 @@ PORTNAME= coq PORTVERSION= 8.6 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 3 CATEGORIES= math MASTER_SITES= http://coq.inria.fr/distrib/V${PORTVERSION}/files/ \ |