Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jun 2024 19:16:48 GMT
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e33d07dba327 - main - devel/ocaml-react: update to 1.2.2
Message-ID:  <202406071916.457JGmJh029489@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e33d07dba3277ae1a327531330a20641332f39f7

commit e33d07dba3277ae1a327531330a20641332f39f7
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2024-06-07 19:15:59 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2024-06-07 19:15:59 +0000

    devel/ocaml-react: update to 1.2.2
    
    PR:             262794
---
 devel/ocaml-react/Makefile | 6 +++---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406071916.457JGmJh029489>