diff options
author | stas <stas@FreeBSD.org> | 2011-04-06 06:23:33 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2011-04-06 06:23:33 +0800 |
commit | 6496a48e3db8f96d35fc6409043426c57f1eda3b (patch) | |
tree | 597a35dff0560e2d40e4bcd0b8d3b9b5261cb835 /devel/ocaml-event | |
parent | a5b3d6983f59507ebcc28e5da31a2627674b488a (diff) | |
download | freebsd-ports-gnome-6496a48e3db8f96d35fc6409043426c57f1eda3b.tar.gz freebsd-ports-gnome-6496a48e3db8f96d35fc6409043426c57f1eda3b.tar.zst freebsd-ports-gnome-6496a48e3db8f96d35fc6409043426c57f1eda3b.zip |
- Bump portrevisions on all ocaml libraries, as it appears that compiled
interface files (.cmi) are not backward compatible with a newer ocaml
version.
PR: ports/156195
Suggested by: mandree
Diffstat (limited to 'devel/ocaml-event')
-rw-r--r-- | devel/ocaml-event/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ocaml-event/Makefile b/devel/ocaml-event/Makefile index 53f17b66877d..d83e0a71013e 100644 --- a/devel/ocaml-event/Makefile +++ b/devel/ocaml-event/Makefile @@ -7,7 +7,7 @@ PORTNAME= event PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.xs4all.nl/~mmzeeman/ocaml/ PKGNAMEPREFIX= ocaml- |