From owner-svn-ports-head@FreeBSD.ORG Sat Jan 24 19:01:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA70739A; Sat, 24 Jan 2015 19:01:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C1C52A2; Sat, 24 Jan 2015 19:01:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0OJ1u6C034088; Sat, 24 Jan 2015 19:01:56 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0OJ1tHB034085; Sat, 24 Jan 2015 19:01:55 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201501241901.t0OJ1tHB034085@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sat, 24 Jan 2015 19:01:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377810 - head/math/ocaml-ocamlgraph X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2015 19:01:56 -0000 Author: johans Date: Sat Jan 24 19:01:55 2015 New Revision: 377810 URL: https://svnweb.freebsd.org/changeset/ports/377810 QAT: https://qat.redports.org/buildarchive/r377810/ Log: Update to ocamlgraph 1.8.6 http://ocamlgraph.lri.fr/download/CHANGES Modified: head/math/ocaml-ocamlgraph/Makefile head/math/ocaml-ocamlgraph/distinfo head/math/ocaml-ocamlgraph/pkg-plist Modified: head/math/ocaml-ocamlgraph/Makefile ============================================================================== --- head/math/ocaml-ocamlgraph/Makefile Sat Jan 24 18:43:53 2015 (r377809) +++ head/math/ocaml-ocamlgraph/Makefile Sat Jan 24 19:01:55 2015 (r377810) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ocamlgraph -PORTVERSION= 1.8.5 -PORTREVISION= 1 +PORTVERSION= 1.8.6 CATEGORIES= math MASTER_SITES= http://ocamlgraph.lri.fr/download/ \ ftp://ftp.stack.nl/pub/users/johans/ocamlgraph/ @@ -30,9 +29,10 @@ GNU_CONFIGURE= yes PLIST_SUB+= OCAMLGRAPHDIR="${OCAML_LIBDIR}/${PORTNAME}" ALL_TARGET= all -INSTALL_TARGET= install install-findlib +INSTALL_TARGET= install MAKE_JOBS_UNSAFE= yes +PORTSCOUT= skipv:1.81 .include Modified: head/math/ocaml-ocamlgraph/distinfo ============================================================================== --- head/math/ocaml-ocamlgraph/distinfo Sat Jan 24 18:43:53 2015 (r377809) +++ head/math/ocaml-ocamlgraph/distinfo Sat Jan 24 19:01:55 2015 (r377810) @@ -1,2 +1,2 @@ -SHA256 (ocamlgraph-1.8.5.tar.gz) = d167466435a155c779d5ec25b2db83ad851feb42ebc37dca8ffa345ddaefb82f -SIZE (ocamlgraph-1.8.5.tar.gz) = 269438 +SHA256 (ocamlgraph-1.8.6.tar.gz) = bd75ef4de817e430c9d8982561971c8943bb103f4402db01cc2fecaf58f2dbef +SIZE (ocamlgraph-1.8.6.tar.gz) = 273615 Modified: head/math/ocaml-ocamlgraph/pkg-plist ============================================================================== --- head/math/ocaml-ocamlgraph/pkg-plist Sat Jan 24 18:43:53 2015 (r377809) +++ head/math/ocaml-ocamlgraph/pkg-plist Sat Jan 24 19:01:55 2015 (r377810) @@ -6,6 +6,7 @@ %%GUI%%bin/graph-editor %%OCAMLGRAPHDIR%%/builder.mli %%OCAMLGRAPHDIR%%/classic.mli +%%OCAMLGRAPHDIR%%/clique.mli %%OCAMLGRAPHDIR%%/cliquetree.mli %%OCAMLGRAPHDIR%%/coloring.mli %%OCAMLGRAPHDIR%%/components.mli @@ -24,8 +25,8 @@ %%OCAMLGRAPHDIR%%/graph.cmi %%OCAMLGRAPHDIR%%/graph.cmo %%OCAMLGRAPHDIR%%/graph.cmx -%%OCAMLGRAPHDIR%%/graph.cmxs %%OCAMLGRAPHDIR%%/graph.cmxa +%%OCAMLGRAPHDIR%%/graph.cmxs %%OCAMLGRAPHDIR%%/graph.o %%OCAMLGRAPHDIR%%/graphml.mli %%OCAMLGRAPHDIR%%/graphviz.mli @@ -35,6 +36,7 @@ %%OCAMLGRAPHDIR%%/mcs_m.mli %%OCAMLGRAPHDIR%%/md.mli %%OCAMLGRAPHDIR%%/merge.mli +%%OCAMLGRAPHDIR%%/mincut.mli %%OCAMLGRAPHDIR%%/minsep.mli %%OCAMLGRAPHDIR%%/nonnegative.mli %%OCAMLGRAPHDIR%%/oper.mli