diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2022-04-18 10:03:24 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2022-04-18 10:03:24 +0000 |
commit | 1cfe12ed25e54bf4df6639601e7c5d58f023aa4c (patch) | |
tree | 106699ee98e1365496ddb0a3ce849b2fe29be4d5 | |
parent | e016d753d9ea3d5a26f7b93e4f8745cce1be5f09 (diff) |
devel/ocaml-ocamlbuild: update the port to version 1.14.1
Actualize the COMMENT and port description while I'm here.
PR: 262782
Submitted by: thierry
-rw-r--r-- | devel/ocaml-ocamlbuild/Makefile | 4 | ||||
-rw-r--r-- | devel/ocaml-ocamlbuild/distinfo | 6 | ||||
-rw-r--r-- | devel/ocaml-ocamlbuild/pkg-descr | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/ocaml-ocamlbuild/Makefile b/devel/ocaml-ocamlbuild/Makefile index 903a535ca88d..24e36b62532e 100644 --- a/devel/ocaml-ocamlbuild/Makefile +++ b/devel/ocaml-ocamlbuild/Makefile @@ -1,12 +1,12 @@ # Created by: Alexey Dokuchaev <danfe@FreeBSD.org> PORTNAME= ocamlbuild -PORTVERSION= 0.14.0 +PORTVERSION= 0.14.1 CATEGORIES= devel PKGNAMEPREFIX= ocaml- MAINTAINER= danfe@FreeBSD.org -COMMENT= Build tool for OCaml libraries and programs +COMMENT= Legacy build tool for OCaml libraries and programs LICENSE= GPLv2 diff --git a/devel/ocaml-ocamlbuild/distinfo b/devel/ocaml-ocamlbuild/distinfo index 9a3197bb922e..334256931770 100644 --- a/devel/ocaml-ocamlbuild/distinfo +++ b/devel/ocaml-ocamlbuild/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1550933160 -SHA256 (ocaml-ocamlbuild-0.14.0_GH0.tar.gz) = 87b29ce96958096c0a1a8eeafeb6268077b2d11e1bf2b3de0f5ebc9cf8d42e78 -SIZE (ocaml-ocamlbuild-0.14.0_GH0.tar.gz) = 198267 +TIMESTAMP = 1644405306 +SHA256 (ocaml-ocamlbuild-0.14.1_GH0.tar.gz) = 4e1279ff0ef80c862eaa5207a77020d741e89ef94f0e4a92a37c4188dbf08256 +SIZE (ocaml-ocamlbuild-0.14.1_GH0.tar.gz) = 199103 diff --git a/devel/ocaml-ocamlbuild/pkg-descr b/devel/ocaml-ocamlbuild/pkg-descr index 4b304447bf39..0901773b2568 100644 --- a/devel/ocaml-ocamlbuild/pkg-descr +++ b/devel/ocaml-ocamlbuild/pkg-descr @@ -1,8 +1,8 @@ OCamlbuild is a generic build tool, that has built-in rules for building OCaml library and programs. -OCamlbuild was distributed as part of the OCaml distribution for OCaml -versions between 3.10.0 and 4.02.3. Starting from OCaml 4.03, it is now -released separately. +In recent years, the OCaml community has converged towards a more recent +and faster build tool: Dune. It is available as `devel/ocaml-dune' port. +When choosing a build system, one should probably use Dune instead. WWW: https://github.com/ocaml/ocamlbuild |