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 ED56D7A3D8 for ; Mon, 20 Jun 2016 17:43:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 697DA85F4C; Mon, 20 Jun 2016 17:43:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E96DA85F27 for ; Mon, 20 Jun 2016 17:43:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id n-F5ZvLGyAhG for ; Mon, 20 Jun 2016 17:43:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 89D8F85E00 for ; Mon, 20 Jun 2016 17:43:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 845B6FBB5; Mon, 20 Jun 2016 17:43:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_146644463111070" MIME-Version: 1.0 Date: Mon, 20 Jun 2016 17:43:51 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/devel/ocaml-reactiveData To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20160620174351.845B6FBB5@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. --_----------=_146644463111070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jaapb Date: Mon Jun 20 17:43:51 UTC 2016 Modified Files: pkgsrc/devel/ocaml-reactiveData: Makefile Log Message: Revbump to make sure package gets compiled with newer mk/ocaml.mk. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ocaml-reactiveData/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_146644463111070 Content-Disposition: inline Content-Length: 635 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ocaml-reactiveData/Makefile diff -u pkgsrc/devel/ocaml-reactiveData/Makefile:1.5 pkgsrc/devel/ocaml-reactiveData/Makefile:1.6 --- pkgsrc/devel/ocaml-reactiveData/Makefile:1.5 Thu May 5 11:45:39 2016 +++ pkgsrc/devel/ocaml-reactiveData/Makefile Mon Jun 20 17:43:51 2016 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2016/05/05 11:45:39 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2016/06/20 17:43:51 jaapb Exp $ GITHUB_PROJECT= reactiveData DISTNAME= ${GITHUB_PROJECT}-0.2 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/} --_----------=_146644463111070--