mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
misc/mc: Update to 4.8.24
Upstream have also added python 3 support with this release. Changes this release: https://midnight-commander.org/wiki/NEWS-4.8.24 PR: 242898
This commit is contained in:
parent
37b944a458
commit
4e09eb482b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523694
3 changed files with 16 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mc
|
||||
PORTVERSION= 4.8.23
|
||||
PORTVERSION= 4.8.24
|
||||
CATEGORIES= misc shells
|
||||
MASTER_SITES= http://ftp.midnight-commander.org/ \
|
||||
https://ftp.osuosl.org/pub/midnightcommander/
|
||||
|
@ -15,9 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
CONFLICTS= mc-light-4*
|
||||
|
||||
USES= gmake gnome libtool perl5 pkgconfig python:2.7,run shebangfix tar:xz
|
||||
USES= gmake gnome libtool perl5 pkgconfig python shebangfix tar:xz
|
||||
SHEBANG_FILES= ${WRKSRC}/src/vfs/extfs/helpers/s3+.in \
|
||||
${WRKSRC}/src/vfs/extfs/helpers/uc1541.in
|
||||
${WRKSRC}/src/vfs/extfs/helpers/uc1541
|
||||
python_OLD_CMD= @PYTHON@
|
||||
USE_GNOME= glib20
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -76,7 +76,6 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e 's|missing-parameter-type|unused-variable|; \
|
||||
s|but-set-variable|variable|' \
|
||||
${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|SUBDIRS = intl|SUBDIRS =|' ${WRKSRC}/Makefile.in
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1569926354
|
||||
SHA256 (mc-4.8.23.tar.xz) = dd7f7ce74183307b0df25b5c3e60ad3293fd3d3d27d2f37dd7a10efce13dff1c
|
||||
SIZE (mc-4.8.23.tar.xz) = 2552944
|
||||
TIMESTAMP = 1579559804
|
||||
SHA256 (mc-4.8.24.tar.xz) = 859f1cc070450bf6eb4d319ffcb6a5ac29deb0ac0d81559fb2e71242b1176d46
|
||||
SIZE (mc-4.8.24.tar.xz) = 2434988
|
||||
|
|
|
@ -180,6 +180,7 @@ man/man1/mcview.1.gz
|
|||
%%NLS%%%%DATADIR%%/hints/mc.hint.hu
|
||||
%%NLS%%%%DATADIR%%/hints/mc.hint.ia
|
||||
%%NLS%%%%DATADIR%%/hints/mc.hint.id
|
||||
%%NLS%%%%DATADIR%%/hints/mc.hint.ie
|
||||
%%NLS%%%%DATADIR%%/hints/mc.hint.it
|
||||
%%NLS%%%%DATADIR%%/hints/mc.hint.it_IT
|
||||
%%NLS%%%%DATADIR%%/hints/mc.hint.ja
|
||||
|
@ -187,6 +188,9 @@ man/man1/mcview.1.gz
|
|||
%%NLS%%%%DATADIR%%/hints/mc.hint.kk
|
||||
%%NLS%%%%DATADIR%%/hints/mc.hint.ko
|
||||
%%NLS%%%%DATADIR%%/hints/mc.hint.lt
|
||||
%%NLS%%%%DATADIR%%/hints/mc.hint.lv
|
||||
%%NLS%%%%DATADIR%%/hints/mc.hint.mn
|
||||
%%NLS%%%%DATADIR%%/hints/mc.hint.nb
|
||||
%%NLS%%%%DATADIR%%/hints/mc.hint.nl
|
||||
%%NLS%%%%DATADIR%%/hints/mc.hint.pl
|
||||
%%NLS%%%%DATADIR%%/hints/mc.hint.pt
|
||||
|
@ -199,12 +203,16 @@ man/man1/mcview.1.gz
|
|||
%%NLS%%%%DATADIR%%/hints/mc.hint.sv
|
||||
%%NLS%%%%DATADIR%%/hints/mc.hint.sv_SE
|
||||
%%NLS%%%%DATADIR%%/hints/mc.hint.szl
|
||||
%%NLS%%%%DATADIR%%/hints/mc.hint.ta
|
||||
%%NLS%%%%DATADIR%%/hints/mc.hint.te
|
||||
%%NLS%%%%DATADIR%%/hints/mc.hint.tr
|
||||
%%NLS%%%%DATADIR%%/hints/mc.hint.uk
|
||||
%%NLS%%%%DATADIR%%/hints/mc.hint.uz
|
||||
%%NLS%%%%DATADIR%%/hints/mc.hint.vi
|
||||
%%NLS%%%%DATADIR%%/hints/mc.hint.wa
|
||||
%%NLS%%%%DATADIR%%/hints/mc.hint.zh
|
||||
%%NLS%%%%DATADIR%%/hints/mc.hint.zh_CN
|
||||
%%NLS%%%%DATADIR%%/hints/mc.hint.zh_TW
|
||||
%%ICONV%%%%DATADIR%%/mc.charsets
|
||||
%%DATADIR%%/mc.lib
|
||||
%%DATADIR%%/skins/dark.ini
|
||||
|
@ -216,6 +224,7 @@ man/man1/mcview.1.gz
|
|||
%%DATADIR%%/skins/gotar.ini
|
||||
%%DATADIR%%/skins/gray-green-purple256.ini
|
||||
%%DATADIR%%/skins/gray-orange-blue256.ini
|
||||
%%DATADIR%%/skins/julia256.ini
|
||||
%%DATADIR%%/skins/mc46.ini
|
||||
%%DATADIR%%/skins/modarcon16-defbg.ini
|
||||
%%DATADIR%%/skins/modarcon16.ini
|
||||
|
@ -321,6 +330,7 @@ man/man1/mcview.1.gz
|
|||
%%EDITOR%%%%DATADIR%%/syntax/verilog.syntax
|
||||
%%EDITOR%%%%DATADIR%%/syntax/vhdl.syntax
|
||||
%%EDITOR%%%%DATADIR%%/syntax/xml.syntax
|
||||
%%EDITOR%%%%DATADIR%%/syntax/yabasic.syntax
|
||||
%%EDITOR%%%%DATADIR%%/syntax/yaml.syntax
|
||||
%%EDITOR%%%%DATADIR%%/syntax/yum-repo.syntax
|
||||
%%EDITOR%%%%DATADIR%%/syntax/yxx.syntax
|
||||
|
|
Loading…
Add table
Reference in a new issue