[69171] trunk/dports/x11/lablgtk2

ryandesign at macports.org ryandesign at macports.org
Sat Jun 26 08:54:39 PDT 2010


Revision: 69171
          http://trac.macports.org/changeset/69171
Author:   ryandesign at macports.org
Date:     2010-06-26 08:54:39 -0700 (Sat, 26 Jun 2010)
Log Message:
-----------
lablgtk2: update to 2.14.1, remove patch which was included upstream

Modified Paths:
--------------
    trunk/dports/x11/lablgtk2/Portfile

Removed Paths:
-------------
    trunk/dports/x11/lablgtk2/files/patch-SourceView2Enums

Modified: trunk/dports/x11/lablgtk2/Portfile
===================================================================
--- trunk/dports/x11/lablgtk2/Portfile	2010-06-26 15:52:41 UTC (rev 69170)
+++ trunk/dports/x11/lablgtk2/Portfile	2010-06-26 15:54:39 UTC (rev 69171)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 
 name                lablgtk2
-version             2.14.0
+version             2.14.1
 categories          x11 ml
 maintainers         nomaintainer
 description         Objective Caml interface to gtk+ 2.x
@@ -16,9 +16,11 @@
 platforms           darwin
 master_sites        http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/
 distname            lablgtk-${version}
-checksums           md5        8a26ab3b749ea86d06b2868112332c33 \
-                    sha1    4454747e6056181730e68ec253a1ec0f0a644867 \
-                    rmd160    fa72ad547b3a169710f137c7fc1e7f841af437f0
+
+checksums           md5     bdf7e39d4be20f9f89c89eed865b05f8 \
+                    sha1    d0fb6185f210c6b106c250d1a85541b7da402310 \
+                    rmd160  efa0c1446d03f4deb90656586d479d2b32e110da
+
 depends_lib         port:ocaml \
                     port:caml-findlib \
                     port:gtk2 \
@@ -29,7 +31,7 @@
                     --with-gnomecanvas --with-gnomeui --without-panel \
                     --without-gtkspell --without-gtksourceview
 build.target        world
-patchfiles          patch-META patch-SourceView2Enums
+patchfiles          patch-META
 use_parallel_build  no
 universal_variant   no
 

Deleted: trunk/dports/x11/lablgtk2/files/patch-SourceView2Enums
===================================================================
--- trunk/dports/x11/lablgtk2/files/patch-SourceView2Enums	2010-06-26 15:52:41 UTC (rev 69170)
+++ trunk/dports/x11/lablgtk2/files/patch-SourceView2Enums	2010-06-26 15:54:39 UTC (rev 69171)
@@ -1,43 +0,0 @@
---- src/gSourceView2.mli.orig	2009-09-16 08:42:17.000000000 -0500
-+++ src/gSourceView2.mli	2010-04-24 15:43:03.000000000 -0500
-@@ -251,7 +251,7 @@
- 
- val iter_forward_search :
-   GText.iter ->
--  SourceViewEnums.source_search_flag list ->
-+  SourceView2Enums.source_search_flag list ->
-   start:< as_iter : Gtk.text_iter; .. > ->
-   stop:< as_iter : Gtk.text_iter; .. > ->
-   ?limit:< as_iter : Gtk.text_iter; .. > ->
-@@ -259,8 +259,8 @@
- 
- val iter_backward_search :
-   GText.iter ->
--  SourceViewEnums.source_search_flag list ->
-+  SourceView2Enums.source_search_flag list ->
-   start:< as_iter : Gtk.text_iter; .. > ->
-   stop:< as_iter : Gtk.text_iter; .. > ->
-   ?limit:< as_iter : Gtk.text_iter; .. > ->
--  string -> (GText.iter * GText.iter) option
-\ No newline at end of file
-+  string -> (GText.iter * GText.iter) option
---- src/gtkSourceView2.ml.orig	2009-09-16 07:32:28.000000000 -0500
-+++ src/gtkSourceView2.ml	2010-04-24 15:49:01.000000000 -0500
-@@ -189,13 +189,13 @@
- module SourceViewMisc =
- struct
-   external iter_backward_search:
--       Gtk.text_iter -> string -> SourceViewEnums.source_search_flag list ->
-+       Gtk.text_iter -> string -> SourceView2Enums.source_search_flag list ->
- 	start: Gtk.text_iter -> stop: Gtk.text_iter -> Gtk.text_iter option ->
- 	(Gtk.text_iter * Gtk.text_iter) option =
-     "ml_gtk_source_iter_backward_search_bc" "ml_gtk_source_iter_backward_search"
-   external iter_forward_search:
--      Gtk.text_iter -> string -> SourceViewEnums.source_search_flag list ->
-+      Gtk.text_iter -> string -> SourceView2Enums.source_search_flag list ->
- 	start: Gtk.text_iter -> stop: Gtk.text_iter -> Gtk.text_iter option ->
- 	(Gtk.text_iter * Gtk.text_iter) option =
-     "ml_gtk_source_iter_forward_search_bc" "ml_gtk_source_iter_forward_search"
--end
-\ No newline at end of file
-+end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100626/15ddb7b2/attachment-0001.html>


More information about the macports-changes mailing list