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-pcre | |
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-pcre')
-rw-r--r-- | devel/ocaml-pcre/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/ocaml-pcre/Makefile b/devel/ocaml-pcre/Makefile index d9bb7e5a16c9..99d63ee17a23 100644 --- a/devel/ocaml-pcre/Makefile +++ b/devel/ocaml-pcre/Makefile @@ -7,6 +7,7 @@ PORTNAME= pcre PORTVERSION= 6.2.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://hg.ocaml.info/release/pcre-ocaml/archive/ PKGNAMEPREFIX= ocaml- |