aboutsummaryrefslogtreecommitdiffstats
path: root/misc/mc
diff options
context:
space:
mode:
authornemysis <nemysis@FreeBSD.org>2013-12-07 07:49:35 +0800
committernemysis <nemysis@FreeBSD.org>2013-12-07 07:49:35 +0800
commit29eda306b90772b7e666fd09dac108735dcbccba (patch)
tree8f72a20c39bf7aa319690e23b5c7c9cb436a5cdb /misc/mc
parent6e3bf22cb446c693b4e388b121ca9004158956e7 (diff)
downloadfreebsd-ports-gnome-29eda306b90772b7e666fd09dac108735dcbccba.tar.gz
freebsd-ports-gnome-29eda306b90772b7e666fd09dac108735dcbccba.tar.zst
freebsd-ports-gnome-29eda306b90772b7e666fd09dac108735dcbccba.zip
- Update to 4.8.11
- Remove obsolete patches Approved by: pawel / wg (mentors, implicit)
Diffstat (limited to 'misc/mc')
-rw-r--r--misc/mc/Makefile4
-rw-r--r--misc/mc/distinfo4
-rw-r--r--misc/mc/files/patch-misc-ext.d-misc.sh.in11
3 files changed, 4 insertions, 15 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile
index d5af9f37745e..b7099326766f 100644
--- a/misc/mc/Makefile
+++ b/misc/mc/Makefile
@@ -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
diff --git a/misc/mc/distinfo b/misc/mc/distinfo
index 2882f1f1b8c6..f88a975f0b64 100644
--- a/misc/mc/distinfo
+++ b/misc/mc/distinfo
@@ -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
diff --git a/misc/mc/files/patch-misc-ext.d-misc.sh.in b/misc/mc/files/patch-misc-ext.d-misc.sh.in
deleted file mode 100644
index 17ca6601e7c6..000000000000
--- a/misc/mc/files/patch-misc-ext.d-misc.sh.in
+++ /dev/null
@@ -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)