New commits:
commit 99656a9306192314ac7db3654f7f7314836c94f2
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
graphics-libs/freetype2: version 2.13.0
diff --git a/graphics-libs/freetype2/0001-fix-make-detection.patch
b/graphics-libs/freetype2/0001-fix-make-detection.patch
deleted file mode 100644
index f1c4609..0000000
--- a/graphics-libs/freetype2/0001-fix-make-detection.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From a4d2aa2467ba081b77312e39fbf24df453003bf0 Mon Sep 17 00:00:00 2001
-From: Florian Franzmann <bwlf AT bandrate.org>
-Date: Sat, 24 Oct 2020 16:13:39 +0200
-Subject: [PATCH] fix make detection
-
----
- configure | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure b/configure
-index 63ce1b9..4c7f597 100755
---- a/configure
-+++ b/configure
-@@ -18,7 +18,7 @@ rm -f config.mk builds/unix/unix-def.mk
builds/unix/unix-cc.mk
- # respect GNUMAKE environment variable for backward compatibility
- if test "x$GNUMAKE" = x; then
- if test "x$MAKE" = x; then
-- if test "x`make -v 2>/dev/null | egrep 'GNU|makepp'`" = x; then
-+ if test "x`make -v 2>/dev/null | grep -E 'GNU|makepp'`" = x; then
- MAKE=gmake
- else
- MAKE=make
-@@ -30,7 +30,7 @@ fi
-
- echo $MAKE
-
--if test "x`$MAKE -v 2>/dev/null | egrep 'GNU|makepp'`" = x; then
-+if test "x`$MAKE -v 2>/dev/null | grep -E 'GNU|makepp'`" = x; then
- echo "GNU make (>= 3.81) or makepp (>= 2.0) is required to build
FreeType2." >&2
- echo "Please try" >&2
- echo >&2
---
-2.29.0
-
diff --git a/graphics-libs/freetype2/DETAILS b/graphics-libs/freetype2/DETAILS
index defe7e9..5938f54 100755
--- a/graphics-libs/freetype2/DETAILS
+++ b/graphics-libs/freetype2/DETAILS
@@ -1,5 +1,5 @@
SPELL=freetype2
- VERSION=2.12.1
+ VERSION=2.13.0
SECURITY_PATCH=12
SOURCE=freetype-$VERSION.tar.xz
SOURCE2=$SOURCE.sig
diff --git a/graphics-libs/freetype2/HISTORY b/graphics-libs/freetype2/HISTORY
index bc42be3..f18d72a 100644
--- a/graphics-libs/freetype2/HISTORY
+++ b/graphics-libs/freetype2/HISTORY
@@ -1,3 +1,7 @@
+2023-02-09 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 2.13.0
+ * PRE_BUILD, 0001-fix-make-detection.patch: dropped, no need anymore
+
2023-01-15 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: drop pcre