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 4AC197A47B for ; Mon, 20 Jun 2016 10:36:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7483A85EA4; Mon, 20 Jun 2016 10:36:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0537385E80 for ; Mon, 20 Jun 2016 10:36:39 +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 ScpRX2SmHWJg for ; Mon, 20 Jun 2016 10:36:38 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 631D184CEC for ; Mon, 20 Jun 2016 10:36:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 59F33FBB5; Mon, 20 Jun 2016 10:36:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1466418998266090" MIME-Version: 1.0 Date: Mon, 20 Jun 2016 10:36:38 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/devel/ocamlgraph To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20160620103638.59F33FBB5@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. --_----------=_1466418998266090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jaapb Date: Mon Jun 20 10:36:38 UTC 2016 Modified Files: pkgsrc/devel/ocamlgraph: Makefile buildlink3.mk Log Message: Updated buidlink3 for API change, revbump To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ocamlgraph/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocamlgraph/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1466418998266090 Content-Disposition: inline Content-Length: 1251 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ocamlgraph/Makefile diff -u pkgsrc/devel/ocamlgraph/Makefile:1.12 pkgsrc/devel/ocamlgraph/Makefile:1.13 --- pkgsrc/devel/ocamlgraph/Makefile:1.12 Fri Jun 17 16:31:30 2016 +++ pkgsrc/devel/ocamlgraph/Makefile Mon Jun 20 10:36:38 2016 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2016/06/17 16:31:30 jaapb Exp $ +# $NetBSD: Makefile,v 1.13 2016/06/20 10:36:38 jaapb Exp $ DISTNAME= ocamlgraph-1.8.7 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://ocamlgraph.lri.fr/download/ Index: pkgsrc/devel/ocamlgraph/buildlink3.mk diff -u pkgsrc/devel/ocamlgraph/buildlink3.mk:1.1 pkgsrc/devel/ocamlgraph/buildlink3.mk:1.2 --- pkgsrc/devel/ocamlgraph/buildlink3.mk:1.1 Sun Oct 26 13:43:48 2014 +++ pkgsrc/devel/ocamlgraph/buildlink3.mk Mon Jun 20 10:36:38 2016 @@ -1,11 +1,11 @@ -# $NetBSD: buildlink3.mk,v 1.1 2014/10/26 13:43:48 jaapb Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2016/06/20 10:36:38 jaapb Exp $ BUILDLINK_TREE+= ocamlgraph .if !defined(OCAMLGRAPH_BUILDLINK3_MK) OCAMLGRAPH_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.ocamlgraph+= ocamlgraph>=1.8.5 +BUILDLINK_API_DEPENDS.ocamlgraph+= ocamlgraph>=1.8.7 BUILDLINK_PKGSRCDIR.ocamlgraph?= ../../devel/ocamlgraph .endif # OCAMLGRAPH_BUILDLINK3_MK --_----------=_1466418998266090--