[78985] trunk/dports/devel/caml-graph

ryandesign at macports.org ryandesign at macports.org
Sat May 28 16:56:59 PDT 2011


Revision: 78985
          http://trac.macports.org/changeset/78985
Author:   ryandesign at macports.org
Date:     2011-05-28 16:56:58 -0700 (Sat, 28 May 2011)
Log Message:
-----------
caml-graph: update to 1.7; see #28524

Modified Paths:
--------------
    trunk/dports/devel/caml-graph/Portfile
    trunk/dports/devel/caml-graph/files/patch-Makefile.in.diff

Modified: trunk/dports/devel/caml-graph/Portfile
===================================================================
--- trunk/dports/devel/caml-graph/Portfile	2011-05-28 23:50:56 UTC (rev 78984)
+++ trunk/dports/devel/caml-graph/Portfile	2011-05-28 23:56:58 UTC (rev 78985)
@@ -2,7 +2,7 @@
 
 PortSystem          1.0
 name                caml-graph
-version             1.3
+version             1.7
 distname            ocamlgraph-${version}
 categories          devel ml
 maintainers         nomaintainer
@@ -15,10 +15,10 @@
 homepage            http://ocamlgraph.lri.fr/
 platforms           darwin
 master_sites        http://ocamlgraph.lri.fr/download/
-checksums           md5     9bcff267d041d3caec5f4f8c514f9cc1 \
-                    sha1    79f1fe80c95a6521e19536b2b0834b0b77a89eb1 \
-                    rmd160  0a94c6b71cb5c833abfe913886d7b1a2e5cb730a
 
+checksums           sha1    fb15adbcdc5d258b733eec32a69f9db0c2f7581d \
+                    rmd160  5006095e66f5f552b187a1b37b760dbaae88bd0e
+
 livecheck.url       http://ocamlgraph.lri.fr/
 livecheck.type      regex
 livecheck.regex     {>ocamlgraph-(.*)\.tar\.gz}

Modified: trunk/dports/devel/caml-graph/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/devel/caml-graph/files/patch-Makefile.in.diff	2011-05-28 23:50:56 UTC (rev 78984)
+++ trunk/dports/devel/caml-graph/files/patch-Makefile.in.diff	2011-05-28 23:56:58 UTC (rev 78985)
@@ -1,8 +1,14 @@
---- Makefile.in.orig	2009-10-14 22:49:34.000000000 +0100
-+++ Makefile.in	2009-10-14 22:49:52.000000000 +0100
-@@ -337,7 +337,7 @@
+--- Makefile.in.orig	2011-02-24 11:43:16.000000000 +0100
++++ Makefile.in	2011-02-24 11:52:54.000000000 +0100
+@@ -346,12 +346,12 @@
+ install-findlib: META
+ ifdef OCAMLFIND
+ ifeq (@LABLGNOMECANVAS@,yes)
+-	$(OCAMLFIND) install ocamlgraph META \
++	$(OCAMLFIND) install $(OCAMLFIND_INSTFLAGS) ocamlgraph META \
+ 		$(SRCDIR)/*.mli $(VIEWER_DIR)/*.mli $(DGRAPH_DIR)/*.mli \
  		graph$(LIBEXT) graph.cmx graph.cmo graph.cmi $(CMA) $(CMXA) \
- 		$(VIEWER_CMX) $(VIEWER_CMO) $(DGRAPH_CMX) $(DGRAPH_CMO)
+ 		$(VIEWER_CMXLIB) $(VIEWER_CMOLIB) $(DGRAPH_CMX) $(DGRAPH_CMO)
  else
 -	$(OCAMLFIND) install ocamlgraph META \
 +	$(OCAMLFIND) install $(OCAMLFIND_INSTFLAGS) ocamlgraph META \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110528/f3c0ddbc/attachment-0001.html>


More information about the macports-changes mailing list