diff options
-rw-r--r-- | lang/ocaml/Makefile | 1 | ||||
-rw-r--r-- | math/facile/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index c86fae640e02..df18ae696d58 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,6 +1,7 @@ # Created by: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # $FreeBSD$ +# for committer: bump PORTREVISION for math/facile whenever ocaml gets updated PORTNAME= ocaml PORTVERSION= 4.01.0 PORTREVISION= 1 diff --git a/math/facile/Makefile b/math/facile/Makefile index 761dcf8abf3d..8dbd99c80b0d 100644 --- a/math/facile/Makefile +++ b/math/facile/Makefile @@ -3,7 +3,7 @@ PORTNAME= facile PORTVERSION= 1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= http://www.recherche.enac.fr/log/facile/distrib/ |