mc: Bump to 4.8.29

This commit is contained in:
Tee KOBAYASHI 2023-01-15 09:54:41 +09:00 committed by xtkoba
parent 839539d611
commit 4309903343
2 changed files with 3 additions and 12 deletions

View File

@ -2,13 +2,14 @@ TERMUX_PKG_HOMEPAGE=https://www.midnight-commander.org/
TERMUX_PKG_DESCRIPTION="Midnight Commander - a powerful file manager"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=4.8.28
TERMUX_PKG_VERSION=4.8.29
TERMUX_PKG_SRCURL=http://ftp.midnight-commander.org/mc-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=e994d9be9a7172e9ac4a4ad62107921f6aa312e668b056dfe5b8bcebbaf53803
TERMUX_PKG_SHA256=773a453112fb6d175a322f042f583af4ad4566d7424fadcfb0f5b61b18c631ca
TERMUX_PKG_DEPENDS="glib, libandroid-support, libssh2, ncurses"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
ac_cv_lib_util_openpty=no
ac_cv_path_PERL=$TERMUX_PREFIX/bin/perl
ac_cv_path_PERL_FOR_BUILD=/usr/bin/perl
ac_cv_path_PYTHON=$TERMUX_PREFIX/bin/python
ac_cv_path_RUBY=$TERMUX_PREFIX/bin/ruby
ac_cv_path_UNZIP=$TERMUX_PREFIX/bin/unzip

View File

@ -1,10 +0,0 @@
diff --git a/src/man2hlp/man2hlp.in b/src/man2hlp/man2hlp.in
index f095830..f7a97ea 100644
--- a/src/man2hlp/man2hlp.in
+++ b/src/man2hlp/man2hlp.in
@@ -1,4 +1,4 @@
-#! @PERL@ -w
+#! /usr/bin/perl -w
#
# Man page to help file converter
# Copyright (C) 1994, 1995, 1998, 2000, 2001, 2002, 2003, 2004, 2005,