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,23 +1,23 @@ # Created by: Alexey Dokuchaev 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 USES= gmake USE_GITHUB= yes GH_ACCOUNT= ocaml USE_OCAML= yes ALL_TARGET= configure all MAKE_ENV= OCAMLBUILD_LIBDIR=${PREFIX}/${OCAML_LIBDIR} TEST_TARGET= test TEST_ENV= VERBOSE=1 .include 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