View | Details | Raw Unified | Return to bug 198829
Collapse All | Expand All

(-)misc/mc/Makefile (-5 / +2 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	mc
4
PORTNAME=	mc
5
PORTVERSION=	4.8.13
5
PORTVERSION=	4.8.14
6
PORTREVISION=	3
7
CATEGORIES=	misc shells
6
CATEGORIES=	misc shells
8
MASTER_SITES=	http://ftp.midnight-commander.org/ \
7
MASTER_SITES=	http://ftp.midnight-commander.org/ \
9
		http://ftp.osuosl.org/pub/midnightcommander/ \
8
		http://ftp.osuosl.org/pub/midnightcommander/ \
Lines 12-18 Link Here
12
		${PORTNAME}.png:icons
11
		${PORTNAME}.png:icons
13
EXTRACT_ONLY=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
12
EXTRACT_ONLY=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
14
13
15
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	woodsb02@gmail.com
16
COMMENT=	Midnight Commander, a free Norton Commander Clone
15
COMMENT=	Midnight Commander, a free Norton Commander Clone
17
16
18
LICENSE=	GPLv3
17
LICENSE=	GPLv3
Lines 61-68 Link Here
61
60
62
X11_CONFIGURE_ENABLE=	x
61
X11_CONFIGURE_ENABLE=	x
63
62
64
SUB_FILES=	pkg-message
65
66
PORTDOCS=	*
63
PORTDOCS=	*
67
64
68
DOCSRCDIR1=	${WRKSRC}
65
DOCSRCDIR1=	${WRKSRC}
(-)misc/mc/distinfo (-2 / +2 lines)
Lines 1-4 Link Here
1
SHA256 (mc-4.8.13.tar.xz) = 36d6191a47ec5d89d3788e48846fb620c481816441ff25264add8898d277b657
1
SHA256 (mc-4.8.14.tar.xz) = 6b1f74efbdf394bfab084f4d2ea2e72173de5f12cd42be2533ca2c3b72edb8e6
2
SIZE (mc-4.8.13.tar.xz) = 2231448
2
SIZE (mc-4.8.14.tar.xz) = 2305788
3
SHA256 (mc.png) = 6bd935ea11c45da5c11e60542e30b4a05396d75b81401f28b3a68a82cafbf8fe
3
SHA256 (mc.png) = 6bd935ea11c45da5c11e60542e30b4a05396d75b81401f28b3a68a82cafbf8fe
4
SIZE (mc.png) = 6466
4
SIZE (mc.png) = 6466
(-)misc/mc/files/patch-misc__ext.d__text.sh.in (+20 lines)
Line 0 Link Here
1
--- misc/ext.d/text.sh.in.orig	2015-03-23 14:25:02 UTC
2
+++ misc/ext.d/text.sh.in
3
@@ -45,7 +45,7 @@ do_view_action() {
4
             cat "${MC_EXT_FILENAME}"
5
             ;;
6
         *)
7
-            MANROFFOPT=-c MAN_KEEP_FORMATTING=1 man -P cat -l "${MC_EXT_FILENAME}"
8
+            MANROFFOPT=-c MAN_KEEP_FORMATTING=1 man -P cat "${MC_EXT_FILENAME}"
9
             ;;
10
         esac
11
         ;;
12
@@ -66,7 +66,7 @@ do_view_action() {
13
         *)
14
             # "man" takes care of uncompressing.
15
             # This way the stdin is left intact so the correct width is used.
16
-            MANROFFOPT=-c MAN_KEEP_FORMATTING=1 man -P cat -l "${MC_EXT_FILENAME}"
17
+            MANROFFOPT=-c MAN_KEEP_FORMATTING=1 man -P cat "${MC_EXT_FILENAME}"
18
             ;;
19
         esac
20
         ;;
(-)misc/mc/files/pkg-message.in (-14 lines)
Lines 1-14 Link Here
1
===============================================================================
2
3
Midnight Commander has been installed.
4
5
If you have problems, please reinstall Midnight Commander
6
7
cd /usr/ports/misc/mc && make deinstall clean reinstall
8
9
For Screen it is best to use the default Option SLANG, with NCURSES
10
you can have worse graphics.
11
12
Have fun!
13
14
===============================================================================
(-)misc/mc/pkg-plist (+1 lines)
Lines 279-284 Link Here
279
%%EDITOR%%%%DATADIR%%/syntax/povray.syntax
279
%%EDITOR%%%%DATADIR%%/syntax/povray.syntax
280
%%EDITOR%%%%DATADIR%%/syntax/procmail.syntax
280
%%EDITOR%%%%DATADIR%%/syntax/procmail.syntax
281
%%EDITOR%%%%DATADIR%%/syntax/properties.syntax
281
%%EDITOR%%%%DATADIR%%/syntax/properties.syntax
282
%%EDITOR%%%%DATADIR%%/syntax/puppet.syntax
282
%%EDITOR%%%%DATADIR%%/syntax/python.syntax
283
%%EDITOR%%%%DATADIR%%/syntax/python.syntax
283
%%EDITOR%%%%DATADIR%%/syntax/ruby.syntax
284
%%EDITOR%%%%DATADIR%%/syntax/ruby.syntax
284
%%EDITOR%%%%DATADIR%%/syntax/sh.syntax
285
%%EDITOR%%%%DATADIR%%/syntax/sh.syntax

Return to bug 198829