From 5e75b8b6bfb79dbc96b1a93d7992ec6f378a38be Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Sun, 22 Jun 2014 12:57:51 +0400 Subject: [PATCH] mc: update recipe to 4.8.12 --- app-misc/mc/mc-4.8.11.recipe | 67 ------------------- app-misc/mc/mc-4.8.12.recipe | 2 +- .../mc/patches/{mc.patch => mc-4.8.12.patch} | 0 3 files changed, 1 insertion(+), 68 deletions(-) delete mode 100644 app-misc/mc/mc-4.8.11.recipe rename app-misc/mc/patches/{mc.patch => mc-4.8.12.patch} (100%) diff --git a/app-misc/mc/mc-4.8.11.recipe b/app-misc/mc/mc-4.8.11.recipe deleted file mode 100644 index 23c7f1294..000000000 --- a/app-misc/mc/mc-4.8.11.recipe +++ /dev/null @@ -1,67 +0,0 @@ -SUMMARY="Midnight Commander — a powerful file manager." -DESCRIPTION=" -GNU Midnight Commander is a text-mode full-screen file manager. It uses a two panel interface and a subshell for command execution. It includes an internal editor with syntax highlighting and an internal viewer with support for binary files. Also included is Virtual Filesystem (VFS), that allows files on remote systems (e.g. FTP, SSH servers) and files inside archives to be manipulated like real files." -HOMEPAGE="http://www.midnight-commander.org/" -SRC_URI="git+https://github.com/MidnightCommander/mc#d26b7dd6ee49211f4d18fdfbe193023a3e480389" -REVISION="1" -LICENSE="GNU GPL v2" -COPYRIGHT="2007 MC Team" -ARCHITECTURES="x86 x86_gcc2" -PATCHES="mc.patch" -SOURCE_DIR="mc-4.8.11" -COOK="Maxim Sokhatsky " - -GLOBAL_WRITABLE_FILES=" - settings/mc directory keep-old - " - -PROVIDES=" - mc = $portVersion - cmd:mc = $portVersion - cmd:mcedit = $portVersion - cmd:mcdiff = $portVersion - cmd:mcview = $portVersion - " - -REQUIRES=" - haiku >= $haikuVersion - lib:libncurses - lib:libintl - lib:libiconv - lib:libglib_2.0 - " - -BUILD_REQUIRES=" - devel:libncurses - devel:libintl - devel:libiconv - devel:libglib_2.0 - " - -BUILD_PREREQUIRES=" - cmd:pkg_config - haiku_devel >= $haikuVersion - cmd:gettext - cmd:make - cmd:tar - cmd:libtoolize - cmd:aclocal - cmd:autom4te - cmd:autoconf - cmd:automake - cmd:autoheader - cmd:find - cmd:gcc - " - -BUILD() -{ - autogen.sh - runConfigure configure --prefix="$prefix" --datarootdir="$dataRootDir" --with-screen=ncurses - make -} - -INSTALL() -{ - make install -} diff --git a/app-misc/mc/mc-4.8.12.recipe b/app-misc/mc/mc-4.8.12.recipe index 6c7e2c3d3..ecddf1d28 100644 --- a/app-misc/mc/mc-4.8.12.recipe +++ b/app-misc/mc/mc-4.8.12.recipe @@ -19,7 +19,7 @@ REVISION="1" ARCHITECTURES="x86_gcc2 ?x86 ?x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 x86" -PATCHES="mc.patch" +PATCHES="mc-4.8.12.patch" GLOBAL_WRITABLE_FILES="settings/mc directory keep-old" diff --git a/app-misc/mc/patches/mc.patch b/app-misc/mc/patches/mc-4.8.12.patch similarity index 100% rename from app-misc/mc/patches/mc.patch rename to app-misc/mc/patches/mc-4.8.12.patch