diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-05-13 07:25:54 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-05-13 07:25:54 +0000 |
commit | 2ec6f2d5e485039df0eb31d75629d0f7c13cb0f9 (patch) | |
tree | 710044e8ab7261cec6a2d6f02b70205e154251f6 | |
parent | 482912a8a7fba45e1c559b9ef28a04cacd3a5c56 (diff) | |
download | freebsd-ports-2ec6f2d5e485039df0eb31d75629d0f7c13cb0f9.zip |
math/facile:
- bump PORTREVISION to trigger repackaging after recent ocaml update:
the package is usable only with ocaml which was used to compile facile.
lang/ocaml:
- add upgrading notes for committers
-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/ |