svn commit: r522365 - head/devel/ocaml-react
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jan 8 09:30:15 UTC 2020
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 at 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
More information about the svn-ports-all
mailing list