From a2fb3b11e1360ac3b6782030d6045def4e723380 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 9 Aug 2023 08:43:13 +0000 Subject: [PATCH] bluefish, bump version (#9165) --- ...h-2.2.13.recipe => bluefish-2.2.14.recipe} | 7 +++--- .../bluefish/patches/bluefish-2.2.13.patchset | 22 ------------------- 2 files changed, 3 insertions(+), 26 deletions(-) rename app-editors/bluefish/{bluefish-2.2.13.recipe => bluefish-2.2.14.recipe} (95%) delete mode 100644 app-editors/bluefish/patches/bluefish-2.2.13.patchset diff --git a/app-editors/bluefish/bluefish-2.2.13.recipe b/app-editors/bluefish/bluefish-2.2.14.recipe similarity index 95% rename from app-editors/bluefish/bluefish-2.2.13.recipe rename to app-editors/bluefish/bluefish-2.2.14.recipe index 624b3b9d7..ae47b1060 100644 --- a/app-editors/bluefish/bluefish-2.2.13.recipe +++ b/app-editors/bluefish/bluefish-2.2.14.recipe @@ -6,12 +6,11 @@ and markup languages. For an extensive overview, see \"Features\" on the website Bluefish is a multi-platform application that runs on most desktop operating systems, including \ Linux, FreeBSD, MacOS-X, Windows, OpenBSD, Solaris and Haiku." HOMEPAGE="https://bluefish.openoffice.nl/" -COPYRIGHT="1998-2020 Olivier Sessink and others." +COPYRIGHT="1998-2023 Olivier Sessink and others." LICENSE="GNU GPL v3" -REVISION="2" +REVISION="1" SOURCE_URI="https://www.bennewitz.com/bluefish/stable/source/bluefish-$portVersion.tar.gz" -CHECKSUM_SHA256="1b9fc488caecc082e3ef89053104a20ecccefe01730c3ad97ce435089001beb8" -PATCHES="bluefish-$portVersion.patchset" +CHECKSUM_SHA256="a7cbeda5da70e78391bde9b5d55cc5cbfc2e3e04c48e8ccb21819e9c61ec4710" ADDITIONAL_FILES="bluefish.rdef.in" diff --git a/app-editors/bluefish/patches/bluefish-2.2.13.patchset b/app-editors/bluefish/patches/bluefish-2.2.13.patchset deleted file mode 100644 index 6c041e56d..000000000 --- a/app-editors/bluefish/patches/bluefish-2.2.13.patchset +++ /dev/null @@ -1,22 +0,0 @@ -From d3be47eddfba095e1797750416a32a2d7aa799f9 Mon Sep 17 00:00:00 2001 -From: begasus -Date: Tue, 16 May 2023 19:28:02 +0200 -Subject: Fixes: gettext infrastructure mismatch: using a Makefile.in.in from - gettext version 0.19 but the autoconf macros are from gettext version 0.20 - - -diff --git a/configure.ac b/configure.ac -index 2043c3d..e11efbb 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -40,6 +40,7 @@ AC_SUBST([ALL_LINGUAS], "_BF_LINGUAS") - GETTEXT_PACKAGE=AC_PACKAGE_NAME - AC_SUBST(GETTEXT_PACKAGE) - AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [gettext domain]) -+AM_GNU_GETTEXT_REQUIRE_VERSION([0.19]) - AM_GLIB_GNU_GETTEXT - - IT_PROG_INTLTOOL --- -2.37.3 -