bluefish, bump version (#9165)

This commit is contained in:
Schrijvers Luc
2023-08-09 08:43:13 +00:00
committed by GitHub
parent 09847c2f8b
commit a2fb3b11e1
2 changed files with 3 additions and 26 deletions

View File

@@ -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"

View File

@@ -1,22 +0,0 @@
From d3be47eddfba095e1797750416a32a2d7aa799f9 Mon Sep 17 00:00:00 2001
From: begasus <begasus@gmail.com>
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