Updated mc to 4.8.18.
Version 4.8.18 - Core * Alt-Enter, Ctrl-Enter and Ctrl-Shift-Enter shortcuts are bindable in file manager (#3075) * Internals: * Refactoring of widget subsystem (#2919, #3632) - Editor * Add syntax highlighting: * GLSL (#3683) * CUDA (#3686) - Misc * Code cleanup (#3641, #3652) - Fixes * Build failure on FreeBSD (#3643) * Incompatibility with NetBSD curses (#3665) * Memory leaks (#3637) * Subshell output lost on window resize under tmux, GNU screen (#3639) * --with-subshell=optional does not work (#3642) * Backward search is not interruptible (#3648) * "Output lines" has no effect (#3655) * Wrong handling of mouse clicks in long listing mode (#3661) * Panelize resets marks on marked files in many cases (#3663) * Cannot change directory in the active panel in some cases (#3669) * Filtered View doesn't work (#3646, #3660) * mcedit: don't kill bookmarks when open file from "Find File" dialog (#3668) * man pages use "the MC" instead of "MC" (#3644)
This commit is contained in:
parent
5c4a96effc
commit
2b0b58c848
3 changed files with 12 additions and 9 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.104 2016/07/09 06:39:01 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.105 2016/10/19 13:33:25 wiz Exp $
|
||||
|
||||
DISTNAME= mc-4.8.17
|
||||
PKGREVISION= 1
|
||||
DISTNAME= mc-4.8.18
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.midnight-commander.org/downloads/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.12 2016/04/13 18:34:27 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.13 2016/10/19 13:33:25 wiz Exp $
|
||||
bin/mc
|
||||
bin/mcdiff
|
||||
bin/mcedit
|
||||
|
@ -152,6 +152,7 @@ share/mc/help/mc.hlp.pl
|
|||
share/mc/help/mc.hlp.ru
|
||||
share/mc/help/mc.hlp.sr
|
||||
share/mc/hints/mc.hint
|
||||
share/mc/hints/mc.hint.af
|
||||
share/mc/hints/mc.hint.ar
|
||||
share/mc/hints/mc.hint.az
|
||||
share/mc/hints/mc.hint.be
|
||||
|
@ -198,6 +199,7 @@ share/mc/hints/mc.hint.szl
|
|||
share/mc/hints/mc.hint.te
|
||||
share/mc/hints/mc.hint.tr
|
||||
share/mc/hints/mc.hint.uk
|
||||
share/mc/hints/mc.hint.uz
|
||||
share/mc/hints/mc.hint.zh
|
||||
share/mc/hints/mc.hint.zh_CN
|
||||
share/mc/mc.charsets
|
||||
|
@ -235,6 +237,7 @@ share/mc/syntax/changelog.syntax
|
|||
share/mc/syntax/cmake.syntax
|
||||
share/mc/syntax/cs.syntax
|
||||
share/mc/syntax/css.syntax
|
||||
share/mc/syntax/cuda.syntax
|
||||
share/mc/syntax/cxx.syntax
|
||||
share/mc/syntax/cython.syntax
|
||||
share/mc/syntax/d.syntax
|
||||
|
@ -251,6 +254,7 @@ share/mc/syntax/erlang.syntax
|
|||
share/mc/syntax/f90.syntax
|
||||
share/mc/syntax/filehighlight.syntax
|
||||
share/mc/syntax/fortran.syntax
|
||||
share/mc/syntax/glsl.syntax
|
||||
share/mc/syntax/go.syntax
|
||||
share/mc/syntax/haskell.syntax
|
||||
share/mc/syntax/html.syntax
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.27 2016/05/18 11:35:50 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.28 2016/10/19 13:33:25 wiz Exp $
|
||||
|
||||
SHA1 (mc-4.8.17.tar.bz2) = 6b4f33003bcf7a5fd391835efebe847c3f426086
|
||||
RMD160 (mc-4.8.17.tar.bz2) = 1ae455d0e9f575dc17f276e5e9be0f019a8a4fe3
|
||||
SHA512 (mc-4.8.17.tar.bz2) = 148698b1455380acf011755f37d011f6c6e9888a9b7e0e9f0e9e035ad425486bf89f6a8fd13da17cd39417b4d1c8da6663555cb2de231bd1fed62b8ae25506d3
|
||||
Size (mc-4.8.17.tar.bz2) = 3316034 bytes
|
||||
SHA1 (mc-4.8.18.tar.bz2) = 7dc7839e06eb857122a7919098e80af466cd8c49
|
||||
RMD160 (mc-4.8.18.tar.bz2) = 2c82ea7946448dd765707441358d9b4a9646a6f0
|
||||
SHA512 (mc-4.8.18.tar.bz2) = ed19d91fbf36e191be345b7a86bf3528a4149b2a8099e8db7d1fcf9a69faa34d2b6d463dd5b20ace0128fdf98e8b6066d534da1ee93874db9e634c2df80d79e4
|
||||
Size (mc-4.8.18.tar.bz2) = 3336440 bytes
|
||||
SHA1 (patch-ac) = d01357b685acd8e863510248ed7519ae2821757f
|
||||
SHA1 (patch-ad) = 4484b91511cf5bac73f4ae940988d46239e2cd95
|
||||
SHA1 (patch-src_vfs_extfs_helpers_Makefile.in) = c5d4735ce9548714731fdb1227e1acac78f11332
|
||||
|
|
Loading…
Reference in a new issue