pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/mc
Module Name: pkgsrc
Committed By: wiz
Date: Wed Nov 29 14:09:00 UTC 2017
Modified Files:
pkgsrc/sysutils/mc: Makefile PLIST distinfo
Log Message:
mc: update to 4.8.20.
Version 4.8.20
- Core
* Rename key bindings:
* [main].PanelListingSwitch -> [panel].CycleListingFormat
* [main].PanelListingChange -> [main].SetupListingFormat
* Speed up of UTF-8 normalization for frequent cases (#3616)
- VFS
* extfs helpers tester:
* diff of failed tests is now included in output to ease bug reporting (#3784)
- Editor
* Syntax:
* ES2015 support (#3793)
* TypeScript support (#3794)
* Ada 95 updates (#3804)
* Apache Hive QL support (#3828)
* SQL & PHP keyword updates (MidnightCommander/mc#129)
* Simplification of case insensitive file name patterns in /usr/share/mc/syntax/Syntax file (#3829)
* Markdown (initial support) (#3864)
* Protocol Buffers and gRPC support (#3868)
* Add %c (cursor offset from BOF) support for user menu macros (#3867)
- Misc
* Unify curses initialization for various curses implementations (#3697)
* Highlight txz extension as archive like tgz, etc. (#3782)
* Add new media extensions to `filehighlight.ini` (#3834)
- Fixes
* Wrong --help message for mcview, mcedit and mcdiff (#3805)
* Compression from menu broken due to bad quoting (#3840)
* `--with-homedir` gives "yes" as config directory (#3836)
* External panelize: opening a file with an absolute path fails (#2942)
* Filter isn't cleared when entering empty string (#3813)
* Panelization is not kept while switching panel listing mode (#3810)
* Cannot tab out of a QuickView panel (#3815)
* Cannot use the F10 key in a QuickView panel (#3816)
* Wromg INPUT_COMPLETE_CD flag handling in the QuickDialog engine (#3870)
* mcview: file interpreted as latin1 instead of utf8 (#3783)
* mcview: incomplete read of filtering data (#3817)
* mcview: search doesn't grow file as much as needed (#3819, #3855)
* mcview: goto doesn't grow file as much as needed (#3826)
* mcview: quick view panel: crash on slow startup while switching panel mode (#3846)
* mcedit: fix broken encoding into UTF-8 for 8-bit displays (#3843)
* mcedit: incorrect %f macro substitution in the user menu (#3861)
* man pages: wrong paths of mc.hint and mc.hlp (#3806)
* subshell: fix broken tcsh 6.20+ cd escaping (#3852)
* VFS: incremental tar doesn't contain empty directories (#2297)
* VFS: incremental tar: wrong directories owner for tar --numeric-owner -g (#3709)
* VFS: timestamps not being preserved due to uninitialized struct stat st_[acm]tim.tv_nsec (#3821)
* VFS: ftp: can't retrieve password from .netrc when user is in URL (#3869)
* VFS: tests: locale issue causing helpers using 'sort' to fail (#3787)
* VFS: tests: unportable 'echo' use causing one rpm helper test to fail (#3786)
* Spelling errors in the manual page (#3839)
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 pkgsrc/sysutils/mc/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/mc/PLIST
cvs rdiff -u -r1.30 -r1.31 pkgsrc/sysutils/mc/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/mc/Makefile
diff -u pkgsrc/sysutils/mc/Makefile:1.107 pkgsrc/sysutils/mc/Makefile:1.108
--- pkgsrc/sysutils/mc/Makefile:1.107 Mon Mar 13 09:20:24 2017
+++ pkgsrc/sysutils/mc/Makefile Wed Nov 29 14:09:00 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.107 2017/03/13 09:20:24 wiz Exp $
+# $NetBSD: Makefile,v 1.108 2017/11/29 14:09:00 wiz Exp $
-DISTNAME= mc-4.8.19
+DISTNAME= mc-4.8.20
CATEGORIES= sysutils
MASTER_SITES= http://www.midnight-commander.org/downloads/
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/sysutils/mc/PLIST
diff -u pkgsrc/sysutils/mc/PLIST:1.14 pkgsrc/sysutils/mc/PLIST:1.15
--- pkgsrc/sysutils/mc/PLIST:1.14 Mon Mar 13 09:20:24 2017
+++ pkgsrc/sysutils/mc/PLIST Wed Nov 29 14:09:00 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2017/03/13 09:20:24 wiz Exp $
+@comment $NetBSD: PLIST,v 1.15 2017/11/29 14:09:00 wiz Exp $
bin/mc
bin/mcdiff
bin/mcedit
@@ -263,6 +263,7 @@ share/mc/syntax/fortran.syntax
share/mc/syntax/glsl.syntax
share/mc/syntax/go.syntax
share/mc/syntax/haskell.syntax
+share/mc/syntax/hive.syntax
share/mc/syntax/html.syntax
share/mc/syntax/idl.syntax
share/mc/syntax/ini.syntax
@@ -278,6 +279,7 @@ share/mc/syntax/lua.syntax
share/mc/syntax/m4.syntax
share/mc/syntax/mail.syntax
share/mc/syntax/makefile.syntax
+share/mc/syntax/markdown.syntax
share/mc/syntax/ml.syntax
share/mc/syntax/named.syntax
share/mc/syntax/nemerle.syntax
@@ -292,6 +294,7 @@ share/mc/syntax/po.syntax
share/mc/syntax/povray.syntax
share/mc/syntax/procmail.syntax
share/mc/syntax/properties.syntax
+share/mc/syntax/protobuf.syntax
share/mc/syntax/puppet.syntax
share/mc/syntax/python.syntax
share/mc/syntax/r.syntax
@@ -306,6 +309,7 @@ share/mc/syntax/swig.syntax
share/mc/syntax/syntax.syntax
share/mc/syntax/tcl.syntax
share/mc/syntax/texinfo.syntax
+share/mc/syntax/ts.syntax
share/mc/syntax/tt.syntax
share/mc/syntax/unknown.syntax
share/mc/syntax/verilog.syntax
Index: pkgsrc/sysutils/mc/distinfo
diff -u pkgsrc/sysutils/mc/distinfo:1.30 pkgsrc/sysutils/mc/distinfo:1.31
--- pkgsrc/sysutils/mc/distinfo:1.30 Mon Mar 13 09:20:24 2017
+++ pkgsrc/sysutils/mc/distinfo Wed Nov 29 14:09:00 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.30 2017/03/13 09:20:24 wiz Exp $
+$NetBSD: distinfo,v 1.31 2017/11/29 14:09:00 wiz Exp $
-SHA1 (mc-4.8.19.tar.bz2) = 569f92b1de17e92f3d86dac00e7a12f0b649fea3
-RMD160 (mc-4.8.19.tar.bz2) = 199a69d249167c9b6d525d24a272b1cdf207e920
-SHA512 (mc-4.8.19.tar.bz2) = eecf39b3f043cad1f47aabcd25a0e672e7bbf406944f457521e0ff5db344f01cdc8572bb45b2507a54469ff1130c457a90f62eb7d5e6191f9c7d4f35a4b46a2e
-Size (mc-4.8.19.tar.bz2) = 3397947 bytes
+SHA1 (mc-4.8.20.tar.bz2) = 04738a43446efa27f31b7db413ed9dae3eb1b445
+RMD160 (mc-4.8.20.tar.bz2) = 8249937a26dac23e49c6c96b6093c4ab0ad6dbea
+SHA512 (mc-4.8.20.tar.bz2) = 533aff7079374e070c8df9e967c151ef09f44ad507517dd3e607d58eba7357cb6ba3cad31b6a0b27c52791a163b28f8c8218e12eda1d900e83bb25daf9d47849
+Size (mc-4.8.20.tar.bz2) = 3398307 bytes
SHA1 (patch-ac) = d01357b685acd8e863510248ed7519ae2821757f
SHA1 (patch-ad) = 4484b91511cf5bac73f4ae940988d46239e2cd95
SHA1 (patch-configure) = 8fdc579fb4d8d4c018488b9b160bb24f9a82aa42
Home |
Main Index |
Thread Index |
Old Index