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 /archivers | |
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 'archivers')
-rw-r--r-- | archivers/ocaml-bz2/Makefile | 1 | ||||
-rw-r--r-- | archivers/ocaml-zip/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/archivers/ocaml-bz2/Makefile b/archivers/ocaml-bz2/Makefile index 9fe6b0fcf0bc..414ae090de12 100644 --- a/archivers/ocaml-bz2/Makefile +++ b/archivers/ocaml-bz2/Makefile @@ -7,6 +7,7 @@ PORTNAME= bz2 PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/72/ PKGNAMEPREFIX= ocaml- diff --git a/archivers/ocaml-zip/Makefile b/archivers/ocaml-zip/Makefile index b39bb3e7fedb..d55767da364d 100644 --- a/archivers/ocaml-zip/Makefile +++ b/archivers/ocaml-zip/Makefile @@ -8,6 +8,7 @@ PORTNAME= zip PORTVERSION= 1.04 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= http://caml.inria.fr/distrib/bazar-ocaml/ PKGNAMEPREFIX= ocaml- |