From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] nano: Update to 4.9 Date: Wed, 25 Mar 2020 11:53:00 +0000 Message-ID: <8761fe29-1406-5f08-0e36-73126f4a4340@ipfire.org> In-Reply-To: <20200325115107.6292-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3526044044203017609==" List-Id: --===============3526044044203017609== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello Matthias, this patch introduces a whitespace error at "dist:" - besides of that, it looks good. :-) Thanks, and best regards, Peter M=C3=BCller > For details see: > https://www.nano-editor.org/news.php >=20 > Signed-off-by: Matthias Fischer > --- > lfs/nano | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) >=20 > diff --git a/lfs/nano b/lfs/nano > index b37d80cdf..5bb20cb79 100644 > --- a/lfs/nano > +++ b/lfs/nano > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 4.7 > +VER =3D 4.9 > =20 > THISAPP =3D nano-$(VER) > DL_FILE =3D $(THISAPP).tar.xz > @@ -32,9 +32,9 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D nano > -PAK_VER =3D 28 > +PAK_VER =3D 29 > =20 > -DEPS =3D > +DEPS =3D "" > =20 > ##########################################################################= ##### > # Top-level Rules > @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_MD5 =3D 8622b7b733dc5d9645f5ceaec24e6ba6 > +$(DL_FILE)_MD5 =3D 280c9b40b1c6984a644467a2346a8536 > =20 > install : $(TARGET) > =20 > @@ -54,7 +54,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) > =20 > md5 : $(subst %,%_MD5,$(objects)) > =20 > -dist: > +dist:=20 > @$(PAK) > =20 > ##########################################################################= ##### >=20 --===============3526044044203017609==--