From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 12 09:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B1C36F87 for ; Tue, 12 Feb 2013 09:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9941AFFE for ; Tue, 12 Feb 2013 09:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1C9e0ec042264 for ; Tue, 12 Feb 2013 09:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1C9e0oL042263; Tue, 12 Feb 2013 09:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 12 Feb 2013 09:40:00 GMT Resent-Message-Id: <201302120940.r1C9e0oL042263@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jaap Boender Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 70C7EF6A for ; Tue, 12 Feb 2013 09:38:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 4854FFEB for ; Tue, 12 Feb 2013 09:38:52 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1C9cq76089726 for ; Tue, 12 Feb 2013 09:38:52 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1C9cq31089725; Tue, 12 Feb 2013 09:38:52 GMT (envelope-from nobody) Message-Id: <201302120938.r1C9cq31089725@red.freebsd.org> Date: Tue, 12 Feb 2013 09:38:52 GMT From: Jaap Boender To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176057: [maintainer update] devel/ocaml-react to 0.9.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2013 09:40:00 -0000 >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 +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: