From owner-svn-ports-all@FreeBSD.ORG Sat May 16 20:36:17 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7DF349BE; Sat, 16 May 2015 20:36:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54F891100; Sat, 16 May 2015 20:36:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4GKaHQp086532; Sat, 16 May 2015 20:36:17 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4GKaGuI086530; Sat, 16 May 2015 20:36:16 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201505162036.t4GKaGuI086530@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sat, 16 May 2015 20:36:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386576 - in head/devel/ocaml-react: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2015 20:36:17 -0000 Author: johans Date: Sat May 16 20:36:16 2015 New Revision: 386576 URL: https://svnweb.freebsd.org/changeset/ports/386576 Log: - Update ocaml-react to 1.2.0 - Manual build and install - Adopt port Deleted: head/devel/ocaml-react/files/ Modified: head/devel/ocaml-react/Makefile head/devel/ocaml-react/distinfo Modified: head/devel/ocaml-react/Makefile ============================================================================== --- head/devel/ocaml-react/Makefile Sat May 16 20:31:05 2015 (r386575) +++ head/devel/ocaml-react/Makefile Sat May 16 20:36:16 2015 (r386576) @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= react -PORTVERSION= 0.9.4 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= devel MASTER_SITES= http://erratique.ch/software/react/releases/ PKGNAMEPREFIX= ocaml- EXTRACT_SUFX= .tbz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= johans@FreeBSD.org COMMENT= OCaml module for functional reactive programming LICENSE= BSD3CLAUSE @@ -28,22 +27,15 @@ OCAMLC_DEPEND= ocaml>=3.11:${OCAMLC_POR .endif USE_OCAML_FINDLIB= yes +USE_OCAMLFIND_PLIST= yes USE_OCAML_LDCONFIG= yes -post-patch: - @${REINPLACE_CMD} -e 's,"install" :: findlib_name,"install" :: "-destdir ${STAGEDIR}${PREFIX}/lib/ocaml/site-lib" :: "-ldconf /dev/null" :: findlib_name,' \ - ${WRKSRC}/setup.ml - -do-configure: - @cd ${WRKSRC} && ocaml setup.ml -configure ${CONFIGURE_ARGS} - do-build: - (cd ${WRKSRC} && ocaml setup.ml -build) - (cd ${WRKSRC} && ocamlbuild src/react.cmxs) + cd ${WRKSRC} && ocamlbuild react.cmxs react.cma react.a do-install: - ${MKDIR} ${STAGEDIR}${OCAMLFIND_DESTDIR} - (cd ${WRKSRC} && ocaml setup.ml -install) + ${MKDIR} ${STAGEDIR}${OCAMLFIND_DESTDIR}/react + cd ${WRKSRC} && ocamlfind install -destdir ${STAGEDIR}${PREFIX}/lib/ocaml/site-lib react pkg/META _build/src/react.a _build/src/react.cma _build/src/react.cmi _build/src/react.cmx _build/src/react.cmxa _build/src/react.cmxs _build/src/react.mli ${INSTALL_LIB} ${WRKSRC}/_build/src/react.cmxs \ ${STAGEDIR}${OCAMLFIND_DESTDIR}/react Modified: head/devel/ocaml-react/distinfo ============================================================================== --- head/devel/ocaml-react/distinfo Sat May 16 20:31:05 2015 (r386575) +++ head/devel/ocaml-react/distinfo Sat May 16 20:36:16 2015 (r386576) @@ -1,2 +1,2 @@ -SHA256 (react-0.9.4.tbz) = 466ad4e2e7ff57c93c4e51511f53f2bdf32df46354458f4a158cd13bf3fbd4ab -SIZE (react-0.9.4.tbz) = 82964 +SHA256 (react-1.2.0.tbz) = 887aaea9191870bc0f37f945c02ec4c90497d949cd4dedc3d565c3fbec7ad04e +SIZE (react-1.2.0.tbz) = 64665