Index: Makefile =================================================================== --- Makefile (revision 556320) +++ Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= mc PORTVERSION= 4.8.24 +PORTREVISION= 1 CATEGORIES= misc shells MASTER_SITES= http://ftp.midnight-commander.org/ \ https://ftp.osuosl.org/pub/midnightcommander/ Index: files/patch-src_vfs_extfs_helpers_urar.in =================================================================== --- files/patch-src_vfs_extfs_helpers_urar.in (nonexistent) +++ files/patch-src_vfs_extfs_helpers_urar.in (working copy) @@ -0,0 +1,11 @@ +--- src/vfs/extfs/helpers/urar.in.orig 2020-01-01 15:52:34 UTC ++++ src/vfs/extfs/helpers/urar.in +@@ -113,7 +113,7 @@ mcrar5fs_list () + + mcrarfs_list () + { +- [ x$UNRAR_VERSION = x5 ] && mcrar5fs_list "$@" || mcrar4fs_list "$@" ++ [ x$UNRAR_VERSION > x4 ] && mcrar5fs_list "$@" || mcrar4fs_list "$@" + } + + mcrarfs_copyin () Property changes on: files/patch-src_vfs_extfs_helpers_urar.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property