diff options
author | johans <johans@FreeBSD.org> | 2013-04-30 22:50:26 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2013-04-30 22:50:26 +0800 |
commit | ad57462d0c7b71718ba65b2b85c68b775b88143c (patch) | |
tree | 66395e4997f94c3e7f9d47a8f90003b186a2b25e /math/coq/Makefile | |
parent | 81b9b49f6cc4dad6cb296ab018c2ac28ddf36d4e (diff) | |
download | freebsd-ports-gnome-ad57462d0c7b71718ba65b2b85c68b775b88143c.tar.gz freebsd-ports-gnome-ad57462d0c7b71718ba65b2b85c68b775b88143c.tar.zst freebsd-ports-gnome-ad57462d0c7b71718ba65b2b85c68b775b88143c.zip |
Update coq to 8.4.2
Diffstat (limited to 'math/coq/Makefile')
-rw-r--r-- | math/coq/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/coq/Makefile b/math/coq/Makefile index 30265732cabe..e735506fd335 100644 --- a/math/coq/Makefile +++ b/math/coq/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= coq -PORTVERSION= 8.4.1 -PORTREVISION= 1 +PORTVERSION= 8.4.2 PORTEPOCH= 1 CATEGORIES= math MASTER_SITES= http://coq.inria.fr/distrib/V${COQVERSION}/files/ \ |