Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2024 17:15:32 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1abbf34ae055 - main - www/bluefish: Update to 2.2.15
Message-ID:  <202403201715.42KHFWk6005985@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1abbf34ae055a073476698632f7b5c838e974574

commit 1abbf34ae055a073476698632f7b5c838e974574
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-20 17:12:52 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-20 17:15:04 +0000

    www/bluefish: Update to 2.2.15
    
    ChangeLog:
    https://sourceforge.net/p/bluefish/code/HEAD/tree/tags/bluefish_2_2_15/ChangeLog
---
 www/bluefish/Makefile                                |  5 ++---
 www/bluefish/distinfo                                |  6 +++---
 www/bluefish/files/patch-src_bftextview2__autocomp.c | 11 -----------
 www/bluefish/files/patch-src_external__commands.c    | 11 -----------
 www/bluefish/pkg-plist                               |  1 +
 5 files changed, 6 insertions(+), 28 deletions(-)

diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile
index 3a76e4ff17b1..0aea7b47b304 100644
--- a/www/bluefish/Makefile
+++ b/www/bluefish/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	bluefish
-DISTVERSION=	2.2.14
-PORTREVISION=	3
+DISTVERSION=	2.2.15
 CATEGORIES=	www editors
 MASTER_SITES=	https://www.bennewitz.com/bluefish/stable/source/ \
 		SF
@@ -19,7 +18,7 @@ LIB_DEPENDS=	libenchant-2.so:textproc/enchant2 \
 USES=		desktop-file-utils gettext gmake gnome libtool localbase \
 		pkgconfig python:3.8-3.9 shared-mime-info shebangfix tar:bzip2
 USE_GNOME=	cairo gdkpixbuf2 intltool libxml2
-SHEBANG_FILES=	data/css_decompressor data/cssmin.py data/jsbeautify \
+SHEBANG_FILES=	data/css_decompressor data/cssmin.py data/jsbeautify data/json_prettyprint.py \
 		data/jsmin.py data/lorem-ipsum-generator \
 		src/plugin_zencoding/zencoding/actions/*.py \
 		src/plugin_zencoding/zencoding/filters/*.py \
diff --git a/www/bluefish/distinfo b/www/bluefish/distinfo
index fe14139c2689..d438288741b6 100644
--- a/www/bluefish/distinfo
+++ b/www/bluefish/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1685951992
-SHA256 (bluefish-2.2.14.tar.bz2) = 22ccdf9ce4e5c9621063e6cf7d73abfb0736ab7a72bce086d06c5cf5ee125ede
-SIZE (bluefish-2.2.14.tar.bz2) = 4752484
+TIMESTAMP = 1710947099
+SHA256 (bluefish-2.2.15.tar.bz2) = 6143e51c6b5579d596f3a9a85e0f0d8580c9f58f828575b119880e0ca1d941bc
+SIZE (bluefish-2.2.15.tar.bz2) = 4762151
diff --git a/www/bluefish/files/patch-src_bftextview2__autocomp.c b/www/bluefish/files/patch-src_bftextview2__autocomp.c
deleted file mode 100644
index fad336a7c3f3..000000000000
--- a/www/bluefish/files/patch-src_bftextview2__autocomp.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/bftextview2_autocomp.c.orig	2023-07-04 14:09:37 UTC
-+++ src/bftextview2_autocomp.c
-@@ -429,7 +429,7 @@ acwin_create(BluefishTextView * btv)
- 	/*gtk_widget_set_size_request(acw->reflabel,150,-1); */
- 	gtk_widget_show_all(acw->scroll);
- 	gtk_widget_show(hbox);
--	g_signal_connect(acw->reflabel, "activate-link", acw_label_active_link_lcb, acw);
-+	g_signal_connect(acw->reflabel, "activate-link", G_CALLBACK(acw_label_active_link_lcb), acw);
- 	/*gtk_widget_set_size_request(GTK_WIDGET(acw->tree),100,200); */
- 	/*gtk_widget_set_size_request(acw->win, 150, 200); */
- 	/*g_signal_connect(G_OBJECT(acw->win),"key-release-event",G_CALLBACK(acwin_key_release_lcb),acw); */
diff --git a/www/bluefish/files/patch-src_external__commands.c b/www/bluefish/files/patch-src_external__commands.c
deleted file mode 100644
index fb5fe1492f4a..000000000000
--- a/www/bluefish/files/patch-src_external__commands.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/external_commands.c.orig	2023-07-04 14:12:18 UTC
-+++ src/external_commands.c
-@@ -483,7 +483,7 @@ create_commandstring(Texternalp * ep, const gchar * fo
- 		gtk_dialog_set_default_response(GTK_DIALOG(dialog),GTK_RESPONSE_ACCEPT);
- 		tmp = g_strdup_printf(_("Supply arguments to define %%a in '%s'"), formatstring);
- 		entry = dialog_entry_labeled(NULL, tmp, gtk_dialog_get_content_area(GTK_DIALOG(dialog)), 6);
--		g_signal_connect(G_OBJECT(entry), "activate", command_dialog_entry_activated_lcb, dialog);
-+		g_signal_connect(G_OBJECT(entry), "activate", G_CALLBACK(command_dialog_entry_activated_lcb), dialog);
- 		g_free(tmp);
- 		gtk_widget_show_all(dialog);
- 		result = gtk_dialog_run(GTK_DIALOG(dialog));
diff --git a/www/bluefish/pkg-plist b/www/bluefish/pkg-plist
index 431fee9e7c08..123d5e5dc27e 100644
--- a/www/bluefish/pkg-plist
+++ b/www/bluefish/pkg-plist
@@ -99,6 +99,7 @@ share/applications/bluefish.desktop
 %%DATADIR%%/jsbeautifier/unpackers/urlencode.py
 %%DATADIR%%/jsbeautify
 %%DATADIR%%/jsmin.py
+%%DATADIR%%/json_prettyprint.py
 %%DATADIR%%/lorem-ipsum-generator
 %%DATADIR%%/plugins/htmlbar/ui/htmlbar_menu_ui.xml
 %%DATADIR%%/plugins/zencoding/__init__.py



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403201715.42KHFWk6005985>