Sun Jun 17 08:21:58 2018 UTC ()
mc: update to 4.8.21.

Version 4.8.21

- Core

  * Cancel Chmod/Chown/Advanced chown operation for large group of files when operation is not permitted (#3850)
  * Mouse support in the "Advanced chown" dialog window (#3148)
  * File highlighting by extension is case insensitive by default (#1620)
  * Safe file overwrite (#3913)

- VFS

  * Support zstd compression format (#3906)

- Editor

  * Syntax:
    * Rust support (#3884)
    * JavaScript modules support (#3890)
    * Improve Markdown support (#3893)

- Misc

  * Add JavaScript module support to `filehighlight.ini` (MidnightCommander/mc#132)
  * Add Excel xlsx file format support to `mc.ext.in` (MidnightCommander/mc#135)
  * i18n of argument type names in --help blocks (#3879)
  * Code cleanup: (#3857, #3914)

- Fixes

  * Fail to link to ncurses built as two libraries: ncurses+tinfo (#3880)
  * Garbage in displaying of summary of file sizes for selected files (#3883)
  * "Compute totals" unnecessarily done for moves (#3149, #3908)
  * mc.ext: allow Java class files to be viewed even if JAD isn't on PATH (MidnightCommander/mc#134)
  * mcedit: broken extended key mode (#3897)
  * mcedit doesn't save all opened files (#3898)
  * extfs: sftps: -31 SFTP Protocol Error when transferring file (#3406)
  * extfs: rpm: truncated script content in the viewer (#3865)
  * extfs: rpm helper misses CONFLICTS field (#3789)


(wiz)
diff -r1.109 -r1.110 pkgsrc/sysutils/mc/Makefile
diff -r1.15 -r1.16 pkgsrc/sysutils/mc/PLIST
diff -r1.31 -r1.32 pkgsrc/sysutils/mc/distinfo

cvs diff -r1.109 -r1.110 pkgsrc/sysutils/mc/Makefile (switch to unified diff)

--- pkgsrc/sysutils/mc/Makefile 2018/03/22 08:14:52 1.109
+++ pkgsrc/sysutils/mc/Makefile 2018/06/17 08:21:58 1.110
@@ -1,64 +1,63 @@ @@ -1,64 +1,63 @@
1# $NetBSD: Makefile,v 1.109 2018/03/22 08:14:52 adam Exp $ 1# $NetBSD: Makefile,v 1.110 2018/06/17 08:21:58 wiz Exp $
2 2
3DISTNAME= mc-4.8.20 3DISTNAME= mc-4.8.21
4PKGREVISION= 1 
5CATEGORIES= sysutils 4CATEGORIES= sysutils
6MASTER_SITES= http://www.midnight-commander.org/downloads/ 5MASTER_SITES= http://www.midnight-commander.org/downloads/
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= cheusov@NetBSD.org 8MAINTAINER= cheusov@NetBSD.org
10HOMEPAGE= http://www.midnight-commander.org/ 9HOMEPAGE= http://www.midnight-commander.org/
11COMMENT= User-friendly file manager and visual shell 10COMMENT= User-friendly file manager and visual shell
12LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
13 12
14USE_TOOLS+= pkg-config unzip:run perl:build gmake 13USE_TOOLS+= pkg-config unzip:run perl:build gmake
15GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
16USE_PKGLOCALEDIR= yes 15USE_PKGLOCALEDIR= yes
17 16
18# don't want to pull in python 17# don't want to pull in python
19CHECK_INTERPRETER_SKIP+= libexec/mc/extfs.d/s3+ 18CHECK_INTERPRETER_SKIP+= libexec/mc/extfs.d/s3+
20CHECK_INTERPRETER_SKIP+= libexec/mc/extfs.d/uc1541 19CHECK_INTERPRETER_SKIP+= libexec/mc/extfs.d/uc1541
21 20
22# save copies of the configure arguments, harmless 21# save copies of the configure arguments, harmless
23CHECK_WRKREF_SKIP+= bin/mc 22CHECK_WRKREF_SKIP+= bin/mc
24CHECK_WRKREF_SKIP+= bin/mcdiff 23CHECK_WRKREF_SKIP+= bin/mcdiff
25CHECK_WRKREF_SKIP+= bin/mcedit 24CHECK_WRKREF_SKIP+= bin/mcedit
26CHECK_WRKREF_SKIP+= bin/mcview 25CHECK_WRKREF_SKIP+= bin/mcview
27 26
28.include "../../mk/bsd.prefs.mk" 27.include "../../mk/bsd.prefs.mk"
29 28
30.if ${OPSYS} == "Linux" 29.if ${OPSYS} == "Linux"
31PLIST_SRC+= ${PKGDIR}/PLIST.cons.saver 30PLIST_SRC+= ${PKGDIR}/PLIST.cons.saver
32.endif 31.endif
33 32
34# we need working e2fsprogs and gpm packages first 33# we need working e2fsprogs and gpm packages first
35CONFIGURE_ARGS+= --without-ext2undel 34CONFIGURE_ARGS+= --without-ext2undel
36CONFIGURE_ARGS+= --without-gpm-mouse 35CONFIGURE_ARGS+= --without-gpm-mouse
37CONFIGURE_ARGS+= UNZIP=${TOOLS_PATH.unzip} ZIP=${TOOLS_PATH.zip} 36CONFIGURE_ARGS+= UNZIP=${TOOLS_PATH.unzip} ZIP=${TOOLS_PATH.zip}
38 37
39PLIST_SRC+= ${PKGDIR}/PLIST 38PLIST_SRC+= ${PKGDIR}/PLIST
40 39
41.include "options.mk" 40.include "options.mk"
42 41
43EGDIR= ${PREFIX}/share/examples/mc 42EGDIR= ${PREFIX}/share/examples/mc
44 43
45CONFFILES+= edit.indent.rc 44CONFFILES+= edit.indent.rc
46CONFFILES+= filehighlight.ini 45CONFFILES+= filehighlight.ini
47CONFFILES+= mc.default.keymap 46CONFFILES+= mc.default.keymap
48CONFFILES+= mc.emacs.keymap 47CONFFILES+= mc.emacs.keymap
49CONFFILES+= mc.ext 48CONFFILES+= mc.ext
50CONFFILES+= mc.keymap 49CONFFILES+= mc.keymap
51CONFFILES+= mc.menu 50CONFFILES+= mc.menu
52CONFFILES+= mcedit.menu 51CONFFILES+= mcedit.menu
53CONFFILES+= sfs.ini 52CONFFILES+= sfs.ini
54 53
55OWN_DIRS+= ${PKG_SYSCONFDIR}/mc 54OWN_DIRS+= ${PKG_SYSCONFDIR}/mc
56 55
57.for i in ${CONFFILES} 56.for i in ${CONFFILES}
58CONF_FILES+= ${EGDIR}/${i} ${PKG_SYSCONFDIR}/mc/${i} 57CONF_FILES+= ${EGDIR}/${i} ${PKG_SYSCONFDIR}/mc/${i}
59.endfor 58.endfor
60 59
61.include "../../devel/gettext-lib/buildlink3.mk" 60.include "../../devel/gettext-lib/buildlink3.mk"
62BUILDLINK_API_DEPENDS.glib2+= glib2>=2.26.0 61BUILDLINK_API_DEPENDS.glib2+= glib2>=2.26.0
63.include "../../devel/glib2/buildlink3.mk" 62.include "../../devel/glib2/buildlink3.mk"
64.include "../../mk/bsd.pkg.mk" 63.include "../../mk/bsd.pkg.mk"

cvs diff -r1.15 -r1.16 pkgsrc/sysutils/mc/PLIST (switch to unified diff)

--- pkgsrc/sysutils/mc/PLIST 2017/11/29 14:09:00 1.15
+++ pkgsrc/sysutils/mc/PLIST 2018/06/17 08:21:58 1.16
@@ -1,320 +1,324 @@ @@ -1,320 +1,324 @@
1@comment $NetBSD: PLIST,v 1.15 2017/11/29 14:09:00 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.16 2018/06/17 08:21:58 wiz Exp $
2bin/mc 2bin/mc
3bin/mcdiff 3bin/mcdiff
4bin/mcedit 4bin/mcedit
5bin/mcview 5bin/mcview
6libexec/mc/ext.d/archive.sh 6libexec/mc/ext.d/archive.sh
7libexec/mc/ext.d/doc.sh 7libexec/mc/ext.d/doc.sh
8libexec/mc/ext.d/image.sh 8libexec/mc/ext.d/image.sh
9libexec/mc/ext.d/misc.sh 9libexec/mc/ext.d/misc.sh
10libexec/mc/ext.d/package.sh 10libexec/mc/ext.d/package.sh
11libexec/mc/ext.d/sound.sh 11libexec/mc/ext.d/sound.sh
12libexec/mc/ext.d/text.sh 12libexec/mc/ext.d/text.sh
13libexec/mc/ext.d/video.sh 13libexec/mc/ext.d/video.sh
14libexec/mc/ext.d/web.sh 14libexec/mc/ext.d/web.sh
15libexec/mc/extfs.d/README 15libexec/mc/extfs.d/README
16libexec/mc/extfs.d/README.extfs 16libexec/mc/extfs.d/README.extfs
17libexec/mc/extfs.d/a+ 17libexec/mc/extfs.d/a+
18libexec/mc/extfs.d/apt+ 18libexec/mc/extfs.d/apt+
19libexec/mc/extfs.d/audio 19libexec/mc/extfs.d/audio
20libexec/mc/extfs.d/bpp 20libexec/mc/extfs.d/bpp
21libexec/mc/extfs.d/changesetfs 21libexec/mc/extfs.d/changesetfs
22libexec/mc/extfs.d/deb 22libexec/mc/extfs.d/deb
23libexec/mc/extfs.d/deba 23libexec/mc/extfs.d/deba
24libexec/mc/extfs.d/debd 24libexec/mc/extfs.d/debd
25libexec/mc/extfs.d/dpkg+ 25libexec/mc/extfs.d/dpkg+
26libexec/mc/extfs.d/gitfs+ 26libexec/mc/extfs.d/gitfs+
27libexec/mc/extfs.d/hp48+ 27libexec/mc/extfs.d/hp48+
28libexec/mc/extfs.d/iso9660 28libexec/mc/extfs.d/iso9660
29libexec/mc/extfs.d/lslR 29libexec/mc/extfs.d/lslR
30libexec/mc/extfs.d/mailfs 30libexec/mc/extfs.d/mailfs
31libexec/mc/extfs.d/patchfs 31libexec/mc/extfs.d/patchfs
32libexec/mc/extfs.d/patchsetfs 32libexec/mc/extfs.d/patchsetfs
33libexec/mc/extfs.d/rpm 33libexec/mc/extfs.d/rpm
34libexec/mc/extfs.d/rpms+ 34libexec/mc/extfs.d/rpms+
35libexec/mc/extfs.d/s3+ 35libexec/mc/extfs.d/s3+
36libexec/mc/extfs.d/trpm 36libexec/mc/extfs.d/trpm
37libexec/mc/extfs.d/u7z 37libexec/mc/extfs.d/u7z
38libexec/mc/extfs.d/uace 38libexec/mc/extfs.d/uace
39libexec/mc/extfs.d/ualz 39libexec/mc/extfs.d/ualz
40libexec/mc/extfs.d/uar 40libexec/mc/extfs.d/uar
41libexec/mc/extfs.d/uarc 41libexec/mc/extfs.d/uarc
42libexec/mc/extfs.d/uarj 42libexec/mc/extfs.d/uarj
43libexec/mc/extfs.d/uc1541 43libexec/mc/extfs.d/uc1541
44libexec/mc/extfs.d/ucab 44libexec/mc/extfs.d/ucab
45libexec/mc/extfs.d/uha 45libexec/mc/extfs.d/uha
46libexec/mc/extfs.d/ulha 46libexec/mc/extfs.d/ulha
47libexec/mc/extfs.d/ulib 47libexec/mc/extfs.d/ulib
48libexec/mc/extfs.d/urar 48libexec/mc/extfs.d/urar
49libexec/mc/extfs.d/uzip 49libexec/mc/extfs.d/uzip
50libexec/mc/extfs.d/uzoo 50libexec/mc/extfs.d/uzoo
51libexec/mc/fish/README.fish 51libexec/mc/fish/README.fish
52libexec/mc/fish/append 52libexec/mc/fish/append
53libexec/mc/fish/chmod 53libexec/mc/fish/chmod
54libexec/mc/fish/chown 54libexec/mc/fish/chown
55libexec/mc/fish/fexists 55libexec/mc/fish/fexists
56libexec/mc/fish/get 56libexec/mc/fish/get
57libexec/mc/fish/hardlink 57libexec/mc/fish/hardlink
58libexec/mc/fish/info 58libexec/mc/fish/info
59libexec/mc/fish/ln 59libexec/mc/fish/ln
60libexec/mc/fish/ls 60libexec/mc/fish/ls
61libexec/mc/fish/mkdir 61libexec/mc/fish/mkdir
62libexec/mc/fish/mv 62libexec/mc/fish/mv
63libexec/mc/fish/rmdir 63libexec/mc/fish/rmdir
64libexec/mc/fish/send 64libexec/mc/fish/send
65libexec/mc/fish/unlink 65libexec/mc/fish/unlink
66libexec/mc/fish/utime 66libexec/mc/fish/utime
67libexec/mc/mc-wrapper.csh 67libexec/mc/mc-wrapper.csh
68libexec/mc/mc-wrapper.sh 68libexec/mc/mc-wrapper.sh
69libexec/mc/mc.csh 69libexec/mc/mc.csh
70libexec/mc/mc.sh 70libexec/mc/mc.sh
71man/es/man1/mc.1 71man/es/man1/mc.1
72man/hu/man1/mc.1 72man/hu/man1/mc.1
73man/it/man1/mc.1 73man/it/man1/mc.1
74man/man1/mc.1 74man/man1/mc.1
75man/man1/mcedit.1 75man/man1/mcedit.1
76man/man1/mcview.1 76man/man1/mcview.1
77man/pl/man1/mc.1 77man/pl/man1/mc.1
78man/ru/man1/mc.1 78man/ru/man1/mc.1
79man/sr/man1/mc.1 79man/sr/man1/mc.1
80share/examples/mc/edit.indent.rc 80share/examples/mc/edit.indent.rc
81share/examples/mc/filehighlight.ini 81share/examples/mc/filehighlight.ini
82share/examples/mc/mc.default.keymap 82share/examples/mc/mc.default.keymap
83share/examples/mc/mc.emacs.keymap 83share/examples/mc/mc.emacs.keymap
84share/examples/mc/mc.ext 84share/examples/mc/mc.ext
85share/examples/mc/mc.keymap 85share/examples/mc/mc.keymap
86share/examples/mc/mc.menu 86share/examples/mc/mc.menu
87share/examples/mc/mcedit.menu 87share/examples/mc/mcedit.menu
88share/examples/mc/sfs.ini 88share/examples/mc/sfs.ini
89share/locale/az/LC_MESSAGES/mc.mo 89share/locale/az/LC_MESSAGES/mc.mo
90share/locale/be/LC_MESSAGES/mc.mo 90share/locale/be/LC_MESSAGES/mc.mo
91share/locale/bg/LC_MESSAGES/mc.mo 91share/locale/bg/LC_MESSAGES/mc.mo
92share/locale/ca/LC_MESSAGES/mc.mo 92share/locale/ca/LC_MESSAGES/mc.mo
93share/locale/cs/LC_MESSAGES/mc.mo 93share/locale/cs/LC_MESSAGES/mc.mo
94share/locale/da/LC_MESSAGES/mc.mo 94share/locale/da/LC_MESSAGES/mc.mo
95share/locale/de/LC_MESSAGES/mc.mo 95share/locale/de/LC_MESSAGES/mc.mo
96share/locale/de_CH/LC_MESSAGES/mc.mo 96share/locale/de_CH/LC_MESSAGES/mc.mo
97share/locale/el/LC_MESSAGES/mc.mo 97share/locale/el/LC_MESSAGES/mc.mo
98share/locale/en_GB/LC_MESSAGES/mc.mo 98share/locale/en_GB/LC_MESSAGES/mc.mo
99share/locale/eo/LC_MESSAGES/mc.mo 99share/locale/eo/LC_MESSAGES/mc.mo
100share/locale/es/LC_MESSAGES/mc.mo 100share/locale/es/LC_MESSAGES/mc.mo
101share/locale/et/LC_MESSAGES/mc.mo 101share/locale/et/LC_MESSAGES/mc.mo
102share/locale/eu/LC_MESSAGES/mc.mo 102share/locale/eu/LC_MESSAGES/mc.mo
103share/locale/fa/LC_MESSAGES/mc.mo 103share/locale/fa/LC_MESSAGES/mc.mo
104share/locale/fi/LC_MESSAGES/mc.mo 104share/locale/fi/LC_MESSAGES/mc.mo
105share/locale/fr/LC_MESSAGES/mc.mo 105share/locale/fr/LC_MESSAGES/mc.mo
106share/locale/fr_CA/LC_MESSAGES/mc.mo 106share/locale/fr_CA/LC_MESSAGES/mc.mo
107share/locale/gl/LC_MESSAGES/mc.mo 107share/locale/gl/LC_MESSAGES/mc.mo
108share/locale/hr/LC_MESSAGES/mc.mo 108share/locale/hr/LC_MESSAGES/mc.mo
109share/locale/hu/LC_MESSAGES/mc.mo 109share/locale/hu/LC_MESSAGES/mc.mo
110share/locale/ia/LC_MESSAGES/mc.mo 110share/locale/ia/LC_MESSAGES/mc.mo
111share/locale/id/LC_MESSAGES/mc.mo 111share/locale/id/LC_MESSAGES/mc.mo
112share/locale/it/LC_MESSAGES/mc.mo 112share/locale/it/LC_MESSAGES/mc.mo
113share/locale/ja/LC_MESSAGES/mc.mo 113share/locale/ja/LC_MESSAGES/mc.mo
114share/locale/ka/LC_MESSAGES/mc.mo 114share/locale/ka/LC_MESSAGES/mc.mo
115share/locale/kk/LC_MESSAGES/mc.mo 115share/locale/kk/LC_MESSAGES/mc.mo
116share/locale/ko/LC_MESSAGES/mc.mo 116share/locale/ko/LC_MESSAGES/mc.mo
117share/locale/lt/LC_MESSAGES/mc.mo 117share/locale/lt/LC_MESSAGES/mc.mo
118share/locale/lv/LC_MESSAGES/mc.mo 118share/locale/lv/LC_MESSAGES/mc.mo
119share/locale/mn/LC_MESSAGES/mc.mo 119share/locale/mn/LC_MESSAGES/mc.mo
120share/locale/nb/LC_MESSAGES/mc.mo 120share/locale/nb/LC_MESSAGES/mc.mo
121share/locale/nl/LC_MESSAGES/mc.mo 121share/locale/nl/LC_MESSAGES/mc.mo
122share/locale/pl/LC_MESSAGES/mc.mo 122share/locale/pl/LC_MESSAGES/mc.mo
123share/locale/pt/LC_MESSAGES/mc.mo 123share/locale/pt/LC_MESSAGES/mc.mo
124share/locale/pt_BR/LC_MESSAGES/mc.mo 124share/locale/pt_BR/LC_MESSAGES/mc.mo
125share/locale/ro/LC_MESSAGES/mc.mo 125share/locale/ro/LC_MESSAGES/mc.mo
126share/locale/ru/LC_MESSAGES/mc.mo 126share/locale/ru/LC_MESSAGES/mc.mo
127share/locale/sk/LC_MESSAGES/mc.mo 127share/locale/sk/LC_MESSAGES/mc.mo
128share/locale/sl/LC_MESSAGES/mc.mo 128share/locale/sl/LC_MESSAGES/mc.mo
129share/locale/sr/LC_MESSAGES/mc.mo 129share/locale/sr/LC_MESSAGES/mc.mo
130share/locale/sv/LC_MESSAGES/mc.mo 130share/locale/sv/LC_MESSAGES/mc.mo
131share/locale/szl/LC_MESSAGES/mc.mo 131share/locale/szl/LC_MESSAGES/mc.mo
132share/locale/ta/LC_MESSAGES/mc.mo 132share/locale/ta/LC_MESSAGES/mc.mo
133share/locale/te/LC_MESSAGES/mc.mo 133share/locale/te/LC_MESSAGES/mc.mo
134share/locale/tr/LC_MESSAGES/mc.mo 134share/locale/tr/LC_MESSAGES/mc.mo
135share/locale/uk/LC_MESSAGES/mc.mo 135share/locale/uk/LC_MESSAGES/mc.mo
136share/locale/vi/LC_MESSAGES/mc.mo 136share/locale/vi/LC_MESSAGES/mc.mo
137share/locale/wa/LC_MESSAGES/mc.mo 137share/locale/wa/LC_MESSAGES/mc.mo
138share/locale/zh_CN/LC_MESSAGES/mc.mo 138share/locale/zh_CN/LC_MESSAGES/mc.mo
139share/locale/zh_TW/LC_MESSAGES/mc.mo 139share/locale/zh_TW/LC_MESSAGES/mc.mo
140share/mc/examples/macros.d/macro.0.sh 140share/mc/examples/macros.d/macro.0.sh
141share/mc/examples/macros.d/macro.1.sh 141share/mc/examples/macros.d/macro.1.sh
142share/mc/examples/macros.d/macro.3.sh 142share/mc/examples/macros.d/macro.3.sh
143share/mc/examples/macros.d/macro.4.sh 143share/mc/examples/macros.d/macro.4.sh
144share/mc/examples/macros.d/macro.5.sh 144share/mc/examples/macros.d/macro.5.sh
145share/mc/examples/macros.d/macro.6.sh 145share/mc/examples/macros.d/macro.6.sh
146share/mc/examples/macros.d/macro.7.sh 146share/mc/examples/macros.d/macro.7.sh
147share/mc/help/mc.hlp 147share/mc/help/mc.hlp
148share/mc/help/mc.hlp.es 148share/mc/help/mc.hlp.es
149share/mc/help/mc.hlp.hu 149share/mc/help/mc.hlp.hu
150share/mc/help/mc.hlp.it 150share/mc/help/mc.hlp.it
151share/mc/help/mc.hlp.pl 151share/mc/help/mc.hlp.pl
152share/mc/help/mc.hlp.ru 152share/mc/help/mc.hlp.ru
153share/mc/help/mc.hlp.sr 153share/mc/help/mc.hlp.sr
154share/mc/hints/mc.hint 154share/mc/hints/mc.hint
155share/mc/hints/mc.hint.af 155share/mc/hints/mc.hint.af
156share/mc/hints/mc.hint.ar 156share/mc/hints/mc.hint.ar
157share/mc/hints/mc.hint.az 157share/mc/hints/mc.hint.az
158share/mc/hints/mc.hint.be 158share/mc/hints/mc.hint.be
159share/mc/hints/mc.hint.bg 159share/mc/hints/mc.hint.bg
 160share/mc/hints/mc.hint.br
160share/mc/hints/mc.hint.ca 161share/mc/hints/mc.hint.ca
161share/mc/hints/mc.hint.cs 162share/mc/hints/mc.hint.cs
162share/mc/hints/mc.hint.da 163share/mc/hints/mc.hint.da
163share/mc/hints/mc.hint.de 164share/mc/hints/mc.hint.de
164share/mc/hints/mc.hint.de_CH 165share/mc/hints/mc.hint.de_CH
165share/mc/hints/mc.hint.el 166share/mc/hints/mc.hint.el
166share/mc/hints/mc.hint.en_GB 167share/mc/hints/mc.hint.en_GB
167share/mc/hints/mc.hint.eo 168share/mc/hints/mc.hint.eo
168share/mc/hints/mc.hint.es 169share/mc/hints/mc.hint.es
169share/mc/hints/mc.hint.et 170share/mc/hints/mc.hint.et
170share/mc/hints/mc.hint.eu 171share/mc/hints/mc.hint.eu
171share/mc/hints/mc.hint.fa 172share/mc/hints/mc.hint.fa
172share/mc/hints/mc.hint.fi 173share/mc/hints/mc.hint.fi
173share/mc/hints/mc.hint.fr 174share/mc/hints/mc.hint.fr
174share/mc/hints/mc.hint.fr_CA 175share/mc/hints/mc.hint.fr_CA
 176share/mc/hints/mc.hint.ga
175share/mc/hints/mc.hint.gl 177share/mc/hints/mc.hint.gl
 178share/mc/hints/mc.hint.he
176share/mc/hints/mc.hint.hr 179share/mc/hints/mc.hint.hr
177share/mc/hints/mc.hint.hu 180share/mc/hints/mc.hint.hu
178share/mc/hints/mc.hint.ia 181share/mc/hints/mc.hint.ia
179share/mc/hints/mc.hint.id 182share/mc/hints/mc.hint.id
180share/mc/hints/mc.hint.it 183share/mc/hints/mc.hint.it
181share/mc/hints/mc.hint.it_IT 184share/mc/hints/mc.hint.it_IT
182share/mc/hints/mc.hint.ja 185share/mc/hints/mc.hint.ja
183share/mc/hints/mc.hint.ka 186share/mc/hints/mc.hint.ka
184share/mc/hints/mc.hint.kk 187share/mc/hints/mc.hint.kk
185share/mc/hints/mc.hint.ko 188share/mc/hints/mc.hint.ko
186share/mc/hints/mc.hint.lt 189share/mc/hints/mc.hint.lt
187share/mc/hints/mc.hint.nl 190share/mc/hints/mc.hint.nl
188share/mc/hints/mc.hint.pl 191share/mc/hints/mc.hint.pl
189share/mc/hints/mc.hint.pt 192share/mc/hints/mc.hint.pt
190share/mc/hints/mc.hint.pt_BR 193share/mc/hints/mc.hint.pt_BR
191share/mc/hints/mc.hint.ro 194share/mc/hints/mc.hint.ro
192share/mc/hints/mc.hint.ru 195share/mc/hints/mc.hint.ru
193share/mc/hints/mc.hint.sk 196share/mc/hints/mc.hint.sk
194share/mc/hints/mc.hint.sl 197share/mc/hints/mc.hint.sl
195share/mc/hints/mc.hint.sr 198share/mc/hints/mc.hint.sr
196share/mc/hints/mc.hint.sv 199share/mc/hints/mc.hint.sv
197share/mc/hints/mc.hint.sv_SE 200share/mc/hints/mc.hint.sv_SE
198share/mc/hints/mc.hint.szl 201share/mc/hints/mc.hint.szl
199share/mc/hints/mc.hint.te 202share/mc/hints/mc.hint.te
200share/mc/hints/mc.hint.tr 203share/mc/hints/mc.hint.tr
201share/mc/hints/mc.hint.uk 204share/mc/hints/mc.hint.uk
202share/mc/hints/mc.hint.uz 205share/mc/hints/mc.hint.uz
203share/mc/hints/mc.hint.zh 206share/mc/hints/mc.hint.zh
204share/mc/hints/mc.hint.zh_CN 207share/mc/hints/mc.hint.zh_CN
205share/mc/mc.charsets 208share/mc/mc.charsets
206share/mc/mc.lib 209share/mc/mc.lib
207share/mc/skins/dark.ini 210share/mc/skins/dark.ini
208share/mc/skins/darkfar.ini 211share/mc/skins/darkfar.ini
209share/mc/skins/default.ini 212share/mc/skins/default.ini
210share/mc/skins/double-lines.ini 213share/mc/skins/double-lines.ini
211share/mc/skins/featured.ini 214share/mc/skins/featured.ini
212share/mc/skins/gotar.ini 215share/mc/skins/gotar.ini
213share/mc/skins/gray-green-purple256.ini 216share/mc/skins/gray-green-purple256.ini
214share/mc/skins/gray-orange-blue256.ini 217share/mc/skins/gray-orange-blue256.ini
215share/mc/skins/mc46.ini 218share/mc/skins/mc46.ini
216share/mc/skins/modarcon16-defbg.ini 219share/mc/skins/modarcon16-defbg.ini
217share/mc/skins/modarcon16.ini 220share/mc/skins/modarcon16.ini
218share/mc/skins/modarcon16root-defbg.ini 221share/mc/skins/modarcon16root-defbg.ini
219share/mc/skins/modarcon16root.ini 222share/mc/skins/modarcon16root.ini
220share/mc/skins/modarin256-defbg.ini 223share/mc/skins/modarin256-defbg.ini
221share/mc/skins/modarin256.ini 224share/mc/skins/modarin256.ini
222share/mc/skins/modarin256root-defbg.ini 225share/mc/skins/modarin256root-defbg.ini
223share/mc/skins/modarin256root.ini 226share/mc/skins/modarin256root.ini
224share/mc/skins/nicedark.ini 227share/mc/skins/nicedark.ini
225share/mc/skins/sand256.ini 228share/mc/skins/sand256.ini
226share/mc/skins/seasons-autumn16M.ini 229share/mc/skins/seasons-autumn16M.ini
227share/mc/skins/seasons-spring16M.ini 230share/mc/skins/seasons-spring16M.ini
228share/mc/skins/seasons-summer16M.ini 231share/mc/skins/seasons-summer16M.ini
229share/mc/skins/seasons-winter16M.ini 232share/mc/skins/seasons-winter16M.ini
230share/mc/skins/xoria256.ini 233share/mc/skins/xoria256.ini
231share/mc/skins/yadt256-defbg.ini 234share/mc/skins/yadt256-defbg.ini
232share/mc/skins/yadt256.ini 235share/mc/skins/yadt256.ini
233share/mc/syntax/PKGBUILD.syntax 236share/mc/syntax/PKGBUILD.syntax
234share/mc/syntax/Syntax 237share/mc/syntax/Syntax
235share/mc/syntax/ada95.syntax 238share/mc/syntax/ada95.syntax
236share/mc/syntax/as.syntax 239share/mc/syntax/as.syntax
237share/mc/syntax/aspx.syntax 240share/mc/syntax/aspx.syntax
238share/mc/syntax/assembler.syntax 241share/mc/syntax/assembler.syntax
239share/mc/syntax/awk.syntax 242share/mc/syntax/awk.syntax
240share/mc/syntax/c.syntax 243share/mc/syntax/c.syntax
241share/mc/syntax/cabal.syntax 244share/mc/syntax/cabal.syntax
242share/mc/syntax/changelog.syntax 245share/mc/syntax/changelog.syntax
243share/mc/syntax/cmake.syntax 246share/mc/syntax/cmake.syntax
244share/mc/syntax/cs.syntax 247share/mc/syntax/cs.syntax
245share/mc/syntax/css.syntax 248share/mc/syntax/css.syntax
246share/mc/syntax/cuda.syntax 249share/mc/syntax/cuda.syntax
247share/mc/syntax/cxx.syntax 250share/mc/syntax/cxx.syntax
248share/mc/syntax/cython.syntax 251share/mc/syntax/cython.syntax
249share/mc/syntax/d.syntax 252share/mc/syntax/d.syntax
250share/mc/syntax/debian-changelog.syntax 253share/mc/syntax/debian-changelog.syntax
251share/mc/syntax/debian-control.syntax 254share/mc/syntax/debian-control.syntax
252share/mc/syntax/debian-description.syntax 255share/mc/syntax/debian-description.syntax
253share/mc/syntax/debian-sources-list.syntax 256share/mc/syntax/debian-sources-list.syntax
254share/mc/syntax/diff.syntax 257share/mc/syntax/diff.syntax
255share/mc/syntax/dlink.syntax 258share/mc/syntax/dlink.syntax
256share/mc/syntax/dos.syntax 259share/mc/syntax/dos.syntax
257share/mc/syntax/ebuild.syntax 260share/mc/syntax/ebuild.syntax
258share/mc/syntax/eiffel.syntax 261share/mc/syntax/eiffel.syntax
259share/mc/syntax/erlang.syntax 262share/mc/syntax/erlang.syntax
260share/mc/syntax/f90.syntax 263share/mc/syntax/f90.syntax
261share/mc/syntax/filehighlight.syntax 264share/mc/syntax/filehighlight.syntax
262share/mc/syntax/fortran.syntax 265share/mc/syntax/fortran.syntax
263share/mc/syntax/glsl.syntax 266share/mc/syntax/glsl.syntax
264share/mc/syntax/go.syntax 267share/mc/syntax/go.syntax
265share/mc/syntax/haskell.syntax 268share/mc/syntax/haskell.syntax
266share/mc/syntax/hive.syntax 269share/mc/syntax/hive.syntax
267share/mc/syntax/html.syntax 270share/mc/syntax/html.syntax
268share/mc/syntax/idl.syntax 271share/mc/syntax/idl.syntax
269share/mc/syntax/ini.syntax 272share/mc/syntax/ini.syntax
270share/mc/syntax/j.syntax 273share/mc/syntax/j.syntax
271share/mc/syntax/jal.syntax 274share/mc/syntax/jal.syntax
272share/mc/syntax/java.syntax 275share/mc/syntax/java.syntax
273share/mc/syntax/js.syntax 276share/mc/syntax/js.syntax
274share/mc/syntax/latex.syntax 277share/mc/syntax/latex.syntax
275share/mc/syntax/lisp.syntax 278share/mc/syntax/lisp.syntax
276share/mc/syntax/lkr.syntax 279share/mc/syntax/lkr.syntax
277share/mc/syntax/lsm.syntax 280share/mc/syntax/lsm.syntax
278share/mc/syntax/lua.syntax 281share/mc/syntax/lua.syntax
279share/mc/syntax/m4.syntax 282share/mc/syntax/m4.syntax
280share/mc/syntax/mail.syntax 283share/mc/syntax/mail.syntax
281share/mc/syntax/makefile.syntax 284share/mc/syntax/makefile.syntax
282share/mc/syntax/markdown.syntax 285share/mc/syntax/markdown.syntax
283share/mc/syntax/ml.syntax 286share/mc/syntax/ml.syntax
284share/mc/syntax/named.syntax 287share/mc/syntax/named.syntax
285share/mc/syntax/nemerle.syntax 288share/mc/syntax/nemerle.syntax
286share/mc/syntax/nroff.syntax 289share/mc/syntax/nroff.syntax
287share/mc/syntax/octave.syntax 290share/mc/syntax/octave.syntax
288share/mc/syntax/opencl.syntax 291share/mc/syntax/opencl.syntax
289share/mc/syntax/osl.syntax 292share/mc/syntax/osl.syntax
290share/mc/syntax/pascal.syntax 293share/mc/syntax/pascal.syntax
291share/mc/syntax/perl.syntax 294share/mc/syntax/perl.syntax
292share/mc/syntax/php.syntax 295share/mc/syntax/php.syntax
293share/mc/syntax/po.syntax 296share/mc/syntax/po.syntax
294share/mc/syntax/povray.syntax 297share/mc/syntax/povray.syntax
295share/mc/syntax/procmail.syntax 298share/mc/syntax/procmail.syntax
296share/mc/syntax/properties.syntax 299share/mc/syntax/properties.syntax
297share/mc/syntax/protobuf.syntax 300share/mc/syntax/protobuf.syntax
298share/mc/syntax/puppet.syntax 301share/mc/syntax/puppet.syntax
299share/mc/syntax/python.syntax 302share/mc/syntax/python.syntax
300share/mc/syntax/r.syntax 303share/mc/syntax/r.syntax
301share/mc/syntax/ruby.syntax 304share/mc/syntax/ruby.syntax
 305share/mc/syntax/rust.syntax
302share/mc/syntax/sh.syntax 306share/mc/syntax/sh.syntax
303share/mc/syntax/slang.syntax 307share/mc/syntax/slang.syntax
304share/mc/syntax/smalltalk.syntax 308share/mc/syntax/smalltalk.syntax
305share/mc/syntax/spec.syntax 309share/mc/syntax/spec.syntax
306share/mc/syntax/sql.syntax 310share/mc/syntax/sql.syntax
307share/mc/syntax/strace.syntax 311share/mc/syntax/strace.syntax
308share/mc/syntax/swig.syntax 312share/mc/syntax/swig.syntax
309share/mc/syntax/syntax.syntax 313share/mc/syntax/syntax.syntax
310share/mc/syntax/tcl.syntax 314share/mc/syntax/tcl.syntax
311share/mc/syntax/texinfo.syntax 315share/mc/syntax/texinfo.syntax
312share/mc/syntax/ts.syntax 316share/mc/syntax/ts.syntax
313share/mc/syntax/tt.syntax 317share/mc/syntax/tt.syntax
314share/mc/syntax/unknown.syntax 318share/mc/syntax/unknown.syntax
315share/mc/syntax/verilog.syntax 319share/mc/syntax/verilog.syntax
316share/mc/syntax/vhdl.syntax 320share/mc/syntax/vhdl.syntax
317share/mc/syntax/xml.syntax 321share/mc/syntax/xml.syntax
318share/mc/syntax/yaml.syntax 322share/mc/syntax/yaml.syntax
319share/mc/syntax/yum-repo.syntax 323share/mc/syntax/yum-repo.syntax
320share/mc/syntax/yxx.syntax 324share/mc/syntax/yxx.syntax

cvs diff -r1.31 -r1.32 pkgsrc/sysutils/mc/distinfo (switch to unified diff)

--- pkgsrc/sysutils/mc/distinfo 2017/11/29 14:09:00 1.31
+++ pkgsrc/sysutils/mc/distinfo 2018/06/17 08:21:58 1.32
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1$NetBSD: distinfo,v 1.31 2017/11/29 14:09:00 wiz Exp $ 1$NetBSD: distinfo,v 1.32 2018/06/17 08:21:58 wiz Exp $
2 2
3SHA1 (mc-4.8.20.tar.bz2) = 04738a43446efa27f31b7db413ed9dae3eb1b445 3SHA1 (mc-4.8.21.tar.bz2) = bb1c3b7107cc0fa877edf669628e7c7a8ffdc962
4RMD160 (mc-4.8.20.tar.bz2) = 8249937a26dac23e49c6c96b6093c4ab0ad6dbea 4RMD160 (mc-4.8.21.tar.bz2) = 9e74eafcce2c59afc25fd17d4caa0ee2ddd1c031
5SHA512 (mc-4.8.20.tar.bz2) = 533aff7079374e070c8df9e967c151ef09f44ad507517dd3e607d58eba7357cb6ba3cad31b6a0b27c52791a163b28f8c8218e12eda1d900e83bb25daf9d47849 5SHA512 (mc-4.8.21.tar.bz2) = 20799b5936f0cc166869af42b5bf7b737bbccee4adfc24be16d3b4ebd2f911d60d48359a081f69ecd06cf02182aeeab98e8ac352bc219fe3560c4cfe5374451e
6Size (mc-4.8.20.tar.bz2) = 3398307 bytes 6Size (mc-4.8.21.tar.bz2) = 3381888 bytes
7SHA1 (patch-ac) = d01357b685acd8e863510248ed7519ae2821757f 7SHA1 (patch-ac) = d01357b685acd8e863510248ed7519ae2821757f
8SHA1 (patch-ad) = 4484b91511cf5bac73f4ae940988d46239e2cd95 8SHA1 (patch-ad) = 4484b91511cf5bac73f4ae940988d46239e2cd95
9SHA1 (patch-configure) = 8fdc579fb4d8d4c018488b9b160bb24f9a82aa42 9SHA1 (patch-configure) = 8fdc579fb4d8d4c018488b9b160bb24f9a82aa42
10SHA1 (patch-src_subshell_common.c) = 6fc3a92e6116527f7ead9d9515906add0b30ff5e 10SHA1 (patch-src_subshell_common.c) = 6fc3a92e6116527f7ead9d9515906add0b30ff5e
11SHA1 (patch-src_vfs_extfs_helpers_Makefile.in) = c5d4735ce9548714731fdb1227e1acac78f11332 11SHA1 (patch-src_vfs_extfs_helpers_Makefile.in) = c5d4735ce9548714731fdb1227e1acac78f11332