From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] nano: Update to 2.5.3 Date: Thu, 24 Mar 2016 20:29:08 +0100 Message-ID: <1458847748-13229-1-git-send-email-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1008484553885351940==" List-Id: --===============1008484553885351940== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Contains several bugfixes and improvements, for details see: http://www.nano-editor.org/dist/v2.5/ChangeLog Signed-off-by: Matthias Fischer --- lfs/nano | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/lfs/nano b/lfs/nano index 0d92c6b..70991d2 100644 --- a/lfs/nano +++ b/lfs/nano @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2.5.1 +VER =3D 2.5.3 =20 THISAPP =3D nano-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D nano -PAK_VER =3D 8 +PAK_VER =3D 9 =20 DEPS =3D "" =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D f25c7da9813ae5f1df7e5dd1072de4ce +$(DL_FILE)_MD5 =3D a04d77611422ab4b6a7b489650c7a793 =20 install : $(TARGET) =20 @@ -77,8 +77,14 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=3D/usr --sysconfdir=3D/etc/nano \ - --enable-color --enable-multibuffer --enable-nanorc --disable-nls + cd $(DIR_APP) && ./configure \ + --prefix=3D/usr \ + --sysconfdir=3D/etc/nano \ + --enable-color \ + --enable-multibuffer \ + --enable-nanorc \ + --disable-nls + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install cd $(DIR_APP) && install -v -m644 -D doc/nanorc.sample /etc/nano/nanorc.sam= ple --=20 2.7.4 --===============1008484553885351940==--