git: 41971a19e045 - main - x11-toolkits/ocaml-lablgtk3: Update to 3.1.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Jun 2024 17:53:03 UTC
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=41971a19e04527d2db6e72fcdf23d0453573ce73 commit 41971a19e04527d2db6e72fcdf23d0453573ce73 Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2024-06-13 17:52:15 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2024-06-13 17:52:15 +0000 x11-toolkits/ocaml-lablgtk3: Update to 3.1.5 --- x11-toolkits/ocaml-lablgtk3/Makefile | 3 +-- x11-toolkits/ocaml-lablgtk3/distinfo | 6 +++--- x11-toolkits/ocaml-lablgtk3/files/patch-src_ml__gtk.c | 11 ----------- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/x11-toolkits/ocaml-lablgtk3/Makefile b/x11-toolkits/ocaml-lablgtk3/Makefile index 60e3c956a75c..7ad81e5af03c 100644 --- a/x11-toolkits/ocaml-lablgtk3/Makefile +++ b/x11-toolkits/ocaml-lablgtk3/Makefile @@ -1,6 +1,5 @@ PORTNAME= lablgtk3 -PORTVERSION= 3.1.4 -PORTREVISION= 1 +PORTVERSION= 3.1.5 CATEGORIES= x11-toolkits PKGNAMEPREFIX= ocaml- diff --git a/x11-toolkits/ocaml-lablgtk3/distinfo b/x11-toolkits/ocaml-lablgtk3/distinfo index 23cf7ffe90f7..fc11106c642a 100644 --- a/x11-toolkits/ocaml-lablgtk3/distinfo +++ b/x11-toolkits/ocaml-lablgtk3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1707228949 -SHA256 (garrigue-lablgtk-3.1.4_GH0.tar.gz) = fa23251e1b089a9b91feea11f3c77420ec9e5412221b02daf898bf542b51f7bd -SIZE (garrigue-lablgtk-3.1.4_GH0.tar.gz) = 1045634 +TIMESTAMP = 1718272433 +SHA256 (garrigue-lablgtk-3.1.5_GH0.tar.gz) = 90e737df93f1e8a9e4a584be701a4254e7cb2e1a741566b7c9c8a89ed3449096 +SIZE (garrigue-lablgtk-3.1.5_GH0.tar.gz) = 1045721 diff --git a/x11-toolkits/ocaml-lablgtk3/files/patch-src_ml__gtk.c b/x11-toolkits/ocaml-lablgtk3/files/patch-src_ml__gtk.c deleted file mode 100644 index 376bcf03c818..000000000000 --- a/x11-toolkits/ocaml-lablgtk3/files/patch-src_ml__gtk.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/ml_gtk.c.orig 2024-02-06 14:32:07 UTC -+++ src/ml_gtk.c -@@ -233,7 +233,7 @@ CAMLprim value ml_gtk_style_context_list_classes(value - ML_2 (gtk_style_context_remove_class, GtkStyleContext_val, String_val, Unit) - ML_2 (gtk_style_context_has_class, GtkStyleContext_val, String_val, Val_bool) - CAMLprim value ml_gtk_style_context_list_classes(value ctx) --{ return Val_GList(gtk_style_context_list_classes(GtkStyleContext_val(ctx)), Val_string); } -+{ return Val_GList(gtk_style_context_list_classes(GtkStyleContext_val(ctx)), (value_in)Val_string); } - - /* gtkdata.h */ -