From 31f5d8adfe9dd8271bce30a7835763909bffe3e2 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 29 Aug 2021 17:06:20 +0200 Subject: [PATCH] - mc: bump version to 4.8.27 --- package/mc/mc.mk | 2 +- package/mc/patches/0002-nomandate.patch | 2 +- package/mc/patches/0003-subshell.patch | 2 +- package/mc/patches/0004-fix-mouse-handling-newer-terminfo.patch | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/mc/mc.mk b/package/mc/mc.mk index d3f1adac..3c654469 100644 --- a/package/mc/mc.mk +++ b/package/mc/mc.mk @@ -4,7 +4,7 @@ # ################################################################################ -MC_VERSION = 4.8.25 +MC_VERSION = 4.8.27 MC_DIR = mc-$(MC_VERSION) MC_SOURCE = mc-$(MC_VERSION).tar.xz MC_SITE = ftp.midnight-commander.org diff --git a/package/mc/patches/0002-nomandate.patch b/package/mc/patches/0002-nomandate.patch index 48bd73b1..07d451e9 100644 --- a/package/mc/patches/0002-nomandate.patch +++ b/package/mc/patches/0002-nomandate.patch @@ -16,6 +16,6 @@ Index: mc-4.8.23/doc/man/date-of-man-include.am SED_PARAMETERS = \ - -e "s/%DATE_OF_MAN_PAGE%/$${MAN_DATE}/g" \ + -e "s/%DATE_OF_MAN_PAGE%//g" \ - -e "s/%DISTR_VERSION%/@DISTR_VERSION@/g" \ + -e "s/%MAN_VERSION%/@MAN_VERSION@/g" \ -e "s{%prefix%{@prefix@{g" \ -e "s{%sysconfdir%{@sysconfdir@{g" \ diff --git a/package/mc/patches/0003-subshell.patch b/package/mc/patches/0003-subshell.patch index 73d8ca94..9f3886d0 100644 --- a/package/mc/patches/0003-subshell.patch +++ b/package/mc/patches/0003-subshell.patch @@ -1,6 +1,6 @@ -- a/src/subshell/common.c +++ b/src/subshell/common.c -@@ -836,7 +836,7 @@ init_subshell_precmd (char *precmd, size +@@ -1140,7 +1140,7 @@ init_subshell_precmd (char *precmd, size "else " "[ \"${PWD##$HOME/}\" = \"$PWD\" ] && MC_PWD=\"$PWD\" || MC_PWD=\"~/${PWD##$HOME/}\"; " "fi; " diff --git a/package/mc/patches/0004-fix-mouse-handling-newer-terminfo.patch b/package/mc/patches/0004-fix-mouse-handling-newer-terminfo.patch index 82543379..bf6853a7 100644 --- a/package/mc/patches/0004-fix-mouse-handling-newer-terminfo.patch +++ b/package/mc/patches/0004-fix-mouse-handling-newer-terminfo.patch @@ -1,6 +1,6 @@ --- a/lib/tty/tty.c +++ b/lib/tty/tty.c -@@ -370,7 +370,7 @@ tty_init_xterm_support (gboolean is_xter +@@ -402,7 +402,7 @@ tty_init_xterm_support (gboolean is_xter if (xmouse_seq != NULL) { if (strcmp (xmouse_seq, ESC_STR "[<") == 0)