update to mc-4.8.1.1

This commit is contained in:
robert 2012-04-13 13:42:21 +00:00
parent f59651cbd6
commit d012f87366
5 changed files with 40 additions and 28 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.43 2012/03/22 06:45:46 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.44 2012/04/13 13:42:21 robert Exp $
COMMENT= free Norton Commander clone with many useful features
DISTNAME= mc-4.7.5.6
DISTNAME= mc-4.8.1.1
CATEGORIES= misc
HOMEPAGE= http://www.midnight-commander.org/

View File

@ -1,5 +1,5 @@
MD5 (mc-4.7.5.6.tar.bz2) = Zs56qni83XlqhdZqQxGmRw==
RMD160 (mc-4.7.5.6.tar.bz2) = dTwsHGMbOETEhuz+RHFLLvXdIvg=
SHA1 (mc-4.7.5.6.tar.bz2) = /3b8QO8zlYr7z/XFH4PgpescXgU=
SHA256 (mc-4.7.5.6.tar.bz2) = YbnsY93ujcttw+dLQNArpR0Wgp77+fl3D+b/O5tmB6w=
SIZE (mc-4.7.5.6.tar.bz2) = 2678746
MD5 (mc-4.8.1.1.tar.bz2) = v5txnYjoaq0syVy3qbzUpA==
RMD160 (mc-4.8.1.1.tar.bz2) = Xp7h8gYp9Z+2skPAGwZ9VmgrPKo=
SHA1 (mc-4.8.1.1.tar.bz2) = 2X2QlTB0Am+Pn6rP84Gv0gqBwVk=
SHA256 (mc-4.8.1.1.tar.bz2) = lX+Qt1bsrzgj/JMr1fd80i3YGQhs132kmtC0ah6Rxh0=
SIZE (mc-4.8.1.1.tar.bz2) = 2746134

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.7 2012/03/22 06:45:46 ajacoutot Exp $
--- configure.orig Mon Dec 12 06:34:22 2011
+++ configure Sun Mar 18 16:20:44 2012
@@ -21918,7 +21918,7 @@ done
$OpenBSD: patch-configure,v 1.8 2012/04/13 13:42:21 robert Exp $
--- configure.orig Wed Apr 11 08:32:30 2012
+++ configure Wed Apr 11 08:33:33 2012
@@ -22455,7 +22455,7 @@ done
done
IFS=$as_save_IFS
@ -10,7 +10,7 @@ $OpenBSD: patch-configure,v 1.7 2012/03/22 06:45:46 ajacoutot Exp $
;;
esac
fi
@@ -21959,7 +21959,7 @@ done
@@ -22496,7 +22496,7 @@ done
done
IFS=$as_save_IFS
@ -19,7 +19,7 @@ $OpenBSD: patch-configure,v 1.7 2012/03/22 06:45:46 ajacoutot Exp $
;;
esac
fi
@@ -23380,7 +23380,6 @@ fi
@@ -23919,7 +23919,6 @@ fi
fi
if test x"$mc_cv_slang_termcap" = x"yes"; then
@ -27,7 +27,7 @@ $OpenBSD: patch-configure,v 1.7 2012/03/22 06:45:46 ajacoutot Exp $
saved_LDFLAGS="-ltermcap $saved_LDFLAGS"
fi
@@ -23831,7 +23830,6 @@ fi
@@ -24370,7 +24369,6 @@ fi
fi
if test x"$mc_cv_slang_termcap" = x"yes"; then
@ -35,7 +35,7 @@ $OpenBSD: patch-configure,v 1.7 2012/03/22 06:45:46 ajacoutot Exp $
saved_LDFLAGS="-ltermcap $saved_LDFLAGS"
fi
@@ -24205,7 +24203,6 @@ fi
@@ -24744,7 +24742,6 @@ fi
fi
if test x"$mc_cv_slang_termcap" = x"yes"; then
@ -43,7 +43,7 @@ $OpenBSD: patch-configure,v 1.7 2012/03/22 06:45:46 ajacoutot Exp $
saved_LDFLAGS="-ltermcap $saved_LDFLAGS"
fi
@@ -25151,7 +25148,6 @@ fi
@@ -25690,7 +25687,6 @@ fi
fi
if test x"$mc_cv_slang_termcap" = x"yes"; then
@ -51,7 +51,7 @@ $OpenBSD: patch-configure,v 1.7 2012/03/22 06:45:46 ajacoutot Exp $
saved_LDFLAGS="-ltermcap $saved_LDFLAGS"
fi
@@ -25602,7 +25598,6 @@ fi
@@ -26141,7 +26137,6 @@ fi
fi
if test x"$mc_cv_slang_termcap" = x"yes"; then
@ -59,7 +59,7 @@ $OpenBSD: patch-configure,v 1.7 2012/03/22 06:45:46 ajacoutot Exp $
saved_LDFLAGS="-ltermcap $saved_LDFLAGS"
fi
@@ -25976,7 +25971,6 @@ fi
@@ -26515,7 +26510,6 @@ fi
fi
if test x"$mc_cv_slang_termcap" = x"yes"; then

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-src_subshell_c,v 1.5 2011/06/14 18:18:24 robert Exp $
$OpenBSD: patch-src_subshell_c,v 1.6 2012/04/13 13:42:21 robert Exp $
warning: implicit declaration of function `getgrnam'
--- src/subshell.c.orig Mon Apr 11 11:04:51 2011
+++ src/subshell.c Tue Jun 14 20:13:04 2011
@@ -42,6 +42,7 @@
--- src/subshell.c.orig Mon Mar 19 17:26:29 2012
+++ src/subshell.c Wed Apr 11 08:32:10 2012
@@ -47,6 +47,7 @@
#endif
#include <termios.h>
#include <unistd.h>

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.13 2012/03/22 06:45:46 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.14 2012/04/13 13:42:21 robert Exp $
@bin bin/mc
bin/mcdiff
bin/mcedit
@ -11,15 +11,18 @@ libexec/mc/extfs.d/a+
libexec/mc/extfs.d/apt+
libexec/mc/extfs.d/audio
libexec/mc/extfs.d/bpp
libexec/mc/extfs.d/changesetfs
libexec/mc/extfs.d/deb
libexec/mc/extfs.d/deba
libexec/mc/extfs.d/debd
libexec/mc/extfs.d/dpkg+
libexec/mc/extfs.d/gitfs+
libexec/mc/extfs.d/hp48+
libexec/mc/extfs.d/iso9660
libexec/mc/extfs.d/lslR
libexec/mc/extfs.d/mailfs
libexec/mc/extfs.d/patchfs
libexec/mc/extfs.d/patchsetfs
libexec/mc/extfs.d/rpm
libexec/mc/extfs.d/rpms+
libexec/mc/extfs.d/s3+
@ -81,8 +84,6 @@ man/sr/man1/
@man man/sr/man1/mc.1
share/examples/mc/
@sample ${SYSCONFDIR}/mc/
share/examples/mc/cedit.menu
@sample ${SYSCONFDIR}/mc/cedit.menu
share/examples/mc/edit.indent.rc
@sample ${SYSCONFDIR}/mc/edit.indent.rc
share/examples/mc/edit.spell.rc
@ -102,6 +103,8 @@ share/examples/mc/mc.menu
@sample ${SYSCONFDIR}/mc/mc.menu
share/examples/mc/mc.menu.sr
@sample ${SYSCONFDIR}/mc/mc.menu.sr
share/examples/mc/mcedit.menu
@sample ${SYSCONFDIR}/mc/mcedit.menu
share/examples/mc/sfs.ini
@sample ${SYSCONFDIR}/mc/sfs.ini
share/locale/az/
@ -113,9 +116,6 @@ share/locale/ca/LC_MESSAGES/mc.mo
share/locale/cs/LC_MESSAGES/mc.mo
share/locale/da/LC_MESSAGES/mc.mo
share/locale/de/LC_MESSAGES/mc.mo
share/locale/de_CH/
share/locale/de_CH/LC_MESSAGES/
share/locale/de_CH/LC_MESSAGES/mc.mo
share/locale/el/LC_MESSAGES/mc.mo
share/locale/eo/LC_MESSAGES/mc.mo
share/locale/es/LC_MESSAGES/mc.mo
@ -173,6 +173,15 @@ share/locale/wa/LC_MESSAGES/mc.mo
share/locale/zh_CN/LC_MESSAGES/mc.mo
share/locale/zh_TW/LC_MESSAGES/mc.mo
share/mc/
share/mc/examples/
share/mc/examples/macros.d/
share/mc/examples/macros.d/macro.0.sh
share/mc/examples/macros.d/macro.1.sh
share/mc/examples/macros.d/macro.3.sh
share/mc/examples/macros.d/macro.4.sh
share/mc/examples/macros.d/macro.5.sh
share/mc/examples/macros.d/macro.6.sh
share/mc/examples/macros.d/macro.7.sh
share/mc/help/
share/mc/help/mc.hlp
share/mc/help/mc.hlp.es
@ -204,10 +213,13 @@ share/mc/skins/featured.ini
share/mc/skins/gotar.ini
share/mc/skins/mc46.ini
share/mc/skins/nicedark.ini
share/mc/skins/sand256.ini
share/mc/skins/xoria256.ini
share/mc/syntax/
share/mc/syntax/PKGBUILD.syntax
share/mc/syntax/Syntax
share/mc/syntax/ada95.syntax
share/mc/syntax/as.syntax
share/mc/syntax/aspx.syntax
share/mc/syntax/assembler.syntax
share/mc/syntax/awk.syntax