From 9d4729d0f84dba7bb21d4b057b052033a4ef93c2 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 29 Aug 2017 18:06:56 +0200 Subject: [PATCH] nano: bump version. --- app-editors/nano/nano-2.8.5.recipe | 57 ------------------- .../{nano-2.8.6.recipe => nano-2.8.7.recipe} | 4 +- 2 files changed, 2 insertions(+), 59 deletions(-) delete mode 100644 app-editors/nano/nano-2.8.5.recipe rename app-editors/nano/{nano-2.8.6.recipe => nano-2.8.7.recipe} (90%) diff --git a/app-editors/nano/nano-2.8.5.recipe b/app-editors/nano/nano-2.8.5.recipe deleted file mode 100644 index e672ae479..000000000 --- a/app-editors/nano/nano-2.8.5.recipe +++ /dev/null @@ -1,57 +0,0 @@ -SUMMARY="Pico clone with more functionality under the GPL license" -DESCRIPTION="nano is a simple text editor for Unix-like computing systems \ -or operating environments using a command line interface. It emulates the \ -Pico text editor, part of the Pine email client, and also provides additional \ -functionality. Features include: -- Customizable key bindings -- 'soft' line wrapping -- Full undo/redo support -- Pager support (reading from stdin) -- Warnings for un-writable files -- More syntax highlighting samples (Fortran, objC, OCaml, Makefiles)" -HOMEPAGE="http://www.nano-editor.org/" -COPYRIGHT="1999-2017 Free Software Foundation, Inc." -LICENSE="GNU GPL v3" -REVISION="1" -SOURCE_URI="http://www.nano-editor.org/dist/v2.8/nano-$portVersion.tar.gz" -CHECKSUM_SHA256="e2b929b24fba87f7a44285ce8d47af7170e379bee1bf2d04fbc728b7326a558a" -PATCHES="nano-$portVersion.patchset" - -ARCHITECTURES="x86_gcc2 x86 x86_64" - -PROVIDES=" - nano = $portVersion compat >= 2 - cmd:nano = $portVersion compat >= 2 - cmd:rnano = $portVersion compat >= 2 - " -REQUIRES=" - haiku - cmd:groff - lib:libncurses - " - -BUILD_REQUIRES=" - haiku_devel - devel:libncurses - " -BUILD_PREREQUIRES=" - cmd:autoreconf - cmd:gcc - cmd:groff - cmd:ld - cmd:libtoolize - cmd:make - cmd:pkg_config - " - -BUILD() -{ - autoreconf - runConfigure ./configure - make $jobArgs -} - -INSTALL() -{ - make install -} diff --git a/app-editors/nano/nano-2.8.6.recipe b/app-editors/nano/nano-2.8.7.recipe similarity index 90% rename from app-editors/nano/nano-2.8.6.recipe rename to app-editors/nano/nano-2.8.7.recipe index d2ecffe8d..22ac6968b 100644 --- a/app-editors/nano/nano-2.8.6.recipe +++ b/app-editors/nano/nano-2.8.7.recipe @@ -14,9 +14,9 @@ COPYRIGHT="1999-2017 Free Software Foundation, Inc." LICENSE="GNU GPL v3" REVISION="1" SOURCE_URI="http://www.nano-editor.org/dist/v2.8/nano-$portVersion.tar.gz" -CHECKSUM_SHA256="3725aa145880223b2c4d0b3fa08220e1633f2d341917f49d028e067fc12cce49" +CHECKSUM_SHA256="a49a888c20f09a17c7f1049d1fda619472c92eedcb25fd4be5f088a51cc392a5" -ARCHITECTURES="?x86_gcc2 ?x86 x86_64" +ARCHITECTURES="x86_gcc2 ?x86 x86_64" PROVIDES=" nano = $portVersion compat >= 2