1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

misc/mc: 4.8.13 -> 4.8.14

- With patch from Ranjan1018 <214748mv@gmail.com> to fix man page
  display error from PR 195309
- submitter becomes maintainer

PR:		198829
Submitted by:	Ben Woods <woodsb02@gmail.com>
This commit is contained in:
Kurt Jaeger 2015-03-23 20:46:40 +00:00
parent f582bb666a
commit e550c2e5d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382039
5 changed files with 25 additions and 21 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= mc
PORTVERSION= 4.8.13
PORTREVISION= 3
PORTVERSION= 4.8.14
CATEGORIES= misc shells
MASTER_SITES= http://ftp.midnight-commander.org/ \
http://ftp.osuosl.org/pub/midnightcommander/ \
@ -12,7 +11,7 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
${PORTNAME}.png:icons
EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= woodsb02@gmail.com
COMMENT= Midnight Commander, a free Norton Commander Clone
LICENSE= GPLv3
@ -61,8 +60,6 @@ SUBSHELL_CONFIGURE_WITH= subshell
X11_CONFIGURE_ENABLE= x
SUB_FILES= pkg-message
PORTDOCS= *
DOCSRCDIR1= ${WRKSRC}

View File

@ -1,4 +1,4 @@
SHA256 (mc-4.8.13.tar.xz) = 36d6191a47ec5d89d3788e48846fb620c481816441ff25264add8898d277b657
SIZE (mc-4.8.13.tar.xz) = 2231448
SHA256 (mc-4.8.14.tar.xz) = 6b1f74efbdf394bfab084f4d2ea2e72173de5f12cd42be2533ca2c3b72edb8e6
SIZE (mc-4.8.14.tar.xz) = 2305788
SHA256 (mc.png) = 6bd935ea11c45da5c11e60542e30b4a05396d75b81401f28b3a68a82cafbf8fe
SIZE (mc.png) = 6466

View File

@ -0,0 +1,20 @@
--- misc/ext.d/text.sh.in.orig 2015-03-23 14:25:02 UTC
+++ misc/ext.d/text.sh.in
@@ -45,7 +45,7 @@ do_view_action() {
cat "${MC_EXT_FILENAME}"
;;
*)
- MANROFFOPT=-c MAN_KEEP_FORMATTING=1 man -P cat -l "${MC_EXT_FILENAME}"
+ MANROFFOPT=-c MAN_KEEP_FORMATTING=1 man -P cat "${MC_EXT_FILENAME}"
;;
esac
;;
@@ -66,7 +66,7 @@ do_view_action() {
*)
# "man" takes care of uncompressing.
# This way the stdin is left intact so the correct width is used.
- MANROFFOPT=-c MAN_KEEP_FORMATTING=1 man -P cat -l "${MC_EXT_FILENAME}"
+ MANROFFOPT=-c MAN_KEEP_FORMATTING=1 man -P cat "${MC_EXT_FILENAME}"
;;
esac
;;

View File

@ -1,14 +0,0 @@
===============================================================================
Midnight Commander has been installed.
If you have problems, please reinstall Midnight Commander
cd /usr/ports/misc/mc && make deinstall clean reinstall
For Screen it is best to use the default Option SLANG, with NCURSES
you can have worse graphics.
Have fun!
===============================================================================

View File

@ -279,6 +279,7 @@ share/applications/mc.desktop
%%EDITOR%%%%DATADIR%%/syntax/povray.syntax
%%EDITOR%%%%DATADIR%%/syntax/procmail.syntax
%%EDITOR%%%%DATADIR%%/syntax/properties.syntax
%%EDITOR%%%%DATADIR%%/syntax/puppet.syntax
%%EDITOR%%%%DATADIR%%/syntax/python.syntax
%%EDITOR%%%%DATADIR%%/syntax/ruby.syntax
%%EDITOR%%%%DATADIR%%/syntax/sh.syntax