From 4023050b7691f5932d1df68c4aa20ed41b704127 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Thu, 21 Mar 2024 22:36:56 +0100
Subject: [PATCH] bluefish: update to 2.2.15

---
 components/web/bluefish/manifests/sample-manifest.p5m |    3 ++-
 components/web/bluefish/bluefish.p5m                  |    1 +
 components/web/bluefish/pkg5                          |    2 +-
 components/web/bluefish/Makefile                      |    7 +++----
 4 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/components/web/bluefish/Makefile b/components/web/bluefish/Makefile
index 970807b..64b9934 100644
--- a/components/web/bluefish/Makefile
+++ b/components/web/bluefish/Makefile
@@ -16,12 +16,12 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		bluefish
-COMPONENT_VERSION=	2.2.14
+COMPONENT_VERSION=	2.2.15
 COMPONENT_SUMMARY=	Bluefish, a powerful editor for experienced web designers
 COMPONENT_PROJECT_URL=	https://bluefish.openoffice.nl/index.html
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
-COMPONENT_ARCHIVE_HASH= sha256:22ccdf9ce4e5c9621063e6cf7d73abfb0736ab7a72bce086d06c5cf5ee125ede
+COMPONENT_ARCHIVE_HASH= sha256:6143e51c6b5579d596f3a9a85e0f0d8580c9f58f828575b119880e0ca1d941bc
 COMPONENT_ARCHIVE_URL=	https://www.bennewitz.com/bluefish/stable/source/$(COMPONENT_ARCHIVE)
 COMPONENT_FMRI=		web/editor/bluefish
 COMPONENT_CLASSIFICATION=	Development/Editors
@@ -35,8 +35,7 @@
 
 CFLAGS += -DANSICPP
 
-CONFIGURE_OPTIONS += --sysconfdir=/etc
-CONFIGURE_OPTIONS += --libexecdir=$(CONFIGURE_LIBDIR.$(BITS))
+CONFIGURE_OPTIONS += --sysconfdir=/$(ETCDIR)
 CONFIGURE_OPTIONS += --disable-update-databases
 
 CONFIGURE_ENV += PYTHON=$(PYTHON)
diff --git a/components/web/bluefish/bluefish.p5m b/components/web/bluefish/bluefish.p5m
index e347280..1422c80 100644
--- a/components/web/bluefish/bluefish.p5m
+++ b/components/web/bluefish/bluefish.p5m
@@ -127,6 +127,7 @@
 file path=usr/share/bluefish/jsbeautifier/unpackers/urlencode.py
 file path=usr/share/bluefish/jsbeautify
 file path=usr/share/bluefish/jsmin.py
+file path=usr/share/bluefish/json_prettyprint.py
 file path=usr/share/bluefish/lorem-ipsum-generator
 file path=usr/share/bluefish/plugins/htmlbar/ui/htmlbar_menu_ui.xml
 file path=usr/share/bluefish/plugins/zencoding/__init__.py
diff --git a/components/web/bluefish/manifests/sample-manifest.p5m b/components/web/bluefish/manifests/sample-manifest.p5m
index fb61211..9ec82e0 100644
--- a/components/web/bluefish/manifests/sample-manifest.p5m
+++ b/components/web/bluefish/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
 #
 
 #
-# Copyright 2023 <contributor>
+# Copyright 2024 <contributor>
 #
 
 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -122,6 +122,7 @@
 file path=usr/share/bluefish/jsbeautifier/unpackers/urlencode.py
 file path=usr/share/bluefish/jsbeautify
 file path=usr/share/bluefish/jsmin.py
+file path=usr/share/bluefish/json_prettyprint.py
 file path=usr/share/bluefish/lorem-ipsum-generator
 file path=usr/share/bluefish/plugins/htmlbar/ui/htmlbar_menu_ui.xml
 file path=usr/share/bluefish/plugins/zencoding/__init__.py
diff --git a/components/web/bluefish/pkg5 b/components/web/bluefish/pkg5
index a51818a..ce16bc9 100644
--- a/components/web/bluefish/pkg5
+++ b/components/web/bluefish/pkg5
@@ -16,4 +16,4 @@
         "web/editor/bluefish"
     ],
     "name": "bluefish"
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3