Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2D21A7A218 for ; Sat, 25 Jun 2016 14:16:42 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D79EE85F36; Sat, 25 Jun 2016 14:16:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6969285F18 for ; Sat, 25 Jun 2016 14:16:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id KA9pQXsvKJJc for ; Sat, 25 Jun 2016 14:16:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CBA3C84CFB for ; Sat, 25 Jun 2016 14:16:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CA214FBB5; Sat, 25 Jun 2016 14:16:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1466864200243680" MIME-Version: 1.0 Date: Sat, 25 Jun 2016 14:16:40 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/devel/js_of_ocaml To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20160625141640.CA214FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1466864200243680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jaapb Date: Sat Jun 25 14:16:40 UTC 2016 Modified Files: pkgsrc/devel/js_of_ocaml: Makefile Log Message: Package uses ocamlbuild. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/js_of_ocaml/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1466864200243680 Content-Disposition: inline Content-Length: 930 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/js_of_ocaml/Makefile diff -u pkgsrc/devel/js_of_ocaml/Makefile:1.14 pkgsrc/devel/js_of_ocaml/Makefile:1.15 --- pkgsrc/devel/js_of_ocaml/Makefile:1.14 Mon Jun 20 14:01:42 2016 +++ pkgsrc/devel/js_of_ocaml/Makefile Sat Jun 25 14:16:40 2016 @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2016/06/20 14:01:42 jaapb Exp $ +# $NetBSD: Makefile,v 1.15 2016/06/25 14:16:40 jaapb Exp $ # GITHUB_PROJECT= js_of_ocaml DISTNAME= ${GITHUB_PROJECT}-2.8 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/} @@ -31,6 +32,7 @@ OCAML_USE_FINDLIB= yes BUILDLINK_API_DEPENDS.ocaml-optcomp+= ocaml-optcomp>=1.6 .include "../../devel/ocaml-ppx_deriving/buildlink3.mk" .include "../../devel/ocaml-ppx_tools/buildlink3.mk" +.include "../../devel/ocamlbuild/buildlink3.mk" .include "../../lang/camlp4/buildlink3.mk" .include "../../mk/ocaml.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1466864200243680--