diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-09-22 17:02:05 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-09-22 17:02:05 +0000 |
commit | f5c5740a0684598d4c65d0098b145b29f0469216 (patch) | |
tree | 1320f32f6db53e9e98b56e5870e30bd333c66458 /misc/mc-light | |
parent | 058c5f7e23a6983ba862c9de66138c26d5c96322 (diff) |
Notes
Diffstat (limited to 'misc/mc-light')
-rw-r--r-- | misc/mc-light/Makefile | 4 | ||||
-rw-r--r-- | misc/mc-light/files/patch-lib_mc.ext.in | 15 |
2 files changed, 17 insertions, 2 deletions
diff --git a/misc/mc-light/Makefile b/misc/mc-light/Makefile index 121de74fb74b..a76442826b32 100644 --- a/misc/mc-light/Makefile +++ b/misc/mc-light/Makefile @@ -7,12 +7,12 @@ PORTNAME= mc-light PORTVERSION= 4.1.40.p9 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= misc shells MASTER_SITES= http://mc.linuxinside.com/Releases/ DISTNAME= mc-${PORTVERSION:S/.p9/-pre9/} -MAINTAINER= sam@brj.pp.ru +MAINTAINER= az@inec.ru COMMENT= A lightweight Midnight Commander clone RUN_DEPENDS+= gawk:${PORTSDIR}/lang/gawk diff --git a/misc/mc-light/files/patch-lib_mc.ext.in b/misc/mc-light/files/patch-lib_mc.ext.in new file mode 100644 index 000000000000..c824307633b4 --- /dev/null +++ b/misc/mc-light/files/patch-lib_mc.ext.in @@ -0,0 +1,15 @@ +--- lib/mc.ext.in.orig Fri Aug 27 14:17:35 2004 ++++ lib/mc.ext.in Thu Sep 22 18:45:54 2005 +@@ -416,11 +416,7 @@ + Open=%cd %d/%p#tar + View=%view{ascii} gzip -dc %f 2>/dev/null | tar tvvf - + Extract=gzip -dc %f 2>/dev/null | tar xf - +-regex/\.([Tt][Bb][zZ]2)$ +- Open=%cd %d/%p#tar +- View=%view{ascii} gzip -dc %f 2>/dev/null | tar tvvf - +- Extract=gzip -dc %f 2>/dev/null | tar xf - +-regex/\.tar\.bz$ ++regex/\.t(ar\.bz2|bz|b2)$ + Open=%cd %d/%p#tar + View=%view{ascii} bzip -dc %f 2>/dev/null | tar tvvf - + Extract=bzip -dc %f 2>/dev/null | tar xf - |