- Fix handling of .tbz archives [1] [2]

- Assign maintainership to Andrej Zverev <az@inec.ru> [3]
- Bump port revision because this changes the runtime
  behaviour of the port.

Submitted by:	"Frank W. Josellis" <frank@dynamical-systems.org> [1]
Approved by:	"Roman Y. Bogdanov" <sam@brj.pp.ru> (old maintainer) [2]
PR:		ports/86455 [1], ports/86463 [2], ports/86466 [3]
This commit is contained in:
Simon Barner 2005-09-22 17:02:05 +00:00
parent 058c5f7e23
commit f5c5740a06
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143373
2 changed files with 17 additions and 2 deletions

View File

@ -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

View File

@ -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 -