diff options
author | johans <johans@FreeBSD.org> | 2011-02-25 04:50:12 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2011-02-25 04:50:12 +0800 |
commit | af626823de8ee6e56bb9343022e87fdefd1fe5cc (patch) | |
tree | ebc590536a368acd5f8eff996452d7bb173de845 /math | |
parent | fead6a1fa8565144d17ba2ac86a917e2b87c64d5 (diff) | |
download | freebsd-ports-gnome-af626823de8ee6e56bb9343022e87fdefd1fe5cc.tar.gz freebsd-ports-gnome-af626823de8ee6e56bb9343022e87fdefd1fe5cc.tar.zst freebsd-ports-gnome-af626823de8ee6e56bb9343022e87fdefd1fe5cc.zip |
Update ocamlgraph to 1.7
Diffstat (limited to 'math')
-rw-r--r-- | math/ocaml-ocamlgraph/Makefile | 2 | ||||
-rw-r--r-- | math/ocaml-ocamlgraph/distinfo | 4 | ||||
-rw-r--r-- | math/ocaml-ocamlgraph/pkg-plist | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/math/ocaml-ocamlgraph/Makefile b/math/ocaml-ocamlgraph/Makefile index 6dec8cebe6c2..917eed22440b 100644 --- a/math/ocaml-ocamlgraph/Makefile +++ b/math/ocaml-ocamlgraph/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ocamlgraph -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= math MASTER_SITES= http://ocamlgraph.lri.fr/download/ PKGNAMEPREFIX= ocaml- diff --git a/math/ocaml-ocamlgraph/distinfo b/math/ocaml-ocamlgraph/distinfo index 45cd4750a20e..63da84bd15c2 100644 --- a/math/ocaml-ocamlgraph/distinfo +++ b/math/ocaml-ocamlgraph/distinfo @@ -1,2 +1,2 @@ -SHA256 (ocamlgraph-1.6.tar.gz) = 9a35f0017cef1fa59a5fa9f3ce00c7d1296092dbeb3b5aec7b4afa94b9daf74c -SIZE (ocamlgraph-1.6.tar.gz) = 235865 +SHA256 (ocamlgraph-1.7.tar.gz) = ec5e79a441ea575b50c9301824917e82738ed712a9e5bcf4aa6bea018eff60c6 +SIZE (ocamlgraph-1.7.tar.gz) = 236906 diff --git a/math/ocaml-ocamlgraph/pkg-plist b/math/ocaml-ocamlgraph/pkg-plist index e83ecd38ba5c..441d46fcd999 100644 --- a/math/ocaml-ocamlgraph/pkg-plist +++ b/math/ocaml-ocamlgraph/pkg-plist @@ -39,8 +39,12 @@ %%OCAMLGRAPHDIR%%/topological.mli %%OCAMLGRAPHDIR%%/traverse.mli %%OCAMLGRAPHDIR%%/util.mli +%%GUI%%%%OCAMLGRAPHDIR%%/dGraphContainer.mli %%GUI%%%%OCAMLGRAPHDIR%%/dGraphModel.mli %%GUI%%%%OCAMLGRAPHDIR%%/dGraphRandModel.mli +%%GUI%%%%OCAMLGRAPHDIR%%/dGraphSubTree.mli +%%GUI%%%%OCAMLGRAPHDIR%%/dGraphTreeLayout.mli +%%GUI%%%%OCAMLGRAPHDIR%%/dGraphTreeModel.mli %%GUI%%%%OCAMLGRAPHDIR%%/dGraphView.mli %%GUI%%%%OCAMLGRAPHDIR%%/dGraphViewItem.mli %%GUI%%%%OCAMLGRAPHDIR%%/dgraph.cmi |