diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2024-06-07 21:15:59 +0200 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2024-06-07 21:15:59 +0200 |
commit | e33d07dba3277ae1a327531330a20641332f39f7 (patch) | |
tree | bd6a3e205fdb239585df467995e172c543a5c10f | |
parent | sysutils/cpu-microcode-intel: Update to 2024-05-31 release (diff) |
devel/ocaml-react: update to 1.2.2
PR: 262794
-rw-r--r-- | devel/ocaml-react/Makefile | 6 | ||||
-rw-r--r-- | devel/ocaml-react/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/ocaml-react/Makefile b/devel/ocaml-react/Makefile index 90e5084cca0b..81ca68e438cc 100644 --- a/devel/ocaml-react/Makefile +++ b/devel/ocaml-react/Makefile @@ -1,6 +1,5 @@ PORTNAME= react -PORTVERSION= 1.2.1 -PORTREVISION= 2 +PORTVERSION= 1.2.2 CATEGORIES= devel MASTER_SITES= http://erratique.ch/software/react/releases/ PKGNAMEPREFIX= ocaml- @@ -13,13 +12,14 @@ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= ocamlbuild:devel/ocaml-ocamlbuild +RUN_DEPENDS= cppo:devel/ocaml-cppo USES= tar:tbz USE_OCAML= yes USE_OCAML_FINDLIB= yes -USE_OCAMLFIND_PLIST= yes USE_OCAML_LDCONFIG= yes +USE_OCAMLFIND_PLIST= yes do-build: cd ${WRKSRC} && ocamlbuild react.cmxs react.cma react.a diff --git a/devel/ocaml-react/distinfo b/devel/ocaml-react/distinfo index d953531ddf97..13100d057cb1 100644 --- a/devel/ocaml-react/distinfo +++ b/devel/ocaml-react/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1489932646 -SHA256 (react-1.2.1.tbz) = 7b2c5c078cc659dcd2202e5d89628df592c5e843b7e8f357b63db5f6d2e148aa -SIZE (react-1.2.1.tbz) = 39184 +TIMESTAMP = 1647102380 +SHA256 (react-1.2.2.tbz) = c4add315d6f1f153d115ee7ca8dd60c1265ff4d408c266125fcb5124fd228f99 +SIZE (react-1.2.2.tbz) = 40013 |