Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Feb 2013 09:38:52 GMT
From:      Jaap Boender <jaapb@kerguelen.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/176057: [maintainer update] devel/ocaml-react to 0.9.4
Message-ID:  <201302120938.r1C9cq31089725@red.freebsd.org>
Resent-Message-ID: <201302120940.r1C9e0oL042263@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         176057
>Category:       ports
>Synopsis:       [maintainer update] devel/ocaml-react to 0.9.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 12 09:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Jaap Boender
>Release:        9.1-RELEASE
>Organization:
>Environment:
FreeBSD purcell.mdx.ac.uk 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
This is an update of devel/ocaml-react to its latest version, 0.9.4, There are no changes in functionality since 0.9.2, but the build system has been updated.
>How-To-Repeat:
n/a
>Fix:
Result of svn diff of the port directory is included.

Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 311755)
+++ Makefile	(working copy)
@@ -5,8 +5,7 @@
 # $FreeBSD$
 
 PORTNAME=	react
-PORTVERSION=	0.9.2
-PORTREVISION=	1
+PORTVERSION=	0.9.4
 CATEGORIES=	devel
 MASTER_SITES=	http://erratique.ch/software/react/releases/
 PKGNAMEPREFIX=	ocaml-
@@ -21,16 +20,19 @@
 .else
 OCAMLC_DEPEND=		ocaml>=3.11:${OCAMLC_PORT}
 .endif
-
+USE_OCAML_FINDLIB=	yes
 USE_OCAML_LDCONFIG=	yes
 
 .include <bsd.port.pre.mk>
 
+do-configure:
+	@cd ${WRKSRC} && ocaml setup.ml -configure
+
 do-build:
-	@cd ${WRKSRC} && ${SH} ./build
+	@cd ${WRKSRC} && ocaml setup.ml -build
 
 do-install:
-	@cd ${WRKSRC} && INSTALLDIR=${PREFIX}/lib/ocaml/site-lib/${PORTNAME} ${SH} ./build install-plugin
+	@cd ${WRKSRC} && ocaml setup.ml -install
 
 pre-install:
 # For nonstandard prefixes
Index: distinfo
===================================================================
--- distinfo	(revision 311755)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (react-0.9.2.tbz) = b953e50abbb5c4065eb17a50a02341d380eff32fe8cb309a40eca2ddddef2a3a
-SIZE (react-0.9.2.tbz) = 47337
+SHA256 (react-0.9.4.tbz) = 466ad4e2e7ff57c93c4e51511f53f2bdf32df46354458f4a158cd13bf3fbd4ab
+SIZE (react-0.9.4.tbz) = 82964
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 311755)
+++ pkg-plist	(working copy)
@@ -1,11 +1,11 @@
 lib/ocaml/site-lib/react/META
+lib/ocaml/site-lib/react/react.a
+lib/ocaml/site-lib/react/react.cma
 lib/ocaml/site-lib/react/react.cmi
-lib/ocaml/site-lib/react/react.cmo
 lib/ocaml/site-lib/react/react.cmx
+lib/ocaml/site-lib/react/react.cmxa
 lib/ocaml/site-lib/react/react.cmxs
-lib/ocaml/site-lib/react/react.ml
 lib/ocaml/site-lib/react/react.mli
-lib/ocaml/site-lib/react/react.o
 @dirrm lib/ocaml/site-lib/react
 @dirrmtry lib/ocaml/site-lib
 @dirrmtry lib/ocaml


>Release-Note:
>Audit-Trail:
>Unformatted:



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