diff options
author | makc <makc@FreeBSD.org> | 2014-05-13 15:25:54 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2014-05-13 15:25:54 +0800 |
commit | 3325d9c7ffa5d0aa0040ca8ed3804806f4681566 (patch) | |
tree | 710044e8ab7261cec6a2d6f02b70205e154251f6 /math | |
parent | ac4b8654b209b33ed80a6ec94588bd556f968d53 (diff) | |
download | freebsd-ports-gnome-3325d9c7ffa5d0aa0040ca8ed3804806f4681566.tar.gz freebsd-ports-gnome-3325d9c7ffa5d0aa0040ca8ed3804806f4681566.tar.zst freebsd-ports-gnome-3325d9c7ffa5d0aa0040ca8ed3804806f4681566.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
Diffstat (limited to 'math')
-rw-r--r-- | math/facile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |