View | Details | Raw Unified | Return to bug 251404 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	mc
4
PORTNAME=	mc
5
PORTVERSION=	4.8.24
5
PORTVERSION=	4.8.24
6
PORTREVISION=	1
6
CATEGORIES=	misc shells
7
CATEGORIES=	misc shells
7
MASTER_SITES=	http://ftp.midnight-commander.org/ \
8
MASTER_SITES=	http://ftp.midnight-commander.org/ \
8
		https://ftp.osuosl.org/pub/midnightcommander/
9
		https://ftp.osuosl.org/pub/midnightcommander/
(-)files/patch-src_vfs_extfs_helpers_urar.in (+11 lines)
Line 0 Link Here
1
--- src/vfs/extfs/helpers/urar.in.orig	2020-01-01 15:52:34 UTC
2
+++ src/vfs/extfs/helpers/urar.in
3
@@ -113,7 +113,7 @@ mcrar5fs_list ()
4
 
5
 mcrarfs_list ()
6
 {
7
-    [ x$UNRAR_VERSION = x5 ] && mcrar5fs_list "$@" || mcrar4fs_list "$@"
8
+    [ x$UNRAR_VERSION > x4 ] && mcrar5fs_list "$@" || mcrar4fs_list "$@"
9
 }
10
 
11
 mcrarfs_copyin ()

Return to bug 251404