- Update to 4.8.11

- Remove obsolete patches

Approved by:	pawel / wg (mentors, implicit)
This commit is contained in:
Rusmir Dusko 2013-12-06 23:49:35 +00:00
parent 3e0976cfd3
commit 0eefe19536
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335794
3 changed files with 4 additions and 15 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mc
PORTVERSION= 4.8.10
PORTVERSION= 4.8.11
PORTREVISION= 0
CATEGORIES= misc shells
MASTER_SITES= http://ftp.osuosl.org/pub/midnightcommander/
@ -23,7 +23,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= ZIP=${UNZIP_CMD} UNZIP=${UNZIP_CMD}
USE_AUTOTOOLS= libtool
OPTIONS_DEFINE= DOCS EDITOR ICONV NLS SMB SUBSHELL X11
OPTIONS_DEFINE= DOCS EDITOR ICONV NLS SMB SUBSHELL X11
OPTIONS_SINGLE= SCREEN
OPTIONS_SINGLE_SCREEN= SLANG NCURSES

View File

@ -1,2 +1,2 @@
SHA256 (mc-4.8.10.tar.xz) = 5bda5a10bd0447da4b3b36c55d10fdf26e279d29fd30792467d68bdb7c2f2788
SIZE (mc-4.8.10.tar.xz) = 2152000
SHA256 (mc-4.8.11.tar.xz) = 1877ea844f9d71e133b9e03ca3bebcd7b10b9ba5b419b8d268e255816fe1993a
SIZE (mc-4.8.11.tar.xz) = 2211144

View File

@ -1,11 +0,0 @@
--- misc/ext.d/misc.sh.in.orig 2013-08-02 17:02:39.000000000 +0200
+++ misc/ext.d/misc.sh.in 2013-08-18 01:11:41.000000000 +0200
@@ -22,7 +22,7 @@
file "${MC_EXT_FILENAME}" && nm -C "${MC_EXT_FILENAME}"
;;
lib)
- gplib -t "${MC_EXT_FILENAME}" || >&2 | \
+ gplib -t "${MC_EXT_FILENAME}" || >&2 \
@PERL@ -e '@a=split /[\s\t]+/, <>; printf ("%-30s | %10d | %s.%s.%02d | %s\n", $a[0], ($a[1]*1),$a[7], lc($a[4]), $a[5], $a[6]);'
;;
so)