Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2020 09:30:14 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522365 - head/devel/ocaml-react
Message-ID:  <202001080930.0089UEwe080168@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jan  8 09:30:14 2020
New Revision: 522365
URL: https://svnweb.freebsd.org/changeset/ports/522365

Log:
  - Add LICENSE
  - Add LICENSE_FILE
  - Remove incorrect ocaml dependency logic
  - Update WWW

Modified:
  head/devel/ocaml-react/Makefile
  head/devel/ocaml-react/pkg-descr

Modified: head/devel/ocaml-react/Makefile
==============================================================================
--- head/devel/ocaml-react/Makefile	Wed Jan  8 08:08:21 2020	(r522364)
+++ head/devel/ocaml-react/Makefile	Wed Jan  8 09:30:14 2020	(r522365)
@@ -10,22 +10,13 @@ PKGNAMEPREFIX=	ocaml-
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	OCaml module for functional reactive programming
 
-LICENSE=	BSD3CLAUSE
+LICENSE=	ISCL
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 BUILD_DEPENDS=	ocamlbuild:devel/ocaml-ocamlbuild
 
 USES=		tar:tbz
-USE_OCAML=		yes
-OPTIONS_DEFINE=	X11
-OPTIONS_DEFAULT=	X11
-
-.include <bsd.port.options.mk>
-
-.if empty(PORT_OPTIONS:MX11)
-OCAMLC_DEPEND=		ocaml-notk>=3.11:${OCAMLC_PORT}
-.else
-OCAMLC_DEPEND=		ocaml>=3.11:${OCAMLC_PORT}
-.endif
+USE_OCAML=	yes
 
 USE_OCAML_FINDLIB=	yes
 USE_OCAMLFIND_PLIST=	yes

Modified: head/devel/ocaml-react/pkg-descr
==============================================================================
--- head/devel/ocaml-react/pkg-descr	Wed Jan  8 08:08:21 2020	(r522364)
+++ head/devel/ocaml-react/pkg-descr	Wed Jan  8 09:30:14 2020	(r522365)
@@ -3,4 +3,4 @@ support to programs with time varying values: applicat
 React doesn't define any primitive event or signal, this lets the client
 choose the concrete timeline.
 
-WWW: http://erratique.ch/software/react
+WWW: https://erratique.ch/software/react



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